--- title: More information about the Order added to the FulfillmentOrder API - 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/more-information-about-the-order-added-to-the-fulfillmentorder-api md: https://shopify.dev/changelog/more-information-about-the-order-added-to-the-fulfillmentorder-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 1, 2023 Tags: * API * 2023-10 # More information about the Order added to the FulfillmentOrder API As of { 2023-10 }, we've added the following fields to the `FulfillmentOrder` graphQL object: `orderId`, `orderName`, `orderProcessedAt`, `channelId`. With this change, order information required to fulfill an order is accessible on the `fulfillmentOrder` object with any of the fulfillment\_orders access scopes. The same data is available via `fulfillmentOrder.order`, but this requires read\_orders access scope. Learn more about `FulfillmentOrder` on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentOrder).