--- 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 metadata: effectiveApiVersion: 2025-01 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2024-10-31T13:51:01-04:00' postedAt: '2025-01-01T00:00:00-05:00' updatedAt: '2024-10-31T15:28:08-04:00' effectiveAt: '2025-01-01T00:00:00-05:00' --- 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).