v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
distributor

Distributor - Remove Item

Remove an item from a distributor's catalog.

delete/distributor/remove_item

Request body

idstring required

Supplier ID

item_idstring required

Distributor item entry ID to remove

Example request

{
  "id": "507f1f77bcf86cd799439011",
  "item_id": "507f1f77bcf86cd799439011"
}

Response

Item removed from supplier successfully

successboolean required

Whether the operation succeeded