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

    Interface Address

    Address information

    interface Address {
        address: string;
        address_name: string;
        city: string;
        district?: string;
        region: string;
        state: string;
        town?: string;
        zip_code: string;
    }
    Index

    Properties

    address: string

    Street address

    address_name: string

    Name associated with the address

    city: string

    City

    district?: string

    District

    region: string

    Region code

    state: string

    State/Province

    town?: string

    Town

    zip_code: string

    Postal/ZIP code