# Flipkart Marketplace API **Provider:** Flipkart Marketplace **Category:** ecommerce **Base URL:** `https://seller.flipkart.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by endpoint **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://seller.flipkart.com/api-docs/FMSAPI.html ## Description Product listing management, Order Fulfilment in the Flipkart Marketplace ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://seller.flipkart.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://seller.flipkart.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — Flipkart Marketplace Seller API for registered sellers. Indian ecommerce marketplace. Requires active Flipkart seller account. --- *Source: [API Map](https://apimap.dev/apis/flipkart-marketplace/) — CC BY 4.0*