curl --request GET \
--url https://api.secure.quotivity.com/v1/bundles-details \
--header 'x-api-key: <api-key>'{
"bundles": [
{
"id": "<string>",
"isActive": true,
"included": [
{
"id": "<string>",
"name": "<string>",
"displayOrder": 123,
"configuration": {
"minCount": 123,
"maxCount": 123,
"defaultOptionProductId": "<string>"
},
"products": [
{
"id": "<string>",
"productId": "<string>",
"properties": {},
"displayOrder": 123,
"adjustments": {},
"standardPrice": {},
"listPrice": {},
"configuration": {
"minQuantity": 123,
"maxQuantity": 123,
"readonlyQuantity": true
}
}
]
}
],
"addOns": [
{
"id": "<string>",
"name": "<string>",
"displayOrder": 123,
"configuration": {
"minCount": 123,
"maxCount": 123,
"defaultOptionProductId": "<string>"
},
"products": [
{
"id": "<string>",
"productId": "<string>",
"properties": {},
"displayOrder": 123,
"adjustments": {},
"standardPrice": {},
"listPrice": {},
"configuration": {
"minQuantity": 123,
"maxQuantity": 123,
"readonlyQuantity": true
}
}
]
}
],
"header": {
"productId": "<string>",
"properties": {}
}
}
]
}Retrieves detailed pricing information for one or more bundles, including all options and products with their prices.
curl --request GET \
--url https://api.secure.quotivity.com/v1/bundles-details \
--header 'x-api-key: <api-key>'{
"bundles": [
{
"id": "<string>",
"isActive": true,
"included": [
{
"id": "<string>",
"name": "<string>",
"displayOrder": 123,
"configuration": {
"minCount": 123,
"maxCount": 123,
"defaultOptionProductId": "<string>"
},
"products": [
{
"id": "<string>",
"productId": "<string>",
"properties": {},
"displayOrder": 123,
"adjustments": {},
"standardPrice": {},
"listPrice": {},
"configuration": {
"minQuantity": 123,
"maxQuantity": 123,
"readonlyQuantity": true
}
}
]
}
],
"addOns": [
{
"id": "<string>",
"name": "<string>",
"displayOrder": 123,
"configuration": {
"minCount": 123,
"maxCount": 123,
"defaultOptionProductId": "<string>"
},
"products": [
{
"id": "<string>",
"productId": "<string>",
"properties": {},
"displayOrder": 123,
"adjustments": {},
"standardPrice": {},
"listPrice": {},
"configuration": {
"minQuantity": 123,
"maxQuantity": 123,
"readonlyQuantity": true
}
}
]
}
],
"header": {
"productId": "<string>",
"properties": {}
}
}
]
}