cURL
curl --request GET \ --url https://api.secure.quotivity.com/v1/bundles/{bundleId}/options/{optionId} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "accountId": "<string>", "bundleId": "<string>", "name": "<string>", "priceBookId": "<string>", "displayOrder": 123, "configuration": { "minCount": 123, "maxCount": 123, "defaultOptionProductId": "<string>" }, "products": [ { "id": "<string>", "accountId": "<string>", "bundleId": "<string>", "optionId": "<string>", "productId": "<string>", "properties": {}, "displayOrder": 123, "adjustments": {}, "standardPrice": {}, "listPrice": {}, "configuration": { "minQuantity": 123, "maxQuantity": 123, "readonlyQuantity": true } } ], "description": "<string>", "nextKey": "<string>" }
Retrieves a bundle option with its priced products.
Cursor for pagination of products
Successfully retrieved bundle option
Show child attributes