Tags:
- API
- 2024-01
Enhanced the FulfillmentOrder API with additional Order details and FulfillmentOrderLineItem with financialSummaries
As of REST and GraphQL API Version 2024-01 we have added more information to the and objects.
We've added the following fields to the graphQL object: , , , .
With this change, order information required to fulfill an order is accessible on the object with any of the access scopes. The same data is available via , but this requires access scope.
Additionally we've added the field to the graphQL object. Within this field you have access to these subfields: , , and quantity. However, the quantity value on the reflects the quantity with respect to the . The same data is available via the REST api when the query parameter is sent with the request.
With this change, order information required to calculate the financial specifics of an order is accessible via the connection with any of the access scopes. The same data is available via , but this requires access scope.
Learn more about on Shopify.dev and on Shopify.dev.