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).

Not yet available to API tokens

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

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