Trying to pull all orders “awaiting shipment” but I’m only getting the most recent 10 orders. I’ve read on this forum that you can page through the results to get them all and that there is a response header, X-Total-Pages-Count, which is the total number of pages. What is the syntax to pull that value into a variable so I could run through i=1 through X-Total-Pages-Count?
Hey @Meg
What programming language are you using? This sounds like a language-specific issue as there isn’t one general syntax to pull headers from a HTTP response.
I’m in MS-Access. Yeah, I know……. But that’s where we are at the moment. I found a way to accomplish what I needed to do not using the API, but I’d still like to know if there’s a way to make what I was trying to do work.
Thanks,
Meg