Skip to main content

Create SKU Product from Magento Product

POST 

/api/magento1/instances/:integrationInstance/products/:product/create-sku-product

Creates a new SKU.io product from the catalog product's data and links it. If a SKU.io product with the matching SKU already exists, the manager links to it instead of creating a duplicate. Returns 422 if the catalog product is already mapped (unmap it first).

Body: none.

Authentication: Requires Bearer token.

Request

Responses

Created