Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Admin API update on fulfillmentOrder.destination and FulfillmentOrderDestination object

Breaking Changes

As of the Admin API version 2024-10 and unstable release, fulfillmentOrder.destination will return a FulfillmentOrderDestination object instead of null for fulfillment orders lacking an associated shipping address. In such cases, the address related fields within the FulfillmentOrderDestination object will be set to null.

Non Breaking Changes

As of GQL Admin API version 2024-10 and unstable release, you can use new field fulfillmentOrder.destination.location to retrieve the pickup location for the fulfillment order.

You can learn more about fulfillmentOrder.destination here and fulfillmentOrderDestination here

Was this section helpful?