---
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
metadata:
  effectiveApiVersion: 2022-04
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2022-03-16T10:41:03-04:00'
  postedAt: '2022-04-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:33-05:00'
  effectiveAt: '2022-04-01T00:00:00-04:00'
---

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.
