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}
预约演示

这个页面有帮助吗?


在此页面: