--- title: New fulfillment information API fields for fulfill by and expected delivery time - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/new-fulfillment-information-api-fields-for-fulfill-by-and-expected-delivery-time md: https://shopify.dev/changelog/new-fulfillment-information-api-fields-for-fulfill-by-and-expected-delivery-time.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2022 Tags: * API * 2022-04 # New fulfillment information API fields for fulfill by and expected delivery time **GraphQL Admin API** As of GraphQL Admin API version 2022-04, we're adding the `fulfillBy` to the `FulfillmentOrder` object. The field represents the latest date and time when all items in the fulfillment order need to be fulfilled. We're also adding the `maxDeliveryDateTime` and `minDeliveryDateTime` fields to the `DeliveryMethod` object. When combined, they represent a range of time when the delivery is expected to be completed. Learn more about [`FulfillmentOrder`](https://shopify.dev/api/admin-graphql/2022-04/objects/FulfillmentOrder#top) and [`DeliveryMethod`](https://shopify.dev/api/admin-graphql/2022-04/objects/deliverymethod#fields) objects. **REST Admin API** As of REST Admin API version 2022-04, the following properties are added to the `FulfillmentOrder` resource: * `fulfill_by` * `delivery_method.max_delivery_date_time` * `delivery_method.min_delivery_date_time` Learn more about the [`FulfillmentOrder`](https://shopify.dev/api/admin-rest/2022-04/resources/fulfillmentorder) resource.