Channex Shopping API
API Methods to get real time rates, availability and content from Channex.
Create Open Shopping Channel
Properties List
GET https://staging.channex.io/api/v1/meta/{{CHANNEL_NAME}}/property_list
{
"data": [
{
"attributes": {
"address": "220125, RU, Moscow, Moscow, Zubovskaya 5",
"city": "Moscow",
"country": "RU",
"description": "Excellent Hotel and Old City Centre",
"id": "c1595b90-75f3-4b7e-b3c4-cf6a70f0d81d",
"latitude": "11.001323",
"longitude": "33.023321",
"best_offer": "23.12",
"photos": [],
"state": "Moscow",
"title": "Old City Centre",
"zip_code": "220125"
},
"id": "c1595b90-75f3-4b7e-b3c4-cf6a70f0d81d",
"type": "property"
},
{
"attributes": {
"address": "SW1W 0AD, GB, London, 10 Chester Square",
"city": "London",
"country": "GB",
"description": "Quiet hotel at heart of British capital",
"id": "37d1c98a-bb20-4ca4-a8ce-bc1ee78d9455",
"latitude": "51.4966440",
"longitude": "-0.1476140",
"best_offer": "18.47",
"photos": [
{
"url": "https://img.channex.io/ec4f261a-1e21-4070-922b-86e0c46abd26/",
"description": null,
"author": null
}
],
"state": null,
"title": "Royal Hotel tbf",
"zip_code": "SW1W 0AD"
},
"id": "37d1c98a-bb20-4ca4-a8ce-bc1ee78d9455",
"type": "property"
}
],
"meta": {}
}Get Property Info
Get Closed Dates
Get Rooms List
Create Booking
Field description
Customer Fields
Guarantee Fields
Booking Rooms
Booking Services (Extras)
Agent Info
Modify or Cancel Booking
Last updated