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

    Type Alias AddressBreakdown

    Address breakdown information

    type AddressBreakdown = {
        additional_info: string;
        city: string;
        detailed_address: string;
        full_address: string;
        postcode: string;
        region: string;
        state: string;
        town: string;
    }
    Index

    Properties

    additional_info: string

    Additional address information (empty for PH, TH)

    city: string

    City (TH: District)

    detailed_address: string

    Detailed address (street name, building, house number)

    full_address: string

    Full address in format "detailed_address, town, district, state, postcode, additional_info"

    postcode: string

    Postal code (TH, PH)

    region: string

    Region value (PH, TH only)

    state: string

    State/Province (TH: Province)

    town: string

    Town (TH: Sub district)