订单
类型名称:Order
扩展 Intangible
名称 |
类型 |
说明 |
acceptedOffer (必需) |
优惠 |
订单中包含的优惠。 |
acceptedOffer.itemOffered (必需) |
预订型或产品 |
商品已售出。 |
acceptedOffer.itemOffered.name (必需) |
文本 |
商品名称。 |
billingAddress |
PostalAddress |
订单的账单邮寄地址。 |
billingAddress.addressCountry |
国家/地区或文字 |
国家/地区。例如,美国。您还可以提供由两个字母组成的 ISO 3166-1 alpha-2 国家/地区代码。 |
billingAddress.addressLocality |
文本 |
地点。例如山景城。 |
billingAddress.addressRegion |
文本 |
地区。例如 CA。 |
billingAddress.name |
文本 |
邮政地址的名称。 |
billingAddress.streetAddress |
文本 |
街道地址。例如,1600 Amphitheatre Pkwy. |
客户 |
人员或组织 |
下单的一方。 |
customer.name |
文本 |
人员的姓名。 |
orderDate |
DateTime |
下单日期。 |
orderNumber |
文本 |
交易的标识符。 |
orderStatus |
订单状态 |
订单的当前状态。 |
potentialAction (必需) |
ViewAction |
Order 支持的操作。 |
price [价格] (必需属性) |
Number 或 Text |
整个交易的总价。 |
priceCurrency (必需) |
文本 |
订单价格的币种(采用由 3 个字母表示的 ISO 4217 格式)。 |
priceSpecification |
PriceSpecification |
价格/价格货币的其他替代选项。还可用于指定税费和运费。 |
priceSpecification.name |
文本 |
PriceSpecification 的名称。 |
priceSpecification.price |
Number 或 Text |
整个交易的总价。 |
priceSpecification.priceCurrency |
文本 |
订单价格的币种(采用由 3 个字母表示的 ISO 4217 格式)。 |
seller (必需) |
人员或组织 |
销售商品或服务的一方(例如 Acme 商品可能是通过 Amazon.com 提供商品的卖家)。 |
卖方名称 (必需) |
文本 |
人员的姓名。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-03-01。
[null,null,["最后更新时间 (UTC):2023-03-01。"],[[["The `Order` type defines structured data for order information, extending the `Intangible` type."],["It includes details like the accepted offer, billing address, customer, order date, status, and pricing."],["Key properties include `acceptedOffer`, `billingAddress`, `customer`, `orderDate`, `orderNumber`, `orderStatus`, `price`, and `seller`."],["Both `price` and `priceCurrency` are required for specifying the total order price."],["`potentialAction` with `ViewAction` enables support for order-related actions."]]],["The Order type defines the structure for order-related data. Key elements include the `acceptedOffer`, detailing the sold `itemOffered` (product or reservation) with its name. It requires billing address information, including country, locality, region, and street address. The `customer` and `seller` are identified by name. Essential transaction data involves `orderDate`, `orderNumber`, `orderStatus`, total `price`, and `priceCurrency`. Actions associated with the order are defined in `potentialAction`. Detailed pricing can be provided in `priceSpecification`.\n"]]