Access Scopes
Access scopes control which information an integration can access from a merchant's store. For example, an integration may be allowed to read information about products but not create or update them.
The available scopes are:
Name | Category | Description |
---|---|---|
read_products | Core | View products |
write_products | Core | View and manage products |
read_customers | Core | View customers |
write_customers | Core | View and manage customers |
read_orders | Core | View orders |
write_orders | Core | View and manage orders |
read_webhooks | Core | View webhooks |
write_webhooks | Core | View and manage webhooks |
read_shop_settings | Core | View shop settings |
write_shop_settings | Core | View and manage shop settings |
read_shop | Core | View shop information |
write_payments | Checkout | View and manage payments |
read_discount_codes | Price Rules | View discount codes |
write_discount_codes | Price Rules | View and manage discount codes |
read_price_rulesets | Price Rules | View price rulesets |
write_price_rulesets | Price Rules | View and manage price rulesets |
read_price_order_conditions | Price Rules | View price order conditions |
write_price_order_conditions | Price Rules | View and manage price order conditions |
read_subscriptions | Subscriptions | View subscriptions |
write_subscriptions | Subscriptions | View and manage subscriptions |
read_subscription_groups | Subscriptions | View subscription groups |
write_subscription_groups | Subscriptions | View and manage subscription groups |
read_shop | Subscriptions | View shop information |
read_activity_logs | Subscriptions | View activity logs |
write_activity_logs | Subscriptions | View and manage activity logs |