I used to be able to request all of our orders (about 40k) from Shopify API. But since the beginning of this week, it only brings back less than 3000 records. In the header of the 10 or 11 page, ther...
No content to show
User Activity
Hi everyone,I'm interested in receiving email notifications about scheduled API changes. I believe there might already be a newsletter for this, but I'm not sure where to sign up. I couldn't find any information on this page: https://shopify.dev/chan...
Hi @albe89albe really appreciate you posting your solution. I have the same problem and I will use your function until the shopify library is updated.Cheers, Vinh
11-30-2022
Hey @mikebowman I just did my research for the same question and I got this post, explaining that all IDs in shopify are running numbers. For me that's the indicator that the line item ID is unique. hthVinh
If someone using the shopifyAPI python library for making paginated requests for orders and want both fulfilled, open and more, this is how to fetch the first page. You can then use the column fulfillment_status to differenciate fulfilled vs open.sho...