Nuvemshop Tiendanube · OAuth Scopes

Nuvemshop Tiendanube OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://www.tiendanube.com/apps/authorize/token.

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-CommerceRetailOnline StoresPaymentsShippingWebhooksOAuthLatin AmericaStorefrontApps Platform
Scopes: 12 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://www.tiendanube.com/apps/{app_id}/authorize
Token URL
https://www.tiendanube.com/apps/authorize/token
Flows
authorizationCode

Scopes (12)

ScopeDescriptionFlows
read_content Read access to store content pages.
write_content Write access to store content pages (implies read_content).
read_products Read access to products, variants, images and categories.
write_products Write access to products, variants, images and categories (implies read_products).
read_customers Read access to customers.
write_customers Write access to customers (implies read_customers).
read_orders Read access to orders.
write_orders Write access to orders (implies read_orders).
read_coupons Read access to coupons.
write_coupons Write access to coupons (implies read_coupons).
write_scripts Manage storefront scripts (no separate read scope).
write_shipping Manage shipping carriers (no separate read scope).

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: https://tiendanube.github.io/api-documentation/authentication
docs: https://tiendanube.github.io/api-documentation/authentication
schemes:
- name: OAuth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.tiendanube.com/apps/{app_id}/authorize
    tokenUrl: https://www.tiendanube.com/apps/authorize/token
notes: >-
  Requesting any write scope implies the matching read scope. Scopes are granted
  by the merchant at app authorization time and returned in the token response.
scopes:
- scope: read_content
  description: Read access to store content pages.
- scope: write_content
  description: Write access to store content pages (implies read_content).
- scope: read_products
  description: Read access to products, variants, images and categories.
- scope: write_products
  description: Write access to products, variants, images and categories (implies read_products).
- scope: read_customers
  description: Read access to customers.
- scope: write_customers
  description: Write access to customers (implies read_customers).
- scope: read_orders
  description: Read access to orders.
- scope: write_orders
  description: Write access to orders (implies read_orders).
- scope: read_coupons
  description: Read access to coupons.
- scope: write_coupons
  description: Write access to coupons (implies read_coupons).
- scope: write_scripts
  description: Manage storefront scripts (no separate read scope).
- scope: write_shipping
  description: Manage shipping carriers (no separate read scope).