BundlePrice
No description
type BundlePrice {
priceType: BundlePriceType
lowest: LowestPrice
base: Price
}
Fields
priceType ● BundlePriceType
If product is a bundle product, this field will show which pricing type the bundle product uses
lowest ● LowestPrice
If the product is a bundle this price will be the lowest possible pricing combination of the products in the bundle depending on the price type of the bundle. Lowest price will also include the base price if the bundle price type is VARIABLE_PLUS_BASE
base ● Price
If bundle is using price type VARIABLE_PLUS_BASE this field will show the base price set on the bundle product If bundle is using price type FIXED this field will show the fixed price set on the bundle product
Example
{
"lowest": {
"price": {
"regularPrice": {
"currency": {
"code": "USD",
"rate": 11.355,
"prefix": "$"
},
"tax": {}
},
"appliedCampaign": {
"info": {
"description": [
{
"language": "EN",
"value": "String"
}
],
"timeLimit": {
"from": "2024-05-03T11:52:33Z"
}
}
}
},
"productIds": []
}
}