Skip to main content

Definition

In the E-commerce API, an order is a record of a purchase made by a customer on an online store. It holds the list of items, quantities, prices, shipping details, and payment status.
“Order” also exists in the PMS API (services consumed during a guest stay) and the POS API (items selected at a point of sale).

Purpose

Orders capture each purchase made through the online store.

Relationships

  • An order belongs to a customer.
  • It contains line items referencing products.
  • It is linked to a payment method.

Endpoints

Read

Write

See also