Overview
The Flipkart Marketplace API allows Flipkart sellers to manage product listings, update inventory, and fulfill orders programmatically through the Flipkart seller platform. It uses OAuth 2.0 for authentication and supports the complete seller workflow from listing creation to order processing. It is primarily targeted at high-volume sellers and developers building seller automation tools for the Indian e-commerce market.
Beginner Tip
You must be a registered Flipkart seller to use this API — it is not available for general developers. Start with the Listing API to retrieve your existing product listings and confirm your OAuth credentials are working correctly before attempting order management endpoints.
Available Data
Example Response
{
"Title": "Inception",
"Year": "2010",
"Rated": "PG-13",
"Runtime": "148 min",
"Genre": "Action, Adventure, Sci-Fi",
"Director": "Christopher Nolan",
"Actors": "Leonardo DiCaprio, Joseph Gordon-Levitt",
"Plot": "A thief who steals corporate secrets through dream-sharing technology...",
"imdbRating": "8.8",
"Poster": "https://example.com/inception.jpg"
} Field Reference
fsn Flipkart Serial Number — the unique product identifier on the Flipkart platform sku Seller-defined SKU that maps your inventory to a Flipkart product listing listing_status Current status of the listing such as ACTIVE, INACTIVE, or BLOCKED selling_price.amount The price at which the item is listed for sale in INR quantity_available Number of units of this item available in your seller inventory order_id Unique identifier for a marketplace order assigned by Flipkart Implementation Example
const url = "https://seller.flipkart.com/api-docs/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
headers: {
"Authorization": "Bearer YOUR_API_KEY"
}
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Partially tested on Apr 5, 2026
Technical Specifications
Explore More
Similar APIs
View All →Digi-Key
The Digi-Key API provides real-time access to pricing, inventory, and detailed specifications for millions of electronic components sold by Digi-Key.
eBay
The eBay API gives you access to eBay's massive marketplace, letting you search listings, retrieve product details, manage inventory, and handle orders programmatically.
Etsy
The Etsy API lets you interact with Etsy's handmade marketplace, enabling you to read shop listings, manage your own shop inventory, and handle orders for Etsy sellers.
Rappi
The Rappi API lets developers manage orders placed through the Rappi delivery app.
Tokopedia
The Tokopedia API (now served through the TikTok Shop partner portal) allows merchants and developers to integrate with Tokopedia, Indonesia's leading e-commerce marketplace.