shipment
Retrieve detailed information about a specific shipment by its identifier.
Returns comprehensive shipment data including items, tracking information, delivery details, and status.
Possible errors:
- SHIPMENT_NOT_FOUND_ERROR: Shipment with the specified ID does not exist
- SHIPMENT_GET_ERROR: Failed to retrieve shipment information due to system error
- VALIDATION_ERROR: Invalid shipment ID provided
- FORBIDDEN: Insufficient permissions to access this shipment
AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER] OR ('user is authenticated')
shipment(
id: String!
): Shipment!
Arguments
shipment.id
● String!
non-null scalar
Unique UUID identifier of the shipment to retrieve
Type
Shipment
object
Shipment entity representing a package or delivery containing order items with tracking and fulfillment information