# Fulfillment - customer - OBJECT Version: 2024-10 ## Description Represents a single fulfillment in an order. ### Access Scopes ## Fields * [createdAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime! - The date and time when the fulfillment was created. * [estimatedDeliveryAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime - The estimated delivery time of this fulfillment. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [isPickedUp](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether the fulfillment is picked up locally. * [latestShipmentStatus](/docs/api/customer/2024-10/enums/FulfillmentEventStatus): FulfillmentEventStatus - The latest shipment status for the fulfillment. * [requiresShipping](/docs/api/customer/2024-10/scalars/Boolean): Boolean! - Whether any line items in the fulfillment require shipping. * [status](/docs/api/customer/2024-10/enums/FulfillmentStatus): FulfillmentStatus - The status of the fulfillment. * [trackingInformation](/docs/api/customer/2024-10/objects/TrackingInformation): TrackingInformation! - The tracking information associated with the fulfillment. * [updatedAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime! - The date and time when the fulfillment was updated. ## Connections * [events](/docs/api/customer/2024-10/connections/FulfillmentEventConnection): FulfillmentEventConnection! * [fulfillmentLineItems](/docs/api/customer/2024-10/connections/FulfillmentLineItemConnection): FulfillmentLineItemConnection! ## Related queries ## Related mutations ## Related Unions ## Examples