# Access scopes

> The full list of Shoplazza App access scopes and the Open API paths each one unlocks, so you request only the permissions your app actually needs.

The mapping relationship with the API access path is as follows:

| Scope                                           | Access                                                                                                                                                                                                                                                                                            |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| read\_shop                                      | Access to [shop information](/docs/theme/references/liquid/objects/shop)                                                                                                                                                                                                                          |
| read\_themes, write\_themes                     | Access to [theme management](/api/theme)                                                                                                                                                                                                                         |
| read\_shop\_navigation, write\_shop\_navigation | Access to [pages](/api/custom-page), [blogs](/api/blogs), [articles](/api/articles) and [redirects](/api/url-redirects) |
| read\_product, write\_product                   | Access to [products](/api/product) and [variants](/api/variant)                                                                                                                                                        |
| read\_collection, write\_collection             | Access to [collections](/api/collection) and [collects](/api/collect-create)                                                                                                                                             |
| read\_comments, write\_comments                 | Access to [comments](/api/comment)                                                                                                                                                                                                                                 |
| read\_payment\_info, write\_payment\_info       | Access to [payments apps](/docs/app/getting-started/create-payment-app/payment-callbacks)                                                                                                                                                                                                                    |
| read\_order, write\_order                       | Access to [orders](/api/order)                                                                                                                                                                                                                                   |
| read\_customer, write\_customer                 | Access to [customers](/api/customer)                                                                                                                                                                                                                             |
| read\_price\_rules, write\_price\_rules         | Access to price rules[ discount codes, coupons, flash sales, rebates, popups, and sales pops](http://shoplazza.dev/reference/discounts-copy)                                                                                                                                                      |
| read\_gift\_cards, write\_gift\_cards           | Access to [gift cards](/api/gift-card)                                                                                                                                                                                                                           |
| read\_app\_proxy, write\_app\_proxy             | Access to[ app proxies](/api/app-proxy)                                                                                                                                                                                                                       |
| read\_data, write\_data                         | Access to data                                                                                                                                                                                                                                                                                    |
| read\_script\_tags, write\_script\_tags         | Access to[script tags](/api/script-tag)                                                                                                                                                                                                                            |
| read\_finance, write\_finance                   | Access to[ Shoplazza payment information](/api/shoplazza-payments)                                                                                                                                                                                                 |
