More information about the Order added to the FulfillmentOrder API
API
Effective October 01, 2023
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 fulfillmentorders access scopes. The same data is available via fulfillmentOrder.order
, but this requires readorders access scope.
Learn more about FulfillmentOrder
on Shopify.dev.