Definition
In the PMS API, an order is a record of services or items a guest purchased during their stay. It holds the list of items, quantities, and prices.“Order” also exists in the E-commerce API (an online purchase) and the POS API (items selected at a point of sale).
Purpose
Orders capture what a guest consumed or purchased at the property.Relationships
- An order belongs to a location.
- It contains line items.
- It is linked to payments.