A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We have an integrated Shopify Admin API in our shipping platform through Custom App, and it was working just fine since September 10, 2020, but two months ago we noticed that we don't get the Assigned Fulfillment Orders list for new orders anymore. We only get old list.
This is the API end we call:
/admin/api/2022-04/assigned_fulfillment_orders.json?status=open&location_ids[]=xxxxxxxx
I tried contacting the support team and they told me maybe the Custom App need updating and they can't do anything from their end and I have to go to the forums for help!
Help please!
Well a lot has changed since 2020... especially with regards to fulfillment.
Take a look at the documentation for migrating to fulfillment orders
Cheers,
Gary
We have already updated to the new routine, the returned assigned fulfillment orders list has 50 fulfillment orders and there are more than 50 fulfillment orders, but how can we paginate through the results to get the orders after the first 50?
Hi Beone,
firstly, as with any of the rest api's you can add a limit parameter to the URL to specify how many results you want back up to a maxiumu of 250 results. AS for pagination with the rest api check out the documentation on how to make a paginated request that should give you all the information you need.
Cheers,
Gary
Thank you so much for the support Gary.
Its no problem, glad to help where I can 🙂