--- 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 metadata: effectiveApiVersion: 2024-10 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2024-08-07T14:54:08-04:00' postedAt: '2024-10-01T09:30:00-04:00' updatedAt: '2024-08-08T09:54:33-04:00' effectiveAt: '2024-10-01T09:30:00-04:00' --- 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)