Skip to main content

Inventory

Defines an inventory

"Inventory" is a term used to describe the amount available of various item types in EventsAir including hotel rooms, registrations for an event, and seats at a function venue. An inventory limit can apply where there are limited numbers of items that can be booked, registered or assigned.

type Inventory {
consumed: NonNegativeInt!
limit: NonNegativeInt
remaining: Int
}

Fields

Inventory.consumed ● NonNegativeInt! non-null scalar

The number of inventory items consumed.

Inventory.limit ● NonNegativeInt scalar

The maximum number of items available within an inventory. If not provided, the inventory is unlimited. Optional.

Inventory.remaining ● Int scalar

The number of inventory items remaining. Only applicable if there is a limit in place. Optional.

Note: in some instances, the remaining inventory may be negative, indicating that the inventory has been over-allocated.

Member Of

FunctionDiscountCode object ● RegistrationDiscountCode object ● Sector object ● SponsorshipPackage object