Skip to main content

Update Field Mappings

PUT 

/api/shopify/:integrationInstance/mappings

Replaces the custom field mappings for an integration instance. Each mapping pairs a Shopify field (listing_field) with a SKU.io field (sku_field) and an optional list of value parsers. Field names must come from List Available Mapping Fields.

Authorization

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

Authentication: Requires Bearer token.

Body fields:

  • mappings (array, required): objects with listing_field (string, required), sku_field (string, required), and parsers (array, required - may be empty).

Request

Responses

OK

Response Headers
    Content-Type