Products
delete/v1/products/{id}

Delete a product

Delete a product. Deleting a product is only possible if it has no prices associated with it. Additionally, deleting a product with type=good is only possible if it has no SKUs associated with it.

Path parameters

NameDescription
id*

Request body

object (no properties in spec)

Response

FieldTypeDescription
deleted*boolean

Always true for a deleted object

id*string

Unique identifier for the object.

object*string

String representing the object's type. Objects of the same type share the same value.