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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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