Products
List available products for purchase
List Products
[
{
"id": "av_123",
"internalName": "Rent-a-Kayak",
"reference": "BRC-KAYAK",
"locale": "en",
"timeZone": "America/Los_Angeles",
"allowFreesale": true,
"availabilityType": "START_TIME",
"deliveryFormats": ["QRCODE"],
"deliveryMethods": ["VOUCHER"],
"redemptionMethod": "DIGITAL",
"capabilities": [
{
"id": "octo/pricing",
"revision": 1,
"required": true,
"dependencies": []
},
{
"id": "octo/webhooks",
"revision": 1,
"required": false,
"dependencies": []
}
],
"options": [
{
"id": "av_123",
"default": true,
"internalName": "Rent-a-Kayak",
"reference": null,
"restrictions": {},
"units": [
{
"id": "ea5fbd4c-9c2a-42f5-80c5-251a9f04da04",
"internalName": "1-Seater Kayak",
"reference": "1seat",
"type": "ADULT",
"restrictions": {
"minAge": 18,
"maxAge": 99,
"idRequired": false,
"minQuantity": 1,
"maxQuantity": null,
"paxCount": 1,
"accompaniedBy": []
}
},
{
"id": "582fd9d7-43fd-4685-a9b2-35b102eaec3a",
"internalName": "2-Seater Kayak",
"reference": "2seat",
"type": "ADULT",
"restrictions": {
"minAge": 18,
"maxAge": 99,
"idRequired": false,
"minQuantity": 2,
"maxQuantity": null,
"paxCount": 1,
"accompaniedBy": []
}
}
]
}
]
},
//...rest of the products
]Field
Description
Get Product
Path Parameters
Name
Type
Description
Last updated