Hi guys,
I was writing some automated tests and everything was working fine, then all of a sudden I started getting 403 forbidden errors when creating orders. After uninstalling the app and reinstalling it on the Shop (thereby getting a new access token), I was able to create orders via the API again.
Is there some kind of limit on creating orders programatically?
Note - these are not 429 Too Many Requests errors. These are 403 Forbidden.
Thanks in advance.
Leo