Skip to main content

Get Warehouse by Local Warehouse

GET 

/api/temu/:integration_instance/warehouses/by-warehouse/:warehouse_id

Check if a local SKU.io warehouse is mapped to a Temu warehouse.

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

Path Parameters:

  • integration_instance - Integration instance ID
  • warehouse_id - Local SKU.io warehouse ID

Response:

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

Request

Responses

Successful response