Shoplazza API Access scopes
Part of the app authorization process specifying which parts of a shop's data the app needs access to.
You can check your app’s granted access scopes with the Access Scope param, available through the Admin REST API.
Access scope and permissions
- When the merchant installs your application, you may need to request certain permissions or access ranges based on the application created.
- To use the API, you need to request access from Shoplazza and get approval before you can start calling the API.
Access scopes
Authenticated access scopes control access to resources in the REST Admin API. Authenticated access is intended for interacting with a store on behalf of the merchant to perform actions such as creating products and managing discount codes.
read_product
,write_product
Access to Product , Product Variant , Product Image.read_order
,write_order
Access to Order, Fulfillment.read_collection
,write_collection
Access to Collect, Custom Collection.read_shop
,write_shop
Access to Shop Configurations .read_comments
,write_comments
Access to Comment .read_script_tags
,write_script_tags
Access to Script Tag .read_customer
,write_customer
Access to Customer .read_app_proxy
,write_app_proxy
Access to App Proxy .read_price_rules
,write_price_rules
Access to Price Rule.read_data
,write_data
Access to Data .read_payment_info
,write_payment_info
Access to Payment App API .read_themes
,write_themes
Access to Theme .