Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetOrderDetailRecipientAddress

    GetOrderDetailRecipientAddress sub-interface for GetOrderDetailOrder

    interface GetOrderDetailRecipientAddress {
        city?: string | number;
        district?: string | number;
        full_address?: string;
        geolocation?: GetOrderDetailGeolocation;
        name?: string;
        phone?: string;
        region?: string;
        state?: string | number;
        town?: string | number;
        zipcode?: string;
    }
    Index

    Properties

    city?: string | number

    The city of the recipient's address. Whether there is a city will depend on the region and/or country.

    district?: string | number

    The district of the recipient's address. Whether there is a district will depend on the region and/or country.

    full_address?: string

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

    Geolocation info. Only available for logistics_channel_id 90026.

    name?: string

    Recipient's name for the address.

    phone?: string

    Recipient's phone number input when order was placed.[Only for TW non-integrated channel] Will return "****" when the "virtual_contact_number" is available

    region?: string

    The two-digit code representing the region of the Recipient.

    state?: string | number

    The state/province of the recipient's address. Whether there is a state/province will depend on the region and/or country.

    town?: string | number

    The town of the recipient's address. Whether there is a town will depend on the region and/or country.

    zipcode?: string

    Recipient's postal code.