The following query returns all the access scopes that were granted to the application during installation.
Response
{
"appInstallation": {
"accessScopes": [
{
"handle": "write_content",
"description": "Modify store content like articles, blogs, comments, pages, and redirects"
},
{
"handle": "write_themes",
"description": "Modify theme templates and theme assets"
},
{
"handle": "write_products",
"description": "Modify products, variants, and collections"
},
{
"handle": "write_customers",
"description": "Modify customer details and customer groups"
},
{
"handle": "write_orders",
"description": "Modify orders, transactions, and fulfillments"
},
{
"handle": "write_script_tags",
"description": "Modify script tags in your store's theme template files"
},
{
"handle": "write_shipping",
"description": "Modify shipping rates, countries, and provinces"
},
{
"handle": "read_content",
"description": "Read store content like articles, blogs, comments, pages, and redirects"
},
{
"handle": "read_themes",
"description": "Read theme templates and theme assets"
},
{
"handle": "read_products",
"description": "Read products, variants, and collections"
},
{
"handle": "read_customers",
"description": "Read customer details and customer groups"
},
{
"handle": "read_orders",
"description": "Read orders, transactions, and fulfillments"
},
{
"handle": "read_script_tags",
"description": "Read script tags in your store's theme template files"
},
{
"handle": "read_shipping",
"description": "Read shipping rates, countries, and provinces"
}
]
}
}