A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
How do I use the new fulfillment_orders.json endpoint. When doing get request on GET /admin/api/2022-04/orders/<ordreid>/fulfillment_orders.json I get empty array.
I've managed to set up a trial shop and get this process working:
POST /admin/api/2022-04/fulfillments.json with the id retrieved from fulfillment_orders.json and the line id's and quantities to fulfill
This seemed pretty straight forward.
But when trying on running shops which was created late 2021 and early 2022 I get empty response on the GET /admin/api/2022-04/orders/<ordreid>/fulfillment_orders.json
What am I missing?