Skip to main content

List Shipping Method Mappings

GET 

/api/magento2/integration-instances/:magento2IntegrationInstance/shipping-method-mappings

Returns the existing Magento -> SKU.io shipping method mappings, the distinct Magento shipping methods observed on past imported orders for this instance, and the catalogue of SKU.io ShippingMethod records that can be picked from the row-level select.

Authenticated. Requires a Bearer token.

Response fields:

  • data.mappings[] — union of observed methods and any persisted mappings. sku_shipping_method_id/sku_shipping_method_name are null when the method is not yet mapped. magento_method_label is the human-friendly description from shipping_description on the original order (when available).
  • data.observed_methods[] — raw list of distinct {carrier}_{method} codes seen on past orders, paired with the latest shipping_description observed.
  • data.sku_shipping_methods[] — every SKU.io ShippingMethod available to pick from. Rendered as friendly labels in the row-level select via full_name ("Carrier - Method").

The page renders the entire table from this single response — no separate call for the shipping-method catalogue is required.

Request

Responses

OK

Response Headers
    Content-Type