> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OrderFulfillmentStatus

> The tracked shipment status of a fulfillment.

| Value                  | Description                                             |
| ---------------------- | ------------------------------------------------------- |
| `AVAILABLE_FOR_PICKUP` | The shipment is ready for pickup.                       |
| `CANCELLED`            | The shipment was cancelled.                             |
| `DELIVERED`            | The shipment was delivered.                             |
| `ERROR`                | Tracking is in an error state.                          |
| `FAILURE`              | Delivery failed.                                        |
| `IN_TRANSIT`           | The shipment is moving through the carrier network.     |
| `OUT_FOR_DELIVERY`     | The shipment is out for delivery.                       |
| `PRE_TRANSIT`          | A label exists but the carrier has not yet received it. |
| `RETURN_TO_SENDER`     | The shipment is being returned to the sender.           |
| `UNKNOWN`              | No tracking information is available yet.               |
