# Fulfillment - storefront - OBJECT
Version: 2025-04

## Description
Represents a single fulfillment in an order.

### Access Scopes
`unauthenticated_read_customers` access scope.


## Fields
* [trackingCompany](/docs/api/storefront/2025-04/scalars/String): String - The name of the tracking company.
* [trackingInfo](/docs/api/storefront/2025-04/objects/FulfillmentTrackingInfo): FulfillmentTrackingInfo! - Tracking information associated with the fulfillment,
such as the tracking number and tracking URL.


## Connections
* [fulfillmentLineItems](/docs/api/storefront/2025-04/connections/FulfillmentLineItemConnection): FulfillmentLineItemConnection!



## Related queries

## Related mutations

## Related Unions

## Examples