DOCS

檢索訂單詳情

檢索訂單詳情

取得 Zonos 訂單以供共享客戶使用。

GraphQL

如果您是 Zonos 的夥伴,我們共享相互的客戶,您可以檢查我們是否已建立可供您的平台使用的 order 以顯示這些訂單,或用其取得由 Zonos 生成的標籤。您還可以顯示用於建立訂單的 landedCost 的詳情。

查詢訂單 

要提取訂單詳情,您可以使用以下查詢:

1query {
2 orders(first: 10) {
3 edges {
4 cursor
5 node {
6 id
7 accountOrderNumber
8 landedCosts {
9 amountSubtotals {
10 duties
11 fees
12 items
13 landedCostTotal
14 shipping
15 taxes
16 }
17 id
18 landedCostGuaranteeCode
19 }
20 }
21 }
22 }
23}
預約演示

這個頁面有幫助嗎?


在此頁面: