Skip to main content

Bulk Update Warehouse Location Mappings

POST 

/api/shopify/:integrationInstance/warehouse-location-mappings/bulk-update

Sets or clears the SKU.io warehouse assigned to one or more Shopify locations in a single call. Send warehouse_id as null to clear a mapping. Each mapping is applied independently - the response reports per-location success or failure plus an overall summary.

Authorization

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

Authentication: Requires Bearer token.

Body fields:

  • mappings (array, required, min 1): objects with shopify_location_id (integer, required - the Shopify location's numeric ID) and warehouse_id (integer or null - must be an existing warehouse).

Request

Responses

OK

Response Headers
    Content-Type