How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Oracle Hospitality Inventory API

The Inventory APIs allow you to manage a properties room inventory, as well as manage overbooking/sell limits at different levels. It also contains operations to get Item Inventory.

Oracle Hospitality Inventory API is one of 154 APIs that Oracle Hospitality publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Inventory. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 13 operations across 11 paths, and defines 55 schemas. It is described by OpenAPI 3.2.0, at version 26.2.0.0.

Requests are made against 2 base URLs: /chl/v1, /inv/v1.

13 operations 11 paths 55 schemas 1 DELETE5 GET1 POST6 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
26.2.0.0
Servers
/chl/v1
/inv/v1
License
Terms of Service
Resource Areas
1

Paths & Operations 13

Across 11 paths, the API surfaces 13 operations — 1 DELETE, 5 GET, 1 POST, 6 PUT. Each is listed below with its method, path, parameters, and response codes.

Inventory 13

The Inventory APIs allow you to manage a properties room inventory, as well as manage overbooking/sell limits at different levels. It also contains operations to get Item Inventor…

GET
/hotels/{hotelId}/channel/sellLimitsdeprecated
Gets sell limit detail for a given channel hotel combination
getChannelSellLimits 12 params → 200204400401403404405406
PUT
/hotels/{hotelId}/channelSellLimitsdeprecated
Updates channel sell limits by date
changeChannelSellLimitsByDate 9 params body → 200400401403404405406413
DELETE
/hotels/{hotelId}/channelSellLimits/{Id}deprecated
Deletes channel sell limits
deleteChannelSellLimits 10 params → 200400401403404405406413
PUT
/hotels/{hotelId}/channels/{channelId}/channelSellLimitsByDateRangedeprecated
Updates channel sell limits by daterange
changeChannelSellLimitsByDateRange 10 params body → 200400401403404405406413
GET
/hotels/{hotelId}/hotelInventory
Get hotel inventory
getHotelInventory 18 params → 200204400401403404405406
GET
/hotels/{hotelId}/itemInventory
Get item inventory
getItemInventory 25 params → 200204400401403404405406
POST
/hotels/{hotelId}/itemInventoryHold
Hold item inventory
postHoldItemInventory 9 params body → 201400401403404405406413
GET
/hotels/{hotelId}/itemInventoryHold
Get items inventory that are held
getHoldItemsInventory 10 params → 200204400401403404405406
PUT
/hotels/{hotelId}/itemInventoryHold
update items inventory that are held
putHoldItemsInventory 9 params body → 200400401403404405406413
PUT
/hotels/{hotelId}/sellLimits
Set sell limits by date
changeSellLimitByDate 9 params body → 200400401403404405406413
PUT
/hotels/{hotelId}/sellLimitsByDateRange
Set sell limits by date range
changeSellLimitByDateRange 9 params body → 200400401403404405406413
PUT
/releasedItemInventory
Release item inventory held
putItemInventoryHold 8 params body → 200400401403404405406413
GET
/services/inventory/status
Ping
pingInventoryService 8 params → 200204400401403404405406

Schemas 55

The contract defines 55 schemas that model the data the API accepts and returns. The most detailed are poolItemInventoryCountsType (17 properties), itemInventoryCountsType (16 properties), sellLimitDateRangeType (12 properties), warningType (10 properties). Each schema is shown below with its type and property counts.

channelSellLimitType
object
3 properties
channelSellLimitsByDate
object
Request object to create or update sell limits for the channel or channel room type by day. Advanced logic is implemented to combine consecutive blocks of sell…
3 properties
channelSellLimitsByDateType
object
Collection of sell limits for a channel or channel room type structured by day.
3 properties
timeSpanDaysOfWeekType
object
Container for Time span with days of week.
8 properties
instanceLink
object
Metadata describing link description objects that MAY appear in the JSON instance representation.
7 properties
errorInstance
object
Complex type that contains error instance details for a REST call.
7 properties 2 required
warningType
object
Used when a message has been successfully processed to report any warnings or business errors that occurred.
10 properties
channelSellLimitSchedulesType
array
Details about a sell limit schedule for a channel or channel room type.
exceptionDetailType
object
Complex type that contains error details for a REST call.
9 properties 2 required
channelSellLimits
object
Response object containing sell limit schedules set for the channel or channel room type.
3 properties
status
object
Response Body.
2 properties
channelSellLimitsByDateRange
object
Request object to create or update sell limit schedules for the channel or channel room type within a date range. Existing schedules can be split as needed to…
3 properties
channelSellLimitScheduleType
object
Details about a sell limit schedule for a channel or channel room type.
6 properties
timeSpanType
object
Allows for a choice in description of the amount of time spanned by this type. EndDate specifies a specific date, while Duration provides a measure of time to…
3 properties
warningsType
array
Used in conjunction with the Success element to define a business error.
links
array
uniqueID_Type
object
An identifier used to uniquely reference an object in a system (e.g. an airline reservation reference, customer profile reference, booking confirmation number,…
2 properties
sellLimitByRange
object
A Request message that sets sell limit for collection of date ranges for either of the levels House, room type or room class. You can specify the days of the w…
2 properties
hotelInventoryType
object
A collection of Reservation objects and Unique IDs of Reservation.
3 properties
sellLimit
object
A Request message that sets sell limit for a particular date for all the levels House, room type and room class. The request can contain the number type in whi…
2 properties
heldByType
string
Type of the entity that is requesting for the item hold.
roomCodeCategoryType
string
Used for Room code type. eg. Code="RoomType" or "RoomClass"
houseSellLimitType
object
3 properties
releaseItemsInventoryHoldType
array
Collection of items for releasing an Items Inventory hold.
holdItemInventory
object
Object containing the item hold details.
3 properties
inventoryLevelCountsListType
object
Collection of Inventory counts for the date ranges.
3 properties
poolItemInventoryCountsType
object
Basic information regarding an Item.
17 properties
inventoryCountsType
object
Inventory counts for the given date range.
5 properties
hotelInventory
object
A response for Hotel Inventories meeting the search criteria. Returns inventory classified on room type, class and house level for a given property.
3 properties
holdItemInfoListType
array
Info of an item inventory that is requested for Hold.
roomClassSellLimitType
object
4 properties
sellLimitByDateRangeType
object
This type is used by sell limit request for date ranges.
4 properties
inventoryCountsListType
array
Collection of Inventory counts for the date ranges.
releaseItemInventoryHoldType
object
Item information for releasing an Item Inventory hold.
7 properties
sellLimitByDateResponse
object
A Response object for setting sell limit by date range.
2 properties
dailyItemInventoryCountsType
object
Inventory counts for the given date.
3 properties
releaseItemInventoryHold
object
Request object for releasing a held item inventory/availability.
9 properties
holdItemsInventory
object
Response object to fetch the item hold details.
3 properties
holdItemInventoryType
object
Request parameter for holding an Item Inventory.
6 properties
sellLimitResponse
object
A Response object for setting sell limit by date.
2 properties
timeSpanType_2
object
Allows for a choice in description of the amount of time spanned by this type. EndDate specifies a specific date, while Duration provides a measure of time to…
3 properties
holdItemInfoType
object
Information about an item inventory that is requested for hold.
4 properties
sellLimitByDateType
object
This type is used by sell limit request.
4 properties
dailyItemInventoryCountsListType
array
Inventory counts for the given date.
roomTypeSellLimitType
object
4 properties
timeWindowType
object
Defines a Time period with startDate time and an endDate time.
2 properties
poolItemInventoryCountsListType
array
Items/Item pool with brief information and its Inventory counts for the given dates.
itemInventory
object
Return object to the request for information regarding items inventory/availability.
3 properties
itemInventoryCountsListType
array
Provides item's brief information and a collection of Inventory counts for the given dates for the item.
operaVersionNumberType
string
Current Opera Version Number
sellLimitDateRangeType
object
12 properties
pingDetail
object
Response for Ping operation.
3 properties
codeType
string
Used for codes in the OPERA Code tables. Possible values of this pattern are 1, 101, 101.EQP, or 101.EQP.X.
releasedItemInventoryHeld
object
Response object for releasing item inventory hold.
2 properties
itemInventoryCountsType
object
Basic information regarding an Item.
16 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-hospitality-inventory-api-openapi.yml Raw ↑

Other APIs Oracle Hospitality publishes across the network.

OPERA Cloud RnA Activities GraphQL API
OPERA Cloud RnA ARAccountsReceivable GraphQL API
OPERA Cloud RnA ARAgingReport GraphQL API
OPERA Cloud RnA ARLedger GraphQL API
OPERA Cloud RnA BookingReservationExtended GraphQL API
OPERA Cloud RnA BookingsBlockProductionChanges GraphQL API
OPERA Cloud RnA BookingsBlockStatusChanges GraphQL API
OPERA Cloud RnA BookingsBlock GraphQL API
OPERA Cloud RnA BookingsReservation GraphQL API
OPERA Cloud RnA CateringEventForecast GraphQL API
OPERA Cloud RnA CateringEventPostings GraphQL API
OPERA Cloud RnA CateringEventStatusChanges GraphQL API
Where this information came from

This is an independent, third-party profile of Oracle Hospitality Inventory API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.