URL length limit
Hello all
I am calling the endpoint /Inventory/Item and retrieving product details for 223 items. The problem is, it only works with approx the first 84 items using the following the syntax:
$filter=Number+eq+%27sku1%27+or+Number+eq+%27sku2%27+ etc.
Anything more than around 84 items and I get a 404 error. I don't think it's any ilegal characters in any of the SKUs. Admittedly my endpoint URL is loooong, so I'm assuming that there is a limit on the URL length? Can anyone tell me what it is? Is there any configuration to increase this length or do I have to go back to the drawing board and make multiple calls instead?
The reason I'm doing it this way and not just calling the entire MYOB product list is that there are over 1,000 products in the MYOB database but I ony need to update the price and quantity of 223 of them for this particular website.
Many thanks
Shaun