> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sibipro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OrderingDistributionCenterFulfillmentAvailability

A distribution center's availability for a specific fulfillment method, including the estimated date this product can be fulfilled from that distribution center. Returned in [`OrderingProductFulfillmentMethod.distributionCenters`](/graphql/ordering/ordering-product-fulfillment-method#distributioncenters).

```graphql theme={null}
type OrderingDistributionCenterFulfillmentAvailability {
  estimatedFulfillmentDate: String!
  distributionCenter: OrderingDistributionCenter!
}
```

### `estimatedFulfillmentDate`

`string` - The estimated date this product can be fulfilled from this distribution center using this method. Formatted as `YYYY-MM-DD`.

***

### `distributionCenter`

[`OrderingDistributionCenter`](/graphql/ordering/search-products#orderingdistributioncenter) - The distribution center that can fulfill the product by this date. Pass `distributionCenter { id }` as `distributionCenterId` when calling [`reviewOrder`](/graphql/ordering/review-order) or [`createOrder`](/graphql/ordering/create-order) to place the order at this location.
