---
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
metadata:
  effectiveApiVersion: 2023-10
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-09-08T12:33:03-04:00'
  postedAt: '2023-10-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:39-05:00'
  effectiveAt: '2023-10-01T00:00:00-04:00'
---

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).
