Skip to main content

Import Product Mappings

POST 

/api/shopify/:integrationInstance/products/import-mappings

Queues a background import of product mappings from a previously uploaded CSV file (referenced by its stored name from the file upload step). Rows are keyed by the Shopify variant ID column and link each variant to a SKU.io product. The endpoint returns immediately.

Authorization

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

Authentication: Requires Bearer token.

Body fields:

  • original_name (string, required): the original client-side file name.
  • stored_name (string, required): the server-side stored file name returned by the upload step.

Request

Responses

OK

Response Headers
    Content-Type