Skip to main content

Add products and clusters to order list

PATCH 

/v2/orderlists/:id/add-items

Add individual products and/or product clusters to an existing order list.

Associates specified products and clusters with the order list, enabling bulk ordering and streamlined purchasing processes. The operation updates item assignments and availability automatically while maintaining data integrity.

This endpoint allows you to:

  • Add individual products by their unique identifiers
  • Add product clusters to include multiple related products
  • Reference external products and clusters via source systems
  • Maintain unique assignments (duplicates are automatically handled)
  • Update the order list's modification timestamp

Request

Responses

Items added to order list successfully.

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