Skip to main content

Update Warehouse Mapping

PUT 

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

Update a warehouse mapping — change the SKU.io warehouse it maps to or toggle active status. Requires Bearer token.

Authorization

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

Request body fields (all optional):

  • warehouse_id (integer|null): SKU.io warehouse ID (null to unmap)
  • is_active (boolean): Activate or deactivate the mapping

Request

Responses

OK

Response Headers
    Content-Type