Beeketing · OAuth Scopes

Beeketing OAuth Scopes

OAuth 2.0 searched

Beeketing publishes 24 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Beeketing API on a user’s behalf.

Tokens are issued from https://{shop}.onshopbase.com/admin/oauth/access_token.json.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyE-commerceCross-border CommerceMarketingShopify AppsREST APIOAuthWebhooksThemesPayments
Scopes: 24 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://{shop}.onshopbase.com/admin/oauth/authorize
Token URL
https://{shop}.onshopbase.com/admin/oauth/access_token.json
Flows
authorizationCode

Scopes (24)

ScopeDescriptionFlows
read_themes Read access to Asset and Theme
write_themes Write access to Asset and Theme
read_products Read Product
write_products Write Product
read_product_listings Read Product Listing and Collection Listing
read_inventory Read Inventory Level and Inventory Item
write_inventory Write Inventory Level and Inventory Item
read_customers Read Customer Detail and Customer Group
write_customers Write Customer Detail and Customer Group
read_orders Read Order
write_orders Write Order
read_fulfillments Read Fulfillment Service
write_fulfillments Write Fulfillment Service
read_script_tags Read Script Tag
write_script_tags Write Script Tag
read_content Read Page and Redirect
write_content Write Page and Redirect
read_shipping Read Carrier Service
write_shipping Write Carrier Service
read_checkouts Read Checkouts
write_checkouts Write Checkouts
read_price_rules Read Price Rules
write_price_rules Write Price Rules
read_analytics Read Analytics

Source

OAuth Scopes

beeketing-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://developers.shopbase.com/build-an-app/making-your-first-request/authentication/api-access-scopes.md
docs: https://developers.shopbase.com/build-an-app/making-your-first-request/authentication/api-access-scopes.md
schemes:
- name: PublicAppOAuth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{shop}.onshopbase.com/admin/oauth/authorize
    tokenUrl: https://{shop}.onshopbase.com/admin/oauth/access_token.json
notes: >-
  Authenticated access scopes control access to REST Admin API and GraphQL Admin
  API resources. Any write scope implicitly grants the matching read scope.
  Granted scopes can be inspected via the AccessScope resource.
scopes:
- {scope: read_themes, description: Read access to Asset and Theme}
- {scope: write_themes, description: Write access to Asset and Theme}
- {scope: read_products, description: Read Product, Product Variant, Product Image, Product Custom Collection}
- {scope: write_products, description: Write Product, Product Variant, Product Image, Product Custom Collection}
- {scope: read_product_listings, description: Read Product Listing and Collection Listing}
- {scope: read_inventory, description: Read Inventory Level and Inventory Item}
- {scope: write_inventory, description: Write Inventory Level and Inventory Item}
- {scope: read_customers, description: Read Customer Detail and Customer Group}
- {scope: write_customers, description: Write Customer Detail and Customer Group}
- {scope: read_orders, description: Read Order, Transaction and Fulfillment}
- {scope: write_orders, description: Write Order, Transaction and Fulfillment}
- {scope: read_fulfillments, description: Read Fulfillment Service}
- {scope: write_fulfillments, description: Write Fulfillment Service}
- {scope: read_script_tags, description: Read Script Tag}
- {scope: write_script_tags, description: Write Script Tag}
- {scope: read_content, description: Read Page and Redirect}
- {scope: write_content, description: Write Page and Redirect}
- {scope: read_shipping, description: Read Carrier Service, Shipping Rate, Country and Province}
- {scope: write_shipping, description: Write Carrier Service, Shipping Rate, Country and Province}
- {scope: read_checkouts, description: Read Checkouts}
- {scope: write_checkouts, description: Write Checkouts}
- {scope: read_price_rules, description: Read Price Rules}
- {scope: write_price_rules, description: Write Price Rules}
- {scope: read_analytics, description: Read Analytics}