If you are a partner of Zonos and we share mutual customers, you can check to see if we have created an order that 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 the landedCost that was used to create the order.
Retrieve order details
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.Query orders
To pull in order details, you can use the following query:
query {orders(first: 10) {edges {cursornode {idaccountOrderNumberlandedCosts {amountSubtotals {dutiesfeesitemslandedCostTotalshippingtaxes}idlandedCostGuaranteeCode}}}}}Was this page helpful?