順序
類型名稱:Order
擴展至無形
名稱 |
類型 |
說明 |
acceptedOffer (必填) |
優惠 |
訂單內含的優惠。 |
可接受優惠。itemOffered (必填) |
Reservation 或 Product |
受到評論的項目。 |
|
Text |
產品名稱。 |
帳單地址 |
郵寄地址 |
訂單的帳單地址。 |
billingAddress.addressCountry |
Country 或 Text |
國家/地區。例如美國您也可以提供由兩個字母組成的 ISO 3166-1 alpha-2 國家/地區代碼。 |
billingAddress.addressLocality |
Text |
縣市。例如,山景城。 |
billingAddress.addressRegion |
Text |
地區。例如 CA |
billingAddress.<名稱> |
Text |
郵寄地址。 |
billingAddress.streetAddress |
Text |
街道地址。例如 1600 Amphitheatre Pkwy。 |
客戶 |
Person 或 Organization |
下單時。 |
customer.<名稱> |
Text |
人名。 |
orderDate |
DateTime |
下單日期。 |
orderNumber |
Text |
交易的識別碼。 |
orderStatus |
訂單狀態 |
訂單目前的狀態。 |
potentialAction (必填) |
觀看動作 |
訂單支援動作。 |
價格 (必填) |
Number 或 Text |
整筆交易的總價。 |
priceCurrency (必填) |
Text |
訂單價格的貨幣 (採 3 個英文字母組成的 ISO 4217 格式)。 |
價格規格 |
PriceSpec |
其他價格/價格貨幣的替代方案。也可用來指定稅金和運費。 |
priceSpec.name |
Text |
PriceSpec 的名稱。 |
priceSpec.price [價格] |
Number 或 Text |
整個交易的總價。 |
priceSpec.價格幣別 |
Text |
訂單價格的貨幣 (採用 3 個英文字母組成的 ISO 4217 格式)。 |
賣家 (必填) |
Person 或 Organization |
販售商品或服務的一方 (例如「Acme 產品」可能是透過 Amazon.com 提供優質商品的賣家)。 |
sellers.name (必填) |
Text |
人名。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-04 (世界標準時間)。
[null,null,["上次更新時間:2024-09-04 (世界標準時間)。"],[[["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"]]