Flipkart · OAuth Scopes

Flipkart OAuth Scopes

OAuth 2.0 searched

Flipkart publishes 2 OAuth 2.0 scopes via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Flipkart API on a user’s behalf.

Tokens are issued from https://api.flipkart.net/oauth-service/oauth/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.

CompanyConsumerE-CommerceMarketplaceRetailSellersOrdersFulfillmentIndiaOAuth
Scopes: 2 Flows: clientCredentials, authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.flipkart.net/oauth-service/oauth/authorize
Token URL
https://api.flipkart.net/oauth-service/oauth/token
Flows
clientCredentialsauthorizationCode

Scopes (2)

ScopeDescriptionFlows
Seller_Api Access to the Flipkart Marketplace Seller APIs (listings, orders, shipments, returns, reports). clientCredentials, authorizationCode
Default Default scope granted for basic authenticated access to the seller platform. clientCredentials, authorizationCode

Source

OAuth Scopes

flipkart-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://seller.flipkart.com/api-docs/FMSAPI.html
docs: https://seller.flipkart.com/api-docs/FMSAPI.html
schemes:
- name: OAuth2
  source: https://seller.flipkart.com/api-docs/FMSAPI.html
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.flipkart.net/oauth-service/oauth/token
  - flow: authorizationCode
    authorizationUrl: https://api.flipkart.net/oauth-service/oauth/authorize
    tokenUrl: https://api.flipkart.net/oauth-service/oauth/token
scopes:
- scope: Seller_Api
  description: Access to the Flipkart Marketplace Seller APIs (listings, orders, shipments, returns, reports).
  flows:
  - clientCredentials
  - authorizationCode
- scope: Default
  description: Default scope granted for basic authenticated access to the seller platform.
  flows:
  - clientCredentials
  - authorizationCode