ENUM

ShipmentStatusEnum

link GraphQL Schema definition

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