Skip to main content

Create Warehouse Mapping

POST 

/api/trackstar/integration-instances/:integration_instance/warehouse-mappings

Create a mapping between a Trackstar warehouse and a SKU.io warehouse. Returns 422 if the Trackstar warehouse is not found or the mapping already exists. Requires Bearer token.

Authorization

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

Request body fields:

  • trackstar_warehouse_id (required, string): The Trackstar warehouse identifier
  • warehouse_id (optional, integer): The SKU.io warehouse ID to map to

Request

Responses

OK

Response Headers
    Content-Type