Skip to main content

Map Carrier to Shipping Method

PUT 

/api/temu/:integrationInstance/carriers/:temu_carrier_id/map

Sets local_shipping_method_id on the TemuCarrier record so that submitting a fulfillment with the chosen shipping method routes to this Temu carrier (logisticsServiceProviderId).

Authorization

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

Validation:

  • shipping_method_id — nullable integer, must exist in shipping_methods. Pass null to clear the mapping.

Returns 404 if the TemuCarrier does not belong to the supplied integration instance.

Request

Responses

OK

Response Headers
    Content-Type