v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Product Catalog

Delete Specific Products by SKU

Deletes specific products from the product catalog of a DRAFT version.

  • This operation can only be triggered for a catalog version with a DRAFT status.
  • Requests made for an ACTIVE or DEACTIVATED catalog version will fail with a 400 Bad Request HTTP error.

A product cannot be deleted if it is:

  • A parent to another product in the hierarchy.
  • Marked as mandatory.
  • Set as an alternative in the hierarchy tree.
delete/api/v1/version/{version_id}/products_catalog/by_sku

Path parameters

version_idstring required

The identifier of the DRAFT version.

Request body

skusstring[]

Response

Success. Specified products were deleted.