List
const url = 'https://api.wink.travel/api/managing-entity/d5b8a3c2-9e6f-4a1b-8d34-7c2e1f0a5b69/extranet/sales/inventory/list';const options = { method: 'GET', headers: {'Wink-Version': '2.0', Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.wink.travel/api/managing-entity/d5b8a3c2-9e6f-4a1b-8d34-7c2e1f0a5b69/extranet/sales/inventory/list \ --header 'Authorization: Bearer <token>' \ --header 'Wink-Version: 2.0'Returns every inventory record whose sales channel is owned by the given property as a flat, unpaged list.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”The property ID to retrieve inventories for
Example
d5b8a3c2-9e6f-4a1b-8d34-7c2e1f0a5b69Header Parameters
Section titled “Header Parameters”Responses
Section titled “Responses”All inventory records for the property
A bookable inventory item tied to a sales channel, representing a guest room, meeting room, spa, restaurant, add-on, attraction, activity, or place made available for booking.
object
Defaults to property address.
object
Address line 1
Address line 2
City name
Country
Country
County
Address 1, Address 2, City, State, Postal / Zip code, Country
Postal / zip code
State
Whether inventory can be booked
Which city the inventory is located on
Which city the inventory is located on
Whether this is commissionable or not
Which continent the inventory is located on
Which country the inventory is located on
Which country the inventory is located on
Datetime this record was first created
Whether this inventory is enabled or not
Document UUID
Main image of inventory
object
Media angle
Whether image has attribution properties
object
Name of contributor
URL to contributor
Supported OTA specification PIC code. See OTA geoname data
Localized media captions to give user some context about where this media was taken.
Foundation class for storing multi-language content (names and descriptions) with content change detection throughout the Wink Platform.
object
Whether it was user or system generated.
Longer text description
Indicate which language this description is written in.
The md5 hash of the name, description and language.
Use as title or short text description
Media height in pixels.
Use this identifier to communicate with Cloudinary.
True if media width is greater or equal to height
Associate this media with a specific lifestyle type. A user searching and filtering inventory based on lifestyles can be shown relevant media first.
Document identifier
Instead of deleting the media, choose to un-publish it instead for later re-use. Could be you keep seasonal images of the property.
Sort allows you to control how you want to sort this record in a list of media records.
Currently ONLY using Cloudinary to store all image / video assets.
Whether Cloudinary media is a VIDEO or IMAGE.
Media width in pixels.
Inventory type identifier
Name of inventory as hotel is seeing it
Name of inventory as traveler is seeing it
Inventory type
Datetime this record was last updated
Location
object
Best price of the room type or facility ancillary in platform currency
object
Monetary amount value
ISO 4217 currency code
Best price of the room type or facility ancillary
object
Monetary amount value
ISO 4217 currency code
Level of expensiveness.
Quantity
Parent sales channel
object
Type of entity that manages, facilitates, or administers properties, bookings, or payments on the Wink Platform
Version property that shows how many times this document has been persisted. Document will not persist if the version property is less than current version property in the system. Result in an optimistic locking exception.
Example
[ { "address": { "city": { "country": { "continent": "AS", "countryCode": "TH", "geoNameId": "1605651", "name": "Thailand" }, "geoNameId": "1609350", "name": "Bangkok" }, "countryCode": "TH", "line1": "9 Thanon Krung Thonburi", "postalCode": "10600", "state": "Bangkok" }, "bookable": true, "cityGeoNameId": "1609350", "cityUrlName": "bangkok", "commissionable": true, "continent": "AS", "countryCode": "TH", "countryGeoNameId": "1605651", "createdDate": "2026-01-14T09:30:00", "enabled": true, "id": "3c6b1a5d-8e2f-4a0b-9c7d-6e4f0a8b2c51", "image": { "descriptions": [ { "description": "Spacious deluxe room with panoramic city views", "language": "en", "title": "Deluxe City View Room" } ], "identifier": "the-siam-residences/deluxe-room-city-view", "isLandscape": true, "multimediaIdentifier": "2b4d6f8a-0c2e-4a6b-8d0f-2c4e6a8b0d2f", "published": true, "sort": 10, "type": "IMAGE" }, "inventoryIdentifier": "6f9b4c8d-1e5a-4b3c-9d2e-8a7f0c1b5e43", "inventoryName": "Deluxe Room with City View", "inventoryNameInEnglish": "Deluxe City View Room", "inventoryType": "GUEST_ROOM", "lastUpdate": "2026-01-14T09:30:00", "location": { "coordinates": [ 100.5581533, 13.7370197 ], "type": "Point" }, "lowestDisplayPrice": { "amount": 125, "currency": "USD" }, "lowestPrice": { "amount": 4500, "currency": "THB" }, "pricePoint": "THREE", "quantity": 50, "salesChannel": { "blacklisted": false, "channelDisabled": false, "commission": 15, "enabled": true, "identifier": "7d2e4f0b-5c1a-4e8d-b3f9-2a6c0d7e1f4b", "ownerIdentifier": "1a3b5c7d-9e2f-4a0b-8c1d-6e4f0a8b2c51", "percentDiscount": 0, "supplierIdentifier": "4f8b2c0d-6e1a-4b3c-9d5e-7a0f2c4b6e8d", "supplierName": "The Siam Residences" }, "version": 1 }]Bad Request — missing or invalid request parameter or body
object
object
Example
Unauthorized — authentication is required or the session has expired
object
object
Example
Forbidden — authenticated but lacking the required permission or scope
object
object
Example
Not Found — the requested resource does not exist
object
object
Example
Method Not Allowed — the HTTP verb is not supported on this endpoint
object
object
Example
Conflict — the resource was modified by someone else since you read it; re-read it and retry with the new version
object
object
Example
Unsupported Media Type — use application/json
object
object
Example
Internal Server Error — an unexpected failure occurred on the server
object
object
Example
Service Unavailable — a downstream dependency is unreachable
