Skip to main content

Bulk Update Shipping Method Mappings

POST 

/api/shopify/:integrationInstance/shipping-method-mappings/bulk-update

Creates, updates, or removes shipping method mappings in bulk. Providing shipping_method_id maps the Shopify shipping method value to that SKU.io shipping method (upsert); sending null removes any existing mapping for that value. Each entry is processed independently with per-entry results.

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 sales_channel_method (string, required - the shipping method value as it appears on Shopify orders), shipping_method_id (integer or null - must be an existing SKU.io shipping method), and id (integer, optional - existing mapping ID, informational).

Request

Responses

OK

Response Headers
    Content-Type