--- title: Admin API update on fulfillmentOrder.destination and FulfillmentOrderDestination object - 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/admin-api-update-on-fulfillmentorder-destination-and-fulfillmentorderdestination-object md: https://shopify.dev/changelog/admin-api-update-on-fulfillmentorder-destination-and-fulfillmentorderdestination-object.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 1, 2024 Tags: * Admin GraphQL API * 2024-10 # 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)