I’m using the Clover REST API to integrate POS sales with our system and I’ve used Oauth2 to get my merchant id and Access token.
Although I can use the /v3/merchants/ {mId} /items and /v3/merchants/ {mId} endpoints ok, the /v3/merchants/ {mId} /orders gives me a 401 (Unauthorised) error. When I was setting up the permissions, I gave the app all read permissions available.
To be clear, this is a new test account with just the sample inventory imported. Is there any way I can tell what it doesn’t like?