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

    Interface GetAddressListAddress

    GetAddressListAddress sub-interface for GetAddressListResponseData

    interface GetAddressListAddress {
        address?: string;
        address_id?: number;
        address_type?: string | number;
        city?: string;
        district?: string;
        region?: string;
        state?: string;
        town?: string;
        zipcode?: string;
    }
    Index

    Properties

    address?: string

    The address description of specify address.

    address_id?: number

    The identity of address.

    address_type?: string | number

    The flag of shop address.Available values: DEFAULT_ADDRESS, PICK_UP_ADDRESS, RETURN_ADDRESS, INBOUND_PICKUP_ADDRESS.

    city?: string

    The city of specify address.

    district?: string

    The district of specify address.

    region?: string

    The region of specify address.

    state?: string

    The state of specify address.

    town?: string

    The town of specify address.

    zipcode?: string

    The zipcode of specify address.