本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
客戶設定檔標準訂單物件欄位
下表列出客戶設定檔標準訂單物件中的所有欄位。
標準訂單欄位 | 資料類型 | 描述 |
OrderId | 字串 | 標準訂單的唯一識別符。 |
CustomerEmail | 字串 | 客戶的電子郵件地址。 |
CustomerPhone | 字串 | 客戶的電話號碼。 |
CreatedDate | 字串 | 訂單建立的日期。 |
UpdatedDate | 字串 | 訂單日期已更新。 |
ProcessedDate | 字串 | 訂單日期已處理。 |
ClosedDate | 字串 | 訂單的日期已關閉。 |
CancelledDate | 字串 | 訂單日期已取消。 |
CancelReason | 字串 | 訂單的取消原因。 |
名稱 | 字串 | 訂單的名稱。 |
AdditionalInformation | 字串 | 與訂單有關的任何其他資訊。 |
閘道 | 字串 | 訂單的付款閘道。 |
Status | 字串 | 訂單的狀態。 |
StatusCode | 字串 | 訂單的狀態碼。有效值: DRAFT | ACTIVATED |
StatusUrl | 字串 | 訂單的狀態 URL。 |
CreditCardNumber | 字串 | 客戶的信用卡末四碼。 |
CreditCardCompany | 字串 | 客戶的信用卡公司。 |
FulfillmentStatus | 字串 | 訂單的履行狀態。 |
TotalPrice | 字串 | 訂單的總價格。 |
TotalTax | 字串 | 訂單的總稅金。 |
TotalDiscounts | 字串 | 訂單的總折扣。 |
TotalItemsPrice | 字串 | 訂單的總項目價格。 |
TotalShippingPrice | 字串 | 訂單的總運送價格。 |
TotalTipReceived | 字串 | 訂單收到的總提示。 |
貨幣 | 字串 | 訂單的貨幣。 |
TotalWeight | 字串 | 訂單的總重量。 |
BillingAddress | OrderAddress | 客戶的帳單地址。 |
ShippingAddress | OrderAddress | 客戶的運送地址。 |
OrderItems | OrderItem 清單 | 訂單的項目。 |
Attributes | String-to-string 映射 | 標準順序的屬性鍵值對。 |
標準順序物件會依下表中的索引鍵進行索引。
標準索引名稱 | 標準訂單欄位 |
---|---|
_orderId | OrderId |
例如,您可以使用 _orderId
作為索引鍵名稱SearchProfiles API,以尋找具有與搜尋值 OrderId 相符之順序的設定檔。您可以使用 ListProfileObjects API搭配 ProfileId
並ObjectTypeName
設為 ,尋找與特定設定檔相關聯的標準順序物件_order
。
OrderAddress 資料類型
標準訂單欄位 | 資料類型 | 描述 |
名稱 | 字串 | 與訂單地址相關聯的名稱。 |
Address1 | 字串 | 訂單地址的第一行。 |
Address2 | 字串 | 訂單地址的第二行。 |
Address3 | 字串 | 訂單地址的第三行。 |
Address4 | 字串 | 訂單地址的第四行。 |
City | 字串 | 訂單地址的城市。 |
County | 字串 | 訂單地址的郡。 |
State | 字串 | 訂單地址的狀態。 |
Province | 字串 | 訂單地址的省份。 |
Country | 字串 | 訂單地址的國家/地區。 |
PostalCode | 字串 | 訂單地址的郵遞區號。 |
OrderItem 資料類型
標準訂單欄位 | 資料類型 | 描述 |
Title | 字串 | 訂單項目的標題。 |
價格 | 字串 | 訂單項目的價格。 |
數量 | 字串 | 訂單項目的數量。 |