Skip to main content

Upsert Warehouse Mapping

POST 

/api/tiktok-shop/integration-instances/:integration_instance_id/warehouse-mappings

Create or update a warehouse mapping for the instance.

Authorization

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

Fields:

  • tiktok_shop_warehouse_id (required, integer, exists tiktok_shop_warehouses.id)
  • sku_io_warehouse_id (required, integer, exists warehouses.id)

Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type