v1
latestOpenAPI 3.0.02026-07-26190104.7 KBUpsell
Retrieve upsell [Pilot]
This call returns the list of upsell fee available to the requester listing in quote [Pilot]
get/api/reservations/upsell/{inquiryId}/{listingId}/fee
Path parameters
inquiryIdstring required
Example:5d6e7a7ebf8e3800207735ae
ID of inquiry
listingIdstring required
Example:5bf544a600a9b000389f81d8
ID of listing
Response
successful operation
Example response
[
{
"_id": "61f984538b908351a18d2c75",
"value": 10,
"name": "Additional bed",
"isUpsell": true,
"upsell": {
"images": [
{
"url": "https://assets.guesty.com/image/upload/v1723994644/production/financials/upsells/raxfb5htryx0b2qewthk.jpg",
"isDefault": true
}
],
"description": "Test"
},
"price": 10
}
]