A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello Everyone,
How can I implement the functionality of the
/admin/api/2022-04/orders{order_id}/fulfillments.json
API in Shopify's API version after July 2022?
Any help will be greatly appreciated
Thanks!
Solved! Go to the solution
This is an accepted solution.
There are two paths you can take, the one where you are an order management app and the other where you are a fulfillment service app. It kind of depends what you are doing. Never the less the steps are pretty straightforward if you don't go the fulfillment service app approach.
Cheers,
Gary
This is an accepted solution.
There are two paths you can take, the one where you are an order management app and the other where you are a fulfillment service app. It kind of depends what you are doing. Never the less the steps are pretty straightforward if you don't go the fulfillment service app approach.
Cheers,
Gary
Thank you so much for your help!