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
- 200
- 400
- 401
- 403
- 404
- 500
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.
Invalid item data or validation errors
Authentication required to modify order list items
Insufficient permissions to modify order list items
Order list not found with the specified identifier
Unexpected server error during item removal