Type name: Order
Extends Intangible
Name | Type | Description |
---|---|---|
acceptedOffer (Required) |
Offer | The offers included in the order. |
acceptedOffer.itemOffered (Required) |
Reservation or Product | The item being sold. |
acceptedOffer.itemOffered.name (Required) |
Text | Name of the Product. |
billingAddress | PostalAddress | The billing address for the order. |
billingAddress.addressCountry | Country or Text | The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code. |
billingAddress.addressLocality | Text | The locality. For example, Mountain View. |
billingAddress.addressRegion | Text | The region. For example, CA. |
billingAddress.name | Text | Name of the PostalAddress. |
billingAddress.streetAddress | Text | The street address. For example, 1600 Amphitheatre Pkwy. |
customer | Person or Organization | Party placing the order. |
customer.name | Text | Name of the Person. |
orderDate | DateTime | Date order was placed. |
orderNumber | Text | The identifier of the transaction. |
orderStatus | OrderStatus | The current status of the order. |
potentialAction (Required) |
ViewAction | Actions supported for Order. |
price (Required) |
Number or Text | The total price of the entire transaction. |
priceCurrency (Required) |
Text | The currency (in 3-letter ISO 4217 format) of the order price. |
priceSpecification | PriceSpecification | Any more detailed alternatives to price/priceCurrency. Also used to specify tax and delivery charges. |
priceSpecification.name | Text | Name of the PriceSpecification. |
priceSpecification.price | Number or Text | The total price of the entire transactin. |
priceSpecification.priceCurrency | Text | The currencty (in 3-letter ISO 4217 format) of the order price. |
seller (Required) |
Person or Organization | Party selling the good or service (e.g. Acme Products may be a seller providing a good through Amazon.com). |
seller.name (Required) |
Text | Name of the Person. |