Query orders
To pull in order details, you can use the following query:
1
query {2
orders(first: 10) {3
edges {4
cursor5
node {6
id7
accountOrderNumber8
landedCosts {9
amountSubtotals {10
duties11
fees12
items13
landedCostTotal14
shipping15
taxes16
}17
id18
landedCostGuaranteeCode19
}20
}21
}22
}23
}
Retrieve order details
Fetch Zonos orders for shared customers.GraphQL
If you are a partner of Zonos and we share mutual customers, you can check to see if we have created an
orderthat can be used by your platform to display those orders or use them to retrieve labels generated by Zonos. You can also surface details about thelandedCostthat was used to create the order.