Pricing
This capability provides additional pricing details to many basic endpoints
Product Pricing
Path Parameters
Name
Type
Description
{
//rest of the product object
"units":[{
//... pricing unit object
"pricingFrom": [
{
"original": 4500,
"retail": 4500,
"net": 3500,
"currency": "USD",
"currencyPrecision": 2,
"includedTaxes": [
{
"name": "VAT 10",
"retail": 800,
"net": 500
}
]
},
{
"original": 4000,
"retail": 4000,
"net": 3000,
"currency": "GBP",
"currencyPrecision": 2,
"includedTaxes": [
{
"name": "VAT 10",
"retail": 700,
"net": 400
}
]
}
],
}]
}Pricing From Field Definitions
Product Object Additions
Availability Calendar (Price Check)
Request Body
Name
Type
Description
Availability pricing (Price Check)
Request Body
Name
Type
Description
Booking and pricing
Request Body
Name
Type
Description
Last updated