Order api only shows last 50 Orders. How can I make it show them all?

@Gregarican I definitely see the need to pull all products.. I’m working on an app where I will have to do just that (for a fulfillment center).. Parsing the response header is actually quite easy, but yeah for a huge amount of products it would tie up a thread for quite a while.. I will have to look into the bulk operations link you posted above.

Cheers,

Gary