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

    Interface CreateBookingShippingDocumentBooking

    CreateBookingShippingDocumentBooking sub-interface for CreateBookingShippingDocumentRequest

    interface CreateBookingShippingDocumentBooking {
        booking_sn: string;
        shipping_document_type?: string | number;
        tracking_number?: string;
    }
    Index

    Properties

    booking_sn: string

    Shopee's unique identifier for a booking.

    shipping_document_type?: string | number

    The type of shipping document. Available values: NORMAL_AIR_WAYBILL,THERMAL_AIR_WAYBILL,NORMAL_JOB_AIR_WAYBILL,THERMAL_JOB_AIR_WAYBILL

    tracking_number?: string

    The tracking number of booking. Required except for the channel allow print before arrange shipment.