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

    Interface GetBookingShippingDocumentDataInfoShippingDocumentInfo

    GetBookingShippingDocumentDataInfoShippingDocumentInfo sub-interface for GetBookingShippingDocumentDataInfoResponseData

    interface GetBookingShippingDocumentDataInfoShippingDocumentInfo {
        booking_weight?: number;
        create_date_ymd_sl?: string;
        deliver_area?: string;
        delivery_hub?: string;
        destination_base_code?: string;
        dg_specific_type?: number;
        ec_booking_no?: string;
        is_lm_dg_bool?: number;
        logistics_channel_id?: number;
        manufacturers_name?: string;
        manufacturers_website?: string;
        pickup_hub?: string;
        recipient_sort_code?: GetBookingShippingDocumentDataInfoRecipientSortCode;
        return_sort_code?: GetBookingShippingDocumentDataInfoReturnSortCode;
        sender_sort_code?: GetBookingShippingDocumentDataInfoSenderSortCode;
        shipping_carrier?: string;
        spx_receive_station?: GetBookingShippingDocumentDataInfoSpxReceiveStation;
        spx_sub_district?: string;
        tracking_number?: string;
        zone?: string;
        zone_code?: string;
    }
    Index

    Properties

    booking_weight?: number

    Use this field to indicate booking weight when calculate the shipping fee. The unit of weigh is gram.

    create_date_ymd_sl?: string

    The date of create shipment booking.

    deliver_area?: string

    Zone name.

    delivery_hub?: string

    The name of delivery hub.

    destination_base_code?: string

    Distribution Center Code.

    dg_specific_type?: number

    Currently only applicable for Brazil, Indonesia, Vietnam, Philippines.For orders with Dangerous Goods, this value indicates the severity of the danger and requires special handling by the logistics provider. 0 = Not classified / no DG sub-type1 = DG_A2 = DG_B3 = DG_C4 = DG_D

    ec_booking_no?: string

    The name of ec booing.

    is_lm_dg_bool?: number

    Use this field to indicate order contains dangerous goods or not.0: Non-dangerous good1: Dangerous good2: Prohibited

    logistics_channel_id?: number

    The identity of logistic channel.

    manufacturers_name?: string

    The name of manufacturer.

    manufacturers_website?: string

    The website of manufacturer.

    pickup_hub?: string

    The name of pickup hub.

    The sort_code of recipient.

    The sort code for 3PL doing RTS.

    The sort_code of sender.

    shipping_carrier?: string

    The logistics service provider for the booking.

    The spx receive station.

    spx_sub_district?: string

    The sub-district of recipient's address.

    tracking_number?: string

    The tracking number assigned by the shipping carrier for item shipment.

    zone?: string

    The zone of this booking.

    zone_code?: string

    Delivery Sub Zone.