v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
distributor

Distributor - Bulk Remove Item

Remove multiple items from a distributor's catalog in a single request.

delete/distributor/bulk_remove_item

Request body

idstring required

Supplier ID

item_idsstring[] required

Array of distributor item entry IDs to remove

Example request

{
  "id": "507f1f77bcf86cd799439011",
  "item_ids": [
    "507f1f77bcf86cd799439011"
  ]
}

Response

Items removed from supplier successfully

successboolean required

Whether the operation succeeded