Shopify API - Processing Orders

Topic summary

Clarification requested on how to process order fulfillments using Shopify’s newer API version 2022-04.

Previously, the process used the REST endpoint: https://store.myshopify.com/admin/orders/{orderID}/fulfillments.json to create fulfillments for an order.

With the 2022-04 API, the poster is unsure which function or endpoint now performs the same action and asks for the correct equivalent (potentially REST or GraphQL).

No guidance or solution has been provided yet. No decisions or action items recorded. The question remains open.

Summarized with AI on February 19. AI used: gpt-5.

In the part of Integrations via API with the Shop going well, i have an experience in the past in this sense.

However, in our experience, to process order integrations via API we used the “url” ‘https://store.myshopify.com/admin/orders/" + orderID + "fulfillments.json’.

In this new version “/api/2022-04/” it is a little confusing on our part to understand which function we should invoke for the same effect.

If you can tell us which one, I’d be grateful.