OrderItem
This page describes the OrderItem type.
This type is derived from https://schema.org/OrderItem, 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
@id
A unique URI-based identifier for the record.
@id
properties are used as identifiers for compatibility with JSON-LD. The value of such a property must always be an absolute URI that provides a stable globally unique identifier for the resource, as described in RFC3986.
The primary purpose of the URI format in this context is to provide natural namespacing for the identifier. Hence, the URI itself may not resolve to a valid endpoint, but must use a domain name controlled by the resource owner (the organisation responsible for the OpenActive open data feed).
Example
"@id": "https://api.example.com/orders/1a80eca5-99f1-4e9a-81da-937e5621b246#/orderedItem/12345"
acceptedOffer
Offer
- or -
@id
reference
The offer from the associated orderedItem that has been selected by the Customer. The price of this includes or excludes tax depending on the taxMode of the Order.
accessChannel
Channel through which the user can participate in the Opportunity. Not applicable for an OrderQuote.
accessCode
Array of PropertyValue
PropertyValue that contains a text value usable for entrance. Not applicable for an OrderQuote.
accessPass
Array of ImageObject
ImageObject or Barcode that contains reference to an asset (e.g. Barcode, QR code image or PDF) usable for entrance. Not applicable for an OrderQuote.
attendeeDetailsRequired
Array of Property
The properties of schema:Person
that are required to describe an attendee
for this OrderItem
.
cancellationMessage
A message set by the Seller in the event of Opportunity cancellation, only applicable for an Order
and where the OrderItem
has orderItemStatus
set to https://openactive.io/SellerCancelled
customerNotice
A message set by the Seller to trigger a notification to the Customer, only applicable for an Order
and where the OrderItem
has orderItemStatus
set to https://openactive.io/OrderItemConfirmed
or https://openactive.io/CustomerAttended
error
Array of OpenBookingError
Array of errors related to the OrderItem being included in the Order, only applicable for an OrderQuote.
orderItemIntakeForm
Array of PropertyValueSpecification
PropertyValueSpecifications that describe fields in the orderItemIntakeForm.
orderItemIntakeFormResponse
Array of PropertyValue
PropertyValues that contains a text value responses to the orderItemIntakeForm.
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".
Last updated