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

    Interface PickupAddress

    Pickup address information

    interface PickupAddress {
        address: string;
        address_flag?: string[];
        address_id: number;
        city: string;
        district: string;
        region: string;
        state: string;
        time_slot_list?: PickupTimeSlot[];
        town: string;
        zipcode: string;
    }
    Index

    Properties

    address: string

    Address description

    address_flag?: string[]

    Flags of shop address

    address_id: number

    Identity of address

    city: string

    City of address

    district: string

    District of address

    region: string

    Region of address

    state: string

    State of address

    time_slot_list?: PickupTimeSlot[]

    List of pickup time information

    town: string

    Town of address

    zipcode: string

    Zipcode of address