# Admin API update on `fulfillmentOrder.destination` and `FulfillmentOrderDestination` object — Shopify developer changelog --- ## 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](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/FulfillmentOrder#field-destination) and `fulfillmentOrderDestination` [here](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/FulfillmentOrderDestination) *Published: October 01, 2024* Tags: API, Update Link: https://shopify.dev/changelog/admin-api-update-on-fulfillmentorder-destination-and-fulfillmentorderdestination-object ---