Skip to main content

Update Warehouse Mapping

PUT 

//:domain/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.

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