Skip to main content

List Shipping Method Mappings

GET 

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

Lists the distinct shipping method values found on the instance's synced Shopify orders together with their current SKU.io shipping method mapping (unmapped entries have a null shipping_method_id). The response also includes all active SKU.io shipping methods for building a mapping editor, and a meta summary of mapped vs unmapped counts.

Authorization

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

Authentication: Requires Bearer token.

The values are read from the field selected by the instance's shipping_method_field setting (title or code); pass the shipping_method_field query parameter to preview the list using the other field without saving the setting.

Request

Responses

OK

Response Headers
    Content-Type