注文
タイプ名: Order
Intangible を拡張する
氏名 |
型 |
説明 |
acceptedOffer (必須) |
特典 |
注文に含まれる特典。 |
acceptedOffer(アイテムのみ) (必須) |
Reservation または Product |
販売するアイテムです。 |
acceptedOffer.itemOffered 名 (必須) |
テキスト |
商品の名前。 |
billingAddress(請求先住所) |
PostalAddress |
注文の請求先住所。 |
billingAddressaddressCountry |
国またはテキスト |
国。例: USA2 文字の ISO 3166-1 alpha-2 国コードを指定することもできます。 |
billingAddressaddress |
テキスト |
地名。(例: Mountain View)。 |
billingAddressaddressRegion |
テキスト |
地域。例: CA |
billingAddress名前 |
テキスト |
住所の名前。 |
billingAddressstreetAddress |
テキスト |
番地。例: 「1600 Amphitheatre Pkwy」 |
お客様 |
Person または Organization |
注文した当事者。 |
[顧客名] |
テキスト |
担当者の名前。 |
orderDate |
DateTime |
注文日 |
注文番号 |
テキスト |
取引の ID。 |
orderStatus |
OrderStatus |
注文の現在のステータス。 |
PotentialAction (必須) |
ビュー アクション |
Order でサポートされているアクション。 |
price [価格] (必須) |
数値またはテキスト |
トランザクション全体の合計料金。 |
priceCurrency (必須) |
テキスト |
注文価格の通貨(3 文字の ISO 4217 形式)。 |
priceSpecification |
価格仕様 |
price/priceCurrency の代替の代替オプション。税金や配送料の指定にも使用されます。 |
priceSpecification.name |
テキスト |
PriceSpecification の名前。 |
priceSpecification.price |
数値またはテキスト |
取引全体の合計料金。 |
priceSpecificationpriceCurrency |
テキスト |
注文価格の通貨(3 文字の ISO 4217 形式)。 |
seller (必須) |
Person または Organization |
商品やサービスを販売する当事者(Acme 商品が Amazon.com を通じて商品を提供している販売者など)。 |
販売者名前 (必須) |
テキスト |
担当者の名前。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-04 UTC。
[null,null,["最終更新日 2024-09-04 UTC。"],[[["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"]]