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

    Interface GetBookingShippingParameterAddress

    GetBookingShippingParameterAddress sub-interface for GetBookingShippingParameterPickup

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

    Properties

    address?: string

    The address description of specify address.

    address_flag?: string[]

    The flag of shop address, applicable values: default_address, pickup_address, return_address, current_address(only for multi-warehouse sellers)

    address_id?: number

    The identity of 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.

    List of pickup_time information corresponding to the address_id.Some logistics channels may not return any date or time for pickup time slots. In such cases, sellers can arrange shipment without selecting any time slot, and Shopee will arrange a suitable timing for these situations.

    town?: string

    The town of specify address.

    zipcode?: string

    The zipcode of specify address.