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

    Type Alias SetAddressConfigParams

    SetAddressConfigParams: {
        address_type_config?: {
            address_list?: { address_id?: number }[];
            address_type?: string;
        }[];
        show_pickup_address?: boolean;
    } & Record<string, string | number | boolean | object | null | undefined>

    Parameters for set address config

    Type Declaration

    • Optionaladdress_type_config?: { address_list?: { address_id?: number }[]; address_type?: string }[]

      Address type configuration

    • Optionalshow_pickup_address?: boolean

      Whether to show pickup address