Products
Delete a product
Soft-deletes a retail product. The product is hidden from the storefront and cannot be added to new baskets; existing orders that already contain the product are unaffected. Use POST /shop/products/{productId}/restore to bring a deleted product back.
delete/shop/products/{productId}
Response
The product was successfully deleted.
Changes
No recorded changes to this endpoint across all 1 revision of this API.