Hi there,
I’m a .net integration developer and I’m trying to help family members setup a website.
I had a look at the various options and Wix seems to be one of the best runners.
Unfortunately there is no off the shelf integration between their PoS system (Vend) and Wix. I had a look at the apis on both systems and it looks easy enough to maintain the integration (I dont need to publish this app as it is a custom app).
my main issue (I’ve got a few ) . is I setup my OAuth correctly , and add permissions.
when I try to grant permission to my app using a url like [this](this
https://www.wix.com/app-oauth-installation/consent?appId=myappId&redirectUrl=Https://localhost)
[https://www.wix.com/app-oauth-installation/consent?appId=myappId&redirectUrl=Https://localhost](this
https://www.wix.com/app-oauth-installation/consent?appId=myappId&redirectUrl=Https://localhost)
the newly created permissions I’ve entered into the app do not show up in the request to access (i.e. it only shows Read basic site info).
If I carry on I get the temporary code , which I use with my app id and secret in postman to get my access tokens. trying out the api endpints (that I should get access too ) results in a forbidden result.
is there something I’m doing wrong ?
thanks