Unable to get Assigned Fulfillment Orders list for new orders

Beone
Shopify Partner
4 0 0

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!

Beone Logistics
Dubai, UAE.
Replies 5 (5)
garyrgilbert
Shopify Partner
378 38 150

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

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Beone
Shopify Partner
4 0 0

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?

Beone Logistics
Dubai, UAE.
garyrgilbert
Shopify Partner
378 38 150

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

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Beone
Shopify Partner
4 0 0

Thank you so much for the support Gary.

Beone Logistics
Dubai, UAE.
garyrgilbert
Shopify Partner
378 38 150

Its no problem, glad to help where I can 🙂

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution