Composite products in API
Last updated
Was this helpful?
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.
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.
Last updated
Was this helpful?
Was this helpful?
