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

    Interface GetShippingParameterRequest

    Request parameters for get_shipping_parameter

    Use this api to check if the package support pickup, dropoff, or non-integrated method. For pickup, will return addresses and pickup time id options. For dropoff, will return branch id, sender real name etc, depending on 3PL requirements. [Please call this API when packages meet: 1) fulfillment status is LOGISTICS_READY; or 2) fulfillment status is LOGISTICS_PICKUP_RETRY; or 3) fulfillment status is LOGISTICS_REQUEST_CREATED and meet Instant Order Reschedule Pickup conditions]

    interface GetShippingParameterRequest {
        order_sn: string;
        package_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't a package number.