Skip to main content

Get Carrier by Shipping Method

GET 

/api/temu/:integration_instance/carriers/by-shipping-method/:shipping_method_id

Check if a local SKU.io shipping method is mapped to a Temu carrier.

Used by the frontend to warn users before fulfillment submission if a shipping method is not mapped.

Path Parameters:

  • integration_instance - Integration instance ID
  • shipping_method_id - Local SKU.io shipping method ID

Response:

  • carrier - Temu carrier record (or null if not mapped)
  • is_mapped - Boolean indicating whether the shipping method is mapped

Request

Responses

Successful response