Skip to main content

Bulk Unmap Products

POST 

/api/magento2/integration-instances/:magento2IntegrationInstance/products/bulk-unmap

Clear sku_product_id + sku_product_listing_id on the selected products. Synchronous.

Body:

  • select_all — when true, applies across every product in the instance (ignores ids).
  • ids — array of magento2_products.id to unmap (used when select_all is false / omitted).

Request

Responses

OK

Response Headers
    Content-Type