cURL
curl --request POST \ --url https://api.secure.quotivity.com/v1/bundles/{bundleId}/options/{optionId}/products \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "products": [ { "productId": "<string>", "properties": {} } ] } '
{ "products": [ { "id": "<string>", "accountId": "<string>", "bundleId": "<string>", "optionId": "<string>", "productId": "<string>", "properties": {}, "displayOrder": 123, "adjustments": {}, "standardPrice": {}, "listPrice": {}, "configuration": { "minQuantity": 123, "maxQuantity": 123, "readonlyQuantity": true } } ] }
Adds one or more products to an existing bundle option. Returns the added products with their prices.
Show child attributes
Products added successfully