Skip to main content

Get Shipment Status

POST 

/api/temu/:integrationInstance/shipment-status

Fetches the current shipment/tracking status from Temu for a single child order (orderSn) belonging to a parent order (parentOrderSn). Proxies bg.logistics.shipment.get on the Temu Open Platform.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Validation:

  • parent_order_sn (required, string)
  • order_sn (required, string)

Request

Responses

OK

Response Headers
    Content-Type