We will be doing a roll out of a new ERP across a 75 site client and I'm expecting to hit the API Rate Limit when we run the POST /items API. As we need to update the inventory separately for each location I expect we will be sending the POST /items request around 150,000 times in a short period of time.
Is it possible to get a temporary rate limit increase for a particular account and/or certain API Keys?
I have looked at doing the CSV upload manually for each site, but we need to store the Clover Item ID separately in the ERP, and only get this on response from the POST /item API. Other suggestions are welcome though.
Thanks in advance!