Hi there,
I recently found myself needing the products API so I added e-commerce as a scope for the private app and committed the changes, however I am still getting a 403 when trying to create a product. I even created a brand new private app and tried that, same result.
I also tried sending a test request from your API docs with my access token just to make sure nothing in my code was the issue. Using this feature.
My suggestion is to try using a simplified approach like above. And then either remove and re-add the ecommerce scope to your private app, or update your new private app with the remaining scopes after you confirm it works as expected.
Hi! I actually tried this very call on Postman as a test and the response says that i require the e-commerce scopes, which i can select only as “request” (not as “read” and “write” like the others objects)
As a matter of fact i can get the products by API but cannot create any.
I’m missing some permissions? Thank you very much for your time.