Packages
Adds package information showing sub-products within a booking
Get Package Includes
{
//... rest of the product object
"isPackage": true,
"options": [
{
//... rest of the option object
"packageIncludes": [
{
"title": "Premium Products",
"count": 1,
"includes": [
{
"id": "b5e5721c-abab-4ed4-9e3a-721835549f20",
"required": false,
"limit": 1,
"productId": "de1b3b5e-b8a0-4b4b-942f-283ebd9564ec",
"product": {
"id": "de1b3b5e-b8a0-4b4b-942f-283ebd9564ec",
"internalName": "My Premium Attraction"
//... full product object
},
"optionId": "5633bb77-934a-490f-ac2f-47a89f5ab349",
"option": {
"id": "5633bb77-934a-490f-ac2f-47a89f5ab349",
"internalName": "Fast Track Entrance"
//... full option object
}
}
//... etc
]
},
{
"title": "Standard Products",
"count": 5,
"includes": [
{
"id": "5b58af7f-3e8f-4fb7-b03c-b740a7164325",
"required": false,
"limit": 1,
"productId": "d8759d3d-5d45-4bab-ba75-bd2715b712e7",
"product": {
"id": "d8759d3d-5d45-4bab-ba75-bd2715b712e7",
"internalName": "My Walking Tour"
//... full product object
},
"optionId": "8c680278-b3a3-4aa3-872a-1b23aea9a2d3",
"option": {
"id": "8c680278-b3a3-4aa3-872a-1b23aea9a2d3",
"internalName": "Without Lunch"
//... full option object
}
}
//... etc
]
}
]
}
]
}Field
Description
Package Booking
Package Booking
Path Parameters
Name
Type
Description
Last updated