Skip to content
SIBISIBI Developers
Esc
navigateopen⌘Jpreview
On this page

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.

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 - The distribution center that can fulfill the product by this date. Pass distributionCenter { id } as distributionCenterId when calling reviewOrder or createOrder to place the order at this location.

Was this page helpful?