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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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