Skip to main content

getShipment

Retrieve shipment details for a specific order. Returns null if the order has not shipped yet (no shipment record exists). For orders that ship in multiple parcels, this returns the most recent shipment — read all of them via getShipments.

getShipment(
orderId: ID!
): Shipment

Arguments

getShipment.orderId ● ID! non-null scalar

Type

Shipment object