Product

Delete cross selling

Deletes cross selling items of a product.

delete/api/v1/products/{id}/crossSelling

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Request body

idstring

Resource identifier.

Example request

[
  {
    "id": "17"
  }
]

Response

Operation completed successfully, no response body

Changes

No recorded changes to this endpoint across all 1 revision of this API.