Order

This page describes the Order type.

This type is derived from https://schema.org/Order, which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available.

Properties

Optional properties

Property

Expected Type

Description

@type

Text​

Must always be present and set to "@type": "Order"

@id

URL​

A unique url based identifier for the record

Example

"@id": "https://example.com/Order/a4bf0373270be80312345"

bookingService

BookingService​

Details about the Booking System

broker

Organization​

The organisation or developer providing an application that allows Customers to make bookings. Those applications will be clients of the API defined in this specification. If brokerRole is set to https://openactive.io/NoBroker this is not required.

brokerRole

BrokerType​

Either https://openactive.io/AgentBroker, https://openactive.io/ResellerBroker or https://openactive.io/NoBroker, as agreed in advance between the Broker and Seller.

customer

Person - or - Organization​

The person or organization purchasing the Order.

identifier

Text​

The Order UUID of the Order, OrderQuote or OrderProposal, which is required within the Orders feed.

Example

"identifier": "123e4567-e89b-12d3-a456-426614174000"

orderCreationStatus

OrderCreationStatus​

This property is internal to the Broker in this version of the specification.

orderNumber

Text​

The Customer-facing identifier of the Order.

orderProposalVersion

URL​

The unique URL representing this version of the OrderProposal, or the version of the OrderProposal to which this Order is related.

orderedItem

Array of OrderItem​

The items that constitute the Order.

payment

Payment​

The payment associated with the Order by the Broker. It is required for cases where a payment has been taken.

seller

Organization - or - Person​

The organisation (schema:Organization) or person (schema:Person) providing access to events or facilities via a Booking System. e.g. a leisure provider or independent instructor running a yoga classes.

taxCalculationExcluded

Boolean​

Set to true when business-to-business tax calculation is required by the seller or brokerRole settings, but not supported by the Broker.

totalPaymentDue

PriceSpecification​

​

totalPaymentTax

Array of TaxChargeSpecification​

Breakdown of tax payable for the Order.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution License (CC-BY V4.0), and code samples are licensed under the MIT License, for anyone to access, use and share; using attribution "OpenActive".