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

    Interface CreateShippingDocumentJobRequest

    Request parameters for create_shipping_document_job

    This API creates a shipping document job for selected documents. The system receives requests and returns a job ID along with success and failure details.

    interface CreateShippingDocumentJobRequest {
        package_list?: string[];
        shipping_document_type: string;
        unpackaged_sku_requests?: CreateShippingDocumentJobUnpackagedSkuRequest[];
    }
    Index

    Properties

    package_list?: string[]

    List of Package Numbers to generate labels for. (maximum 600 total)Note: The unpackaged_sku_requests and package_list cannot be populated at the same time, please select one.

    shipping_document_type: string

    The type of shipping document. Available values: THERMAL_UNPACKAGED_LABEL

    List of Unpackaged SKUs to generate labels for.Note: The unpackaged_sku_requests and package_list cannot be populated at the same time, please select one.