Skip to main content

Submit Fulfillment to Temu

POST 

/api/temu/:integrationInstance/fulfill

Registered by the shared salesChannel route macro (POST /api/temu/{integrationInstance}/fulfill). Submits an existing SalesOrderFulfillment to Temu. Temu does NOT auto-generate tracking — a carrier tracking number must already be stored on the fulfillment OR be supplied here in the request body (it will be persisted).

Authorization

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

Validation:

  • sales_order_fulfillment_id (required, integer, must exist in sales_order_fulfillments)
  • tracking_number (nullable, string, max 255)

Request

Responses

OK

Response Headers
    Content-Type