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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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