ENUM
ShipmentStatusEnum
link GraphQL Schema definition
- enum ShipmentStatusEnum {
- # Carrier has received request from shipper and is about to pick up the shipment.
- # Carrier has accepted or picked up shipment from shipper. The shipment is on the
- # way.
- # Carrier is about to deliver the shipment , or it is ready to pickup.
- # Carrier attempted to deliver but failed, and usually leaves a notice and will
- # try to deliver again.
- # The shipment was delivered successfully.
- # The package arrived at a pickup point near you and is available for pickup.
- # Custom hold, undelivered, returned shipment to sender or any shipping
- # exceptions.
- # Shipment has no tracking information for 30 days since added.
- # New shipments added that are pending to track, or new shipments without tracking
- # information available yet.
- }