Permissions
When generating credentials, you'll be asked for the permissions you need for your app, these will be displayed to the user when they are asked to authorize your app to their account. Here is a table of them.
Update stores
stores.update
Update products
stores.products.update
Update tickets
stores.tickets.update
Update coupons
stores.coupons.update
Update customers
stores.customers.update
Create stores
stores.create
Create products
stores.products.create
Create coupons
stores.coupons.create
View stores
stores.view
View products
stores.products.view
View user information
user.view
View cryptocurrency balance
user.crypto.viewBalance
View enabled cryptocurrencies
user.crypto.viewEnabled
View orders
stores.orders.view
View tickets
stores.tickets.view
View coupons
stores.coupons.view
View customers
stores.customers.view
View flagged reviews
stores.reviews.flagged.view
View listings
stores.products.listings
Delete coupons
stores.coupons.delete
Delete tickets
stores.tickets.delete
Flag reviews
stores.reviews.flagged.create
Deliver orders
stores.orders.deliver
Last updated
Was this helpful?