Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface RecipientAddress

    Represents the recipient's address information

    interface RecipientAddress {
        city: string;
        district: string;
        full_address: string;
        name: string;
        phone: string;
        region: string;
        state: string;
        town: string;
        zipcode: string;
    }
    Index

    Properties

    city: string

    The city of the recipient's address

    district: string

    The district of the recipient's address

    full_address: string

    The full address of the recipient, including country, state, even street, and etc

    name: string

    Recipient's name for the address

    phone: string

    Recipient's phone number input when order was placed

    region: string

    The two-digit code representing the region of the Recipient

    state: string

    The state/province of the recipient's address

    town: string

    The town of the recipient's address

    zipcode: string

    Recipient's postal code