Skip to main content

Remove products and clusters from order list

PATCH 

/v2/orderlists/:id/remove-items

Remove individual products and/or product clusters from an existing order list.

Disassociates specified products and clusters from the order list, removing them from bulk ordering operations. The operation updates item assignments automatically while maintaining data integrity and order list consistency.

This endpoint allows you to:

  • Remove individual products by their unique identifiers
  • Remove product clusters to exclude multiple related products
  • Reference external products and clusters via source systems
  • Handle non-existent items gracefully (no errors for missing items)
  • Update the order list's modification timestamp

Request

Responses

Items removed from order list successfully.

Returns the updated order list with the specified products and clusters removed. The lastModifiedAt timestamp reflects when the items were removed.