

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# Customer Profiles 標準注文オブジェクトのフィールド
<a name="standard-order-definition"></a>

次の表に、Customer Profiles 標準オーダーオブジェクトのすべてのフィールドを示します。


| 標準注文のフィールド | データ型 | 説明 | 
| --- | --- | --- | 
| OrderId | String | 標準オーダーの一意の識別子。 | 
| CustomerEmail | String | 顧客の E メールアドレス。 | 
| CustomerPhone | String | 顧客の電話番号。 | 
| CreatedDate | String | オーダーの作成日。 | 
| UpdatedDate | String | オーダーの更新日。 | 
| ProcessedDate | String | オーダーの処理日。 | 
| ClosedDate | String | オーダーのクローズ日。 | 
| CancelledDate | String | オーダーのキャンセル日。 | 
| CancelReason | String | オーダーのキャンセル理由。 | 
| Name | String | オーダーの名前。 | 
| AdditionalInformation | String | オーダーに関連する追加情報。 | 
| ゲートウェイ | String | オーダーの支払いゲートウェイ。 | 
| ステータス | String | オーダーのステータス。 | 
| StatusCode | String | オーダーのステータスコード。有効な値: DRAFT \$1 ACTIVATED | 
| StatusUrl | String | オーダーのステータス URL。 | 
| CreditCardNumber | String | 顧客のクレジットカードの最後の 4 桁。 | 
| CreditCardCompany | String | 顧客のクレジットカード会社。 | 
| FulfillmentStatus | String | オーダーのフルフィルメントステータス。 | 
| TotalPrice | String | オーダーの合計価格。 | 
| TotalTax | String | オーダーの合計税。 | 
| TotalDiscounts | String | オーダーの合計割引。 | 
| TotalItemsPrice | String | オーダーの合計品目価格。 | 
| TotalShippingPrice | String | オーダーの合計配送料金。 | 
| TotalTipReceived | String | 受信したオーダーの合計チップ。 | 
| Currency | String | オーダーの通貨。 | 
| TotalWeight | String | オーダーの合計重量。 | 
| BillingAddress | OrderAddress | お客様の請求先住所。 | 
| ShippingAddress | OrderAddress | お客様の配送先住所。 | 
| OrderItems | OrderItem list | オーダーの品目。 | 
| 属性 | 文字列から文字列へのマッピング | 標準オーダーの属性のキーと値のペア。 | 

標準注文オブジェクトは、次の表のキーによってインデックス付けされます。


| 標準インデックス名 | 標準注文のフィールド | 
| --- | --- | 
| \$1orderId | OrderId | 

例えば、`_orderId` をキー名として [SearchProfiles API](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_SearchProfiles.html) で使用すると、OrderId が検索値と一致する注文を持つプロファイルを見つけることができます。特定のプロファイルに関連付けられている標準注文オブジェクトは、[ListProfileObjects](https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListProfileObjects.html) API を、`ProfileId` および `ObjectTypeName` を `_order` に設定して使用すると検索できます。

## OrderAddress データ型
<a name="orderaddress-data-type"></a>


| 標準注文のフィールド | データ型 | 説明 | 
| --- | --- | --- | 
| Name | String | オーダーの住所に関連付けられた名前。 | 
| Address1 | String | オーダーの住所の最初の行。 | 
| Address2 | String | オーダーの住所の 2 行目。 | 
| Address3 | String | オーダーの住所の 3 行目。 | 
| Address4 | String | オーダーの住所の 4 行目。 | 
| City | String | オーダーの住所の都市。 | 
| County | String | オーダーの住所の郡。 | 
| State | String | オーダーの住所の州。 | 
| Province | String | オーダーの住所の都道府県。 | 
| Country | String | オーダーの住所の国。 | 
| PostalCode | String | オーダーの住所の郵便番号。 | 

## OrderItem データ型
<a name="orderitem-data-type"></a>


| 標準注文のフィールド | データ型 | 説明 | 
| --- | --- | --- | 
| タイトル | String | オーダーの品目のタイトル。 | 
| Price | String | オーダーの品目の価格。 | 
| 数量 | String | オーダーの品目の数量。 | 