Skip to main content

Update Shipping Type

POST 

/api/temu/:integrationInstance/update-shipping-type

Updates the carrier and tracking number for a shipment that has already been submitted. Used when the original carrier doesn't pick up the package within 48 hours and the seller needs to switch carriers without recreating the shipment.

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)
  • carrier_id (required, integer — Temu logisticsServiceProviderId)
  • tracking_number (required, string, max 255)

Request

Responses

OK

Response Headers
    Content-Type