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

    Interface UpdateShippingOrderRequest

    Request parameters for update_shipping_order

    For pickup method only, use this api to update pickup address and pickup time for packages meet: 1) package's fulfillment status is LOGISTICS_PICKUP_RETRY; or 2) package's fulfillment status is 'LOGISTICS_REQUEST_CREATED' and meets the Instant Order Reschedule Pickup conditions.

    interface UpdateShippingOrderRequest {
        order_sn: string;
        package_number?: string;
        pickup: UpdateShippingOrderPickup;
    }
    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.

    Required parameter ONLY if GetParameterForInit returns "pickup" or if GetLogisticsInfo returns "pickup" under "info_needed" for the same order. Developer should still include "pickup" field in the call even if "pickup" has empty value.