Skip to main content

Map Product

POST 

/api/magento2/integration-instances/:magento2IntegrationInstance/products/:product/map

Map a single Magento product to a SKU.io Product.

Body:

  • sku_product_id (integer | null) — the SKU.io products.id to link to. Pass null to clear the mapping (equivalent to Unmap Product).

Returns the refreshed Magento2ProductResource so the frontend can swap the row.

Error responses:

  • 404 — product does not exist OR belongs to a different instance.

Request

Responses

OK

Response Headers
    Content-Type