# API Scopes
We will request some API scopes of your store. The table below explains why we need these scopes.
read_products,write_products,read_orders,write_orders,read_fulfillments,write_fulfillments
1
Scope | Why we need it |
---|---|
read_products | product listing |
write_products | product listing |
read_orders | order dealing |
write_orders | order dealing |
read_fulfillments | order dealing |
write_fulfillments | order dealing |
We only request scopes we need. And it's absolutely secure to allow this.