Skip to main content

LowestPrice

Represents a lowest price of an item where multiple prices are available
The lowest price of the product for variant groups,
The lowest price combination available for bundle products

type LowestPrice {
price: Price!
productIds: [String!]!
}

Fields

price ● Price!

The price itself

productIds ● [String!]!

The product id of the lowest price product/ or product ids in the lowest priced combination

Example

{
"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": []
}