Hi to all,
i'm having a mind blowing problem related to the rest API.
I've setted everythign rightly, permissions users attributes etc, but looks like when i call the apis the request is made as a "GUEST".
I've also tryed doing it with oAuth, but i have the same problem, authenticating an admin user and requesting the orders will always result in a 403.
At the end i foudn that oAuth was not autenticating correctly, so fixing the code solved the problem.