Thing > Intangible > Order
An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.
Property | Expected Type | Description |
---|---|---|
Properties from Order | ||
acceptedOffer
|
Offer | The offer(s) -- e.g., product, quantity and price combinations -- included in the order. |
billingAddress
|
PostalAddress | The billing address for the order. |
confirmationNumber
|
Text | A number that confirms the given order. |
customer
|
Person or Organization | Party placing the order. |
discount
|
Text or Number | Any discount applied (to an Order). |
discountCode
|
Text | Code used to redeem a discount. |
discountCurrency
|
Text | The currency (in 3-letter ISO 4217 format) of the discount. |
isGift
|
Boolean | Was the offer accepted as a gift for someone other than the buyer. |
merchant
|
Person or Organization | The party taking the order (e.g. Amazon.com is a merchant for many sellers). |
orderDate
|
DateTime | Date order was placed. |
orderNumber
|
Text | The identifier of the transaction. |
orderStatus
|
OrderStatus | The current status of the order. |
orderedItem
|
Product | The item ordered. |
paymentDue
|
DateTime | The date that payment is due. |
paymentMethod
|
PaymentMethod | The name of the credit card or other method of payment for the order. |
paymentMethodId
|
Text | An identifier for the method of payment used (e.g. the last 4 digits of the credit card). |
paymentUrl
|
URL | The URL for sending a payment. |
Properties from Thing | ||
additionalType
|
URL | An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally. |
alternateName
|
Text | An alias for the item. |
description
|
Text | A short description of the item. |
image
|
URL or ImageObject | URL of an image of the item. |
name
|
Text | The name of the item. |
potentialAction
|
Action | Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. |
sameAs
|
URL | URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website. |
url
|
URL | URL of the item. |
Instances of Order may appear as values for the following properties
Property | On Types | Description |
---|---|---|
partOfOrder
|
ParcelDelivery | The overall order the items in this delivery were included in. |
Schema Version 1.8