Skip to main content

Delete a product by lookup key

DELETE 

/products/:lookupKey/:lookupValue

Delete a product using any supported lookup key. This endpoint supports multiple identification methods, including internal ID, external source ID, SKU, and supplier code. If multiple products match the lookup key, use additional filtering (such as source and language for source-based lookups) to uniquely identify the product.

Key Features

  • Multiple Lookup Keys: Support for id, sourceId + source, sku, and supplierCode + supplier
  • Flexible Identification: Use the most appropriate lookup method for your integration
  • Safe Deletion: Confirms product deletion with appropriate response
  • Error Handling: Clear error responses for missing or ambiguous products
  • Query Parameters: Additional filtering options for precise product identification

Note: When multiple products share the same lookup key, use additional query parameters (e.g., source and language) to uniquely identify the desired product.

Request

Responses

Delete a product by lookup key - 200