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

    Interface GetShippingDocumentDataInfoRequest

    Request parameters for get_shipping_document_data_info

    Use this api to fetch the logistics information of an order, these info can be used for self-design AWB printing. Besides, this api supports returning personal info as images.

    interface GetShippingDocumentDataInfoRequest {
        order_sn: string;
        package_number?: string;
        recipient_address_info?: GetShippingDocumentDataInfoRecipientAddressInfo[];
    }
    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 shouldn't fill the field with empty string when there isn't a package number.

    recipient address to query as image