Composite products in API

What's new

A new feature of composite products allows you to configure different product bundles available for purchase. Product bundles can include base products or product variations in any specified quantity.

Changes in API

New fields available for GET POST /products calls:

  • compositeParents - read-only field that tells if this product is a part of any composite products by listing the IDs of composite products where it's used.

  • compositeComponents - array of objects, where each object can have productId, combinationId, and quantity fields. If this array is not empty, the product is considered a composite product.

Search productsGet productCreate product

Last updated

Was this helpful?