List Orders - is there a max per_page?

I have a Vtex customer that is hitting limits on the List Orders API call (/oms/pvt/orders). We are currently using a per_page parameter of 15, so 450 orders is the maximum. Is it safe to use 100 per page instead so that we can pull up to 3000 (30 pages x 100 per page) orders at a time?

Hello @kirick! Hope you are well.

In our admin we have the option to showcase per_page=100, so I would assume that should be safe to use, yes!

In cases that it does not work, can you send the cURL so we can try to understand the error!

Best regards,
Lucas

@kirick
Today the api has the same limit.
You can use 100 per page.