Composite products feature
What's new
Changes in API
"items": [
{
"productId": 123456,
"sku": "COMPOSITE-001",
"quantity": 1,
"price": 30.0,
"name": "Gift Pack A",
"compositeComponents": [
{
"productId": 1111,
"combinationId": null,
"quantity": 2
},
{
"productId": 2222,
"combinationId": 5555,
"quantity": 1
}
]
}
]Documentation links
Get productGet orderLast updated
Was this helpful?
