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

    Interface CreateShippingDocumentOrder

    CreateShippingDocumentOrder sub-interface for CreateShippingDocumentRequest

    interface CreateShippingDocumentOrder {
        order_sn: string;
        package_number?: string;
        shipping_document_type?: string | number;
        tracking_number?: string;
    }
    Index

    Properties

    order_sn: string

    Shopee's unique identifier for an order.

    package_number?: string

    Shopee's unique identifier for the package under an order. You should't fill the field with empty string when there is not a package number.

    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, THERMAL_UNPACKAGED_LABEL

    tracking_number?: string

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