--- title: ReverseFulfillmentOrder.order field is nullable as of 2025-01 - 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/reversefulfillmentorder-order-field-is-nullable-as-of-2025-01 md: https://shopify.dev/changelog/reversefulfillmentorder-order-field-is-nullable-as-of-2025-01.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 1, 2025 Tags: * Admin GraphQL API * 2025-01 # ReverseFulfillmentOrder.order field is nullable as of 2025-01 As of **2025-01**, `ReverseFulfillmentOrder.order` field is nullable. An `Order` can be nullable if the client does not have access to the [`read_all_orders`](https://shopify.dev/docs/api/usage/access-scopes#orders-permissions) scope and the order is older than 60 days or no longer exists. For versions that predate **2025-01**, the order field will return a graphql error when the order is not available. Learn more about `ReverseFulfillmentOrder` on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ReverseFulfillmentOrder).