Product APIs Reference¶
These APIs enable registered affiliates to:
- Get a list of categories available in the product feed
- Get a list of products available in a specific category, with an optional
inStock
filter - Get a list of products available in a specific category that have changed after a specific version, with an optional
inStock
filter - Get a list of top selling books categories available on Flipkart
- Get a list of top selling 500 books available in a specific category
- Search for products based on keywords
- Search for products based on product IDs
- Get links to download product feeds csv dumps for all categories.
Important
The API URLs are valid for 10 hours only.
Note
The batch size in the response for each API call is 500.
Product Feed Listing API¶
Description - The Product Feed Listing API provides the full list of categories present in the catalogue. Each category contains two GET hyperlinks:
- One that enables you to fetch all products in a specific category (otherwise known as Product Feed API).
- One that enabled you to fetch only a subset of the products in a specific category, which have changed after a specific version (otherwise known as Delta Feed API).
Additionally, it provides GET hyperlinks for fetching compressed archives of all the products in each category, in ZIP format.
Important
Now there are two versions of Product Feed APIs and Delta Feed APIs. In Product Feed Listing API response - available variant v0.1.0 corresponds to older version of Product Feed API and Delta Feed API and v1.1.0 corresponds to new version of Product Feed API and Delta Feed API.
Note
- The compressed archives are independent of Affiliate Tracking ID. You will need to manually append your tracking ID in each product URL.
- Currently, Books and eBooks categories are not available.
- You must append the query parameter (
affid
) to the product URLs in the feeds as the affiliate tracking does not work without it.
Request and Response Details¶
Header format: curl -H "Fk-Affiliate-Id:<Affiliate Tracking ID>" -H "Fk-Affiliate-Token:<Affiliate API Token>" "<API URL>"
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/api/<trackingId>.json
- XML:
https://affiliate-api.flipkart.net/affiliate/api/<trackingId>.xml
Response Parameters
API Datatype (Attribute/Variable) | Description |
---|---|
title |
API title |
description |
API description |
name |
Denotes the digital marketing system that provides the API - affiliate , in this case |
apiListings |
JSON object containing the list of categories available in the catalogue, and the corresponding metadata |
resourceName |
Name of the category |
get |
Hyperlink to fetch all available products in the category |
deltaGet |
Hyperlink to fetch a subset of products in the category that have changed after a specific version. |
availableVariants |
This field mentions all the available versions of api. |
Example¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/api/keshav.json
Response
{
"title": "Flipkart Affiliate API Directory",
"description": "This directory contains information about all the affiliate APIs and their versions",
"apiGroups": {
"affiliate": {
"name": "affiliate",
"apiListings": {
"bags_wallets_belts": {
"availableVariants": {
"v0.1.0": {
"resourceName": "bags_wallets_belts",
"put": null,
"delete": null,
"post": null,
"get": "https://affiliate-api.flipkart.net/affiliate/feeds/keshav/category/reh.json?expiresAt=1459959717790&sig=ec6c81c694581ccf1b2b5fe5bd9cf289",
"deltaGet": "https://affiliate-api.flipkart.net/affiliate/deltaFeeds/keshav/category/reh.json?expiresAt=1459959717790&sig=ec6c81c694581ccf1b2b5fe5bd9cf289"
},
"v1.1.0": {
"resourceName": "bags_wallets_belts",
"put": null,
"delete": null,
"post": null,
"get": "https://affiliate-api.flipkart.net/affiliate/1.0/feeds/keshav/category/reh.json?expiresAt=1459959717790&sig=79ae396a3350f7fc552722a657b5806d",
"deltaGet": "https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/keshav/category/reh.json?expiresAt=1459959717790&sig=79ae396a3350f7fc552722a657b5806d",
"top": "https://affiliate-api.flipkart.net/affiliate/1.0/topFeeds/keshav/category/reh.json?expiresAt=1469556418186&sig=973ab9097995ec0612b9f8271fa063e6"
}
},
"apiName": "bags_wallets_belts"
}
}
}
}
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/api/keshav.xml
Response
<ns2:ApiDirectory xmlns:ns2="https://affiliate-api.flipkart.net/affiliate">
<apiGroups>
<entry>
<key>affiliate</key>
<value>
<apiListings>
<entry>
<key>bags_wallets_belts</key>
<value>
<apiName>bags_wallets_belts</apiName>
<availableVariants>
<entry>
<key>
<majorVersion>0</majorVersion>
<minorVersion>1</minorVersion>
<patchVersion>0</patchVersion>
</key>
<value>
<deltaGet>https://affiliate-api.flipkart.net/affiliate/deltaFeeds/keshav/category/reh.xml?expiresAt=1459959805186&sig=db27be68a5e63dfd654da37d3a48cd41</deltaGet>
<get>https://affiliate-api.flipkart.net/affiliate/feeds/keshav/category/reh.xml?expiresAt=1459959805186&sig=db27be68a5e63dfd654da37d3a48cd41</get>
<resourceName>bags_wallets_belts</resourceName>
</value>
</entry>
<entry>
<key>
<majorVersion>1</majorVersion>
<minorVersion>1</minorVersion>
<patchVersion>0</patchVersion>
</key>
<value>
<deltaGet>https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/keshav/category/reh.xml?expiresAt=1459959805187&sig=cbfe4863d7595ad808e242fa0a940edc</deltaGet>
<get>https://affiliate-api.flipkart.net/affiliate/1.0/feeds/keshav/category/reh.xml?expiresAt=1459959805187&sig=cbfe4863d7595ad808e242fa0a940edc</get>
<top>https://affiliate-api.flipkart.net/affiliate/1.0/topF eeds/keshav/category/reh.xml?expiresAt=1459959805187&sig=cbfe4863d7595ad808e242fa0a940edc</top>
<resourceName>bags_wallets_belts</resourceName>
</value>
</entry>
</availableVariants>
</value>
</entry>
</apiListings>
<name>affiliate</name>
</value>
</entry>
</apiGroups>
<description>This directory contains information about all the affiliate APIs and their versions</description>
<title>Flipkart Affiliate API Directory</title>
</ns2:ApiDirectory>
Product Feed API¶
Description - This API provides information on the list of categories available in the Product Feed. Additionally, it contains the Product Feed URL for each category.
Important
You can optionally append the inStock
filter in the URLs to get only products that are currently in stock.
Note
Currently, Books and eBooks categories are not available.
The API response provides the following information:
- Product Base: Contains the basic attributes of the product such as title, category, price, etc.
- Product Shipping: Contains product shipping related information
You can use the nextUrl
attribute in the response of the first request to retrieve the next 500 items. This process goes on until you reach the last set of items for a particular category.
Note
In case the inStock
filter has been applied, all subsequent nextUrl
attributes will have the inStock
filter applied to them.
GET /feeds/{trackingId}/category/{category}.{format}¶
Description - This API provides information on the list of categories available in the Product Feed. Additionally, it contains the Product Feed URL for each category.
This API will be deprecated soon. Please refer to the newer version of the API here
Request and Response Details¶
Header format: curl -H “Fk-Affiliate-Id:<Affiliate Tracking ID>” -H “Fk-Affiliate-Token:<Affiliate API Token>” “<API URL>”
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/feeds/<your affiliate_tracking_id>/category/<category>.json
- XML:
https://affiliate-api.flipkart.net/affiliate/feeds/<your affiliate_tracking_id>/category/<category>.xml
Request Parameters:
expiry
: URL expiry timesig
: URL validation signatureinStock
: Filter to fetch only products which are in stock. Accepted values aretrue
,yes
and1
Response Parameters:
API Datatype (Attribute/Variable) | Description |
---|---|
productId |
A unique SKU ID assigned by Flipkart to a particular product. |
title |
The specific product name which includes the brand name and, in some cases, the version/model number. |
imageUrl |
Image URL of the product |
categoryPaths |
This represents all the category hierarchies to which this product belongs. Category hierarchy is a list titles of category and sub categories to which this product is classified. |
mrp |
This mentions the Maximum Retail Price of the product. |
price |
This mentions the actual price (after Discount) at which Flipkart is selling the product. |
productUrl |
This is the URL of the product page on Flipkart.com. Your affiliate tracking id will be automatically appended to the product url. |
productDescription |
Long description of what this product is all about. |
productBrand |
This is the Brand Name of this product?s manufacturer. |
productShippingBaseInfo |
This column mentions the maximum delivery time of the product in bangalore. For all out-of-stock products, the value would be Empty. |
inStock |
The value “false” implies product is not in stock; “true” means the product is in stock. |
isAvailable |
The value “false” implies product is not available at Flipkart; “true” means the product is available at Flipkart. |
codAvailable |
This column mentions whether COD (Cash On Delivery) is available for this product. The value would be true or false. |
emiAvailable |
This column mentions whether EMI is available. false means EMI is not available on the product, true means EMI option is available. |
offers |
This column mentions if any ADDITIONAL promotional offers are available for this product (It is over & above the pricing discount available). In case any offers are applicable, description of all offers will be mentioned. |
discount |
This column mentions the pricing discount percentage available on the product?s Maximum Retail Price [this does not include the Offers column above] |
cashBack |
This column mentions if any additional Cash back being offered by Flipkart on the product. |
size |
Size of the item. |
color |
Color of the item. |
sizeUnit |
Measurement unit of the size. |
sizeVariants |
List of related products varying only in size. |
colorVariants |
List of related products varying only in color. |
styleCode |
A unique value that is common for all sizeVariants and colorVariants. |
offset |
The entry correspond to the offset of the given product in the product base. |
Example¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc
Response
{
"nextUrl": "https://affiliate-api.flipkart.net/affiliate/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc",
"validTill": 1452881213871,
"productInfoList": [
{
"productBaseInfo": {
"productIdentifier": {
"productId": "TDHD8YQH2U5PUG6Z",
"categoryPaths": {
"categoryPath": [
[{
"title": "Lifestyle>Leather & Travel Accessories>Wallets & Clutches>Travel Document Holders & Card Holders>Travel Document Holders"
}]
]
}
},
"productAttributes": {
"title": "American Tourister Slim Fold Wallet",
"productDescription": "You have never come across the perfect wallet for yourself. Finally you find the American Tourister Slim Fold Wallet – For Unisex. This wallet is durable and sure to show resilience to common damages like tearing and ripping. As this wallet is slim fold it is sure to slip into your back pocket without much hassle. In the compartments of this wallet you can keep your cash and other essentials for the day. The bi-fold design of this unisex wallet makes it compact and easy for you to reach your belongings. For your change and miscellaneous items, this American Tourister Wallet has been equipped with multiple card slots. This wallet along with being sleek is also functional and easy to use. Your change and other miscellaneous items can be stacked in the pockets of this wallet. Wallets are a must-have accessory for both men and women. A safe place to stack all your monetary essentials in, is what this accessory is all about. Keep your cash and other accessories comfortably stacked inside this American Tourister Slim Fold Wallet – Unisex. You can carry this wallet on daily basis or when you are travelling. Pair this wallet with both casual and formal wear.",
"imageUrls": {
"400x400": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-400x400-imad92ejsne8uz5j.jpeg",
"275x275": "http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-275x275-imad92ejsne8uz5j.jpeg",
"75x75": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-75x75-imad92ejsne8uz5j.jpeg",
"125x125": "http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-125x125-imad92ejsne8uz5j.jpeg",
"40x40": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-40x40-imad92ejsne8uz5j.jpeg",
"100x100": "http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-100x100-imad92ejsne8uz5j.jpeg",
"1100x1360": "http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-1100x1360-imad92ejsne8uz5j.jpeg",
"200x200": "http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-200x200-imad92ejsne8uz5j.jpeg",
"unknown": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-original-imad92ejsne8uz5j.jpeg",
"180x240": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-180x240-imad92ejsne8uz5j.jpeg",
"275x340": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-275x340-imad92ejsne8uz5j.jpeg"
},
"maximumRetailPrice": {
"amount": 490,
"currency": "INR"
},
"sellingPrice": {
"amount": 392,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/american-tourister-slim-fold-wallet/p/itmd9264wskpdg6q?pid=TDHD8YQH2U5PUG6Z&affid=fnkygygma",
"productBrand": "American Tourister",
"inStock": false,
"isAvailable": true,
"codAvailable": true,
"emiAvailable": null,
"discountPercentage": 20,
"cashBack": null,
"offers": [],
"size": null,
"color": "",
"sizeUnit": "",
"sizeVariants": "[]",
"colorVariants": null,
"styleCode": "16X (0) 09 004"
}
},
"productShippingBaseInfo": {
"shippingOptions": null
},
"offset": null
}
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.xml?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ProductFeed xmlns:ns2="http://www.flipkart.com/affiliate">
<nextUrl>https://affiliate-api.flipkart.net/affiliate/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc</nextUrl>
<products>
<productInfoList>
<productShippingBaseInfo>
<productBaseInfo>
<productIdentifier>
<categoryPaths>
<categoryPath>
<item>
<title>Lifestyle>Leather & Travel Accessories>Wallets & Clutches>Travel Document Holders & Card Holders>Travel Document Holders</title>
</item>
</categoryPath>
</categoryPaths>
<productId>TDHD8YQH2U5PUG6Z</productId>
</productIdentifier>
<productAttributes>
<codAvailable>true</codAvailable>
<color></color>
<discountPercentage>20.0</discountPercentage>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-400x400-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>275x275</key>
<value>http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-275x275-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>75x75</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-75x75-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>125x125</key>
<value>http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-125x125-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>40x40</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-40x40-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>100x100</key>
<value>http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-100x100-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>1100x1360</key>
<value>http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-1100x1360-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-200x200-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-original-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>180x240</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-180x240-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>275x340</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-275x340-imad92ejsne8uz5j.jpeg</value>
</entry>
</imageUrls>
<inStock>false</inStock>
<isAvailable>true</isAvailable>
<maximumRetailPrice>
<amount>490.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<productBrand>American Tourister</productBrand>
<productDescription>You have never come across the perfect wallet for yourself. Finally you find the American Tourister Slim Fold Wallet – For Unisex. This wallet is durable and sure to show resilience to common damages like tearing and ripping. As this wallet is slim fold it is sure to slip into your back pocket without much hassle. In the compartments of this wallet you can keep your cash and other essentials for the day. The bi-fold design of this unisex wallet makes it compact and easy for you to reach your belongings. For your change and miscellaneous items, this American Tourister Wallet has been equipped with multiple card slots. This wallet along with being sleek is also functional and easy to use. Your change and other miscellaneous items can be stacked in the pockets of this wallet. Wallets are a must-have accessory for both men and women. A safe place to stack all your monetary essentials in, is what this accessory is all about. Keep your cash and other accessories comfortably stacked inside this American Tourister Slim Fold Wallet – Unisex. You can carry this wallet on daily basis or when you are travelling. Pair this wallet with both casual and formal wear.</productDescription>
<productUrl>http://dl.flipkart.com/dl/american-tourister-slim-fold-wallet/p/itmd9264wskpdg6q?pid=TDHD8YQH2U5PUG6Z&affid=fnkygygma</productUrl>
<sellingPrice>
<amount>392.0</amount>
<currency>INR</currency>
</sellingPrice>
<sizeUnit></sizeUnit>
<sizeVariants>[]</sizeVariants>
<styleCode>16X (0) 09 004</styleCode>
<title>American Tourister Slim Fold Wallet</title>
</productAttributes>
</productBaseInfo>
<productShippingBaseInfo/>
</productInfoList>
</products>
</ns2:ProductFeed>
JSON Sample with inStock filter
Request
https://affiliate-api.flipkart.net/affiliate/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc&inStock=true
Response
{
"nextUrl": "https://affiliate-api.flipkart.net/affiliate/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&inStock=true&sig=1c4c5111b6b014a71a17b229e6df6afc",
"validTill": 1452881213871,
"productInfoList": [
{
"productBaseInfo": {
"productIdentifier": {
"productId": "TDHD8YQH2U5PUG6Z",
"categoryPaths": {
"categoryPath": [
[{
"title": "Lifestyle>Leather & Travel Accessories>Wallets & Clutches>Travel Document Holders & Card Holders>Travel Document Holders"
}]
]
}
},
"productAttributes": {
"title": "American Tourister Slim Fold Wallet",
"productDescription": "You have never come across the perfect wallet for yourself. Finally you find the American Tourister Slim Fold Wallet – For Unisex. This wallet is durable and sure to show resilience to common damages like tearing and ripping. As this wallet is slim fold it is sure to slip into your back pocket without much hassle. In the compartments of this wallet you can keep your cash and other essentials for the day. The bi-fold design of this unisex wallet makes it compact and easy for you to reach your belongings. For your change and miscellaneous items, this American Tourister Wallet has been equipped with multiple card slots. This wallet along with being sleek is also functional and easy to use. Your change and other miscellaneous items can be stacked in the pockets of this wallet. Wallets are a must-have accessory for both men and women. A safe place to stack all your monetary essentials in, is what this accessory is all about. Keep your cash and other accessories comfortably stacked inside this American Tourister Slim Fold Wallet – Unisex. You can carry this wallet on daily basis or when you are travelling. Pair this wallet with both casual and formal wear.",
"imageUrls": {
"400x400": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-400x400-imad92ejsne8uz5j.jpeg",
"275x275": "http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-275x275-imad92ejsne8uz5j.jpeg",
"75x75": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-75x75-imad92ejsne8uz5j.jpeg",
"125x125": "http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-125x125-imad92ejsne8uz5j.jpeg",
"40x40": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-40x40-imad92ejsne8uz5j.jpeg",
"100x100": "http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-100x100-imad92ejsne8uz5j.jpeg",
"1100x1360": "http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-1100x1360-imad92ejsne8uz5j.jpeg",
"200x200": "http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-200x200-imad92ejsne8uz5j.jpeg",
"unknown": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-original-imad92ejsne8uz5j.jpeg",
"180x240": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-180x240-imad92ejsne8uz5j.jpeg",
"275x340": "http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-275x340-imad92ejsne8uz5j.jpeg"
},
"maximumRetailPrice": {
"amount": 490,
"currency": "INR"
},
"sellingPrice": {
"amount": 392,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/american-tourister-slim-fold-wallet/p/itmd9264wskpdg6q?pid=TDHD8YQH2U5PUG6Z&affid=fnkygygma",
"productBrand": "American Tourister",
"inStock": true,
"isAvailable": true,
"codAvailable": true,
"emiAvailable": null,
"discountPercentage": 20,
"cashBack": null,
"offers": [],
"size": null,
"color": "",
"sizeUnit": "",
"sizeVariants": "[]",
"colorVariants": null,
"styleCode": "16X (0) 09 004"
}
},
"productShippingBaseInfo": {
"shippingOptions": null
},
"offset": null
}
}
XML Sample with inStock filter
Request
https://affiliate-api.flipkart.net/affiliate/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.xml?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc&inStock=true
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ProductFeed xmlns:ns2="http://www.flipkart.com/affiliate">
<nextUrl>https://affiliate-api.flipkart.net/affiliate/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&inStock=true&sig=1c4c5111b6b014a71a17b229e6df6afc</nextUrl>
<products>
<productInfoList>
<productShippingBaseInfo>
<productBaseInfo>
<productIdentifier>
<categoryPaths>
<categoryPath>
<item>
<title>Lifestyle>Leather & Travel Accessories>Wallets & Clutches>Travel Document Holders & Card Holders>Travel Document Holders</title>
</item>
</categoryPath>
</categoryPaths>
<productId>TDHD8YQH2U5PUG6Z</productId>
</productIdentifier>
<productAttributes>
<codAvailable>true</codAvailable>
<color></color>
<discountPercentage>20.0</discountPercentage>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-400x400-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>275x275</key>
<value>http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-275x275-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>75x75</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-75x75-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>125x125</key>
<value>http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-125x125-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>40x40</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-40x40-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>100x100</key>
<value>http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-100x100-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>1100x1360</key>
<value>http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-1100x1360-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img6a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-200x200-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-original-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>180x240</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-180x240-imad92ejsne8uz5j.jpeg</value>
</entry>
<entry>
<key>275x340</key>
<value>http://img5a.flixcart.com/image/wallet-card-wallet/g/p/u/16x-0-09-004-american-tourister-wallet-slim-fold-wallet-275x340-imad92ejsne8uz5j.jpeg</value>
</entry>
</imageUrls>
<inStock>true</inStock>
<isAvailable>true</isAvailable>
<maximumRetailPrice>
<amount>490.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<productBrand>American Tourister</productBrand>
<productDescription>You have never come across the perfect wallet for yourself. Finally you find the American Tourister Slim Fold Wallet – For Unisex. This wallet is durable and sure to show resilience to common damages like tearing and ripping. As this wallet is slim fold it is sure to slip into your back pocket without much hassle. In the compartments of this wallet you can keep your cash and other essentials for the day. The bi-fold design of this unisex wallet makes it compact and easy for you to reach your belongings. For your change and miscellaneous items, this American Tourister Wallet has been equipped with multiple card slots. This wallet along with being sleek is also functional and easy to use. Your change and other miscellaneous items can be stacked in the pockets of this wallet. Wallets are a must-have accessory for both men and women. A safe place to stack all your monetary essentials in, is what this accessory is all about. Keep your cash and other accessories comfortably stacked inside this American Tourister Slim Fold Wallet – Unisex. You can carry this wallet on daily basis or when you are travelling. Pair this wallet with both casual and formal wear.</productDescription>
<productUrl>http://dl.flipkart.com/dl/american-tourister-slim-fold-wallet/p/itmd9264wskpdg6q?pid=TDHD8YQH2U5PUG6Z&affid=fnkygygma</productUrl>
<sellingPrice>
<amount>392.0</amount>
<currency>INR</currency>
</sellingPrice>
<sizeUnit></sizeUnit>
<sizeVariants>[]</sizeVariants>
<styleCode>16X (0) 09 004</styleCode>
<title>American Tourister Slim Fold Wallet</title>
</productAttributes>
</productBaseInfo>
<productShippingBaseInfo/>
</productInfoList>
</products>
</ns2:ProductFeed>
GET /1.0/feeds/{trackingId}/category/{category}.{format}¶
Description - This API provides information on the list of categories available in the Product Feed. Additionally, it contains the Product Feed URL for each category.
Request and Response Details¶
Header format: curl -H “Fk-Affiliate-Id:<Affiliate Tracking ID>” -H “Fk-Affiliate-Token:<Affiliate API Token>” “<API URL>”
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/feeds/<your affiliate_tracking_id>/category/<category>.json
- XML:
https://affiliate-api.flipkart.net/affiliate/feeds/<your affiliate_tracking_id>/category/<category>.xml
Request Parameters:
expiry
: URL expiry timesig
: URL validation signatureinStock
: Filter to fetch only products which are in stock. Accepted values aretrue
,yes
and1
Response Parameters:
API Datatype (Attribute/Variable) | Description |
---|---|
productId |
A unique SKU ID assigned by Flipkart to a particular product. |
title |
The specific product name which includes the brand name and, in some cases, the version/model number. |
imageUrls |
This column provides imageUrl of the product with different resolutions. |
categoryPaths |
This represents all the category hierarchies to which this product belongs. Category hierarchy is a list titles of category and sub categories to which this product is classified. |
maximumRetailPrice |
This mentions the Maximum Retail Price of the product. |
flipkartSellingPrice |
This mentions the actual price (after Discount) at which Flipkart is selling the product. |
flipkartSpecialPrice |
This mentions the price at which Flipkart is selling the product after applying extra offers if any. |
productUrl |
This is the URL of the product page on Flipkart.com. Your affiliate tracking id will be automatically appended to the product url. |
productDescription |
Long description of what this product is all about. |
productBrand |
This is the Brand Name of this product?s manufacturer. |
inStock |
The value “false” implies product is not in stock; “true” means the product is in stock. |
isAvailable |
The value “false” implies product is not available at Flipkart; “true” means the product is available at Flipkart. |
codAvailable |
This column mentions whether COD (Cash On Delivery) is available for this product. The value would be true or false. |
offers |
This column mentions if any ADDITIONAL promotional offers are available for this product (It is over & above the pricing discount available). In case any offers are applicable, description of all offers will be mentioned. |
discount |
This column mentions the pricing discount percentage available on the product?s Maximum Retail Price [this does not include the Offers column above] |
size |
Size of the item. |
color |
Color of the item. |
storage |
Storage capacity of the item (Useful in case of mobiles). |
sizeUnit |
Measurement unit of the size. |
displaySize |
Display Size of item (Useful in case of television). |
productFamily |
List of related products varying in size/color or some other attribute. |
offset |
The entry correspond to the offset of the given product in the product base. |
shippingCharges |
This mentions the price of shipping the product to the destination. |
sellerName |
This mentions the name of the seller. |
sellerAverageRating |
This mentions the seller average rating on flipkart. |
sellerNoOfRatings |
This mentions the total number of ratings given for the seller on flipkart. |
sellerNoOfReviews |
This mentions the total number of reviews on flipkart for the seller. |
keySpecs |
This mentions the key features of the product. |
detailedSpecs |
This mentions all the features of the product. |
specificationList |
This mentions all the specifications of the product. |
booksInfo |
This mentions all the books related details if the product is a books. |
lifeStyleInfo |
This mentions all the details related to lifestyle products(such as it is ideal for both Men and Women). |
Example¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc
Response
{
"nextUrl": "https://affiliate-api.flipkart.net/1.0/affiliate/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc",
"validTill": 1452881213871,
"productInfoList": [
{
"productBaseInfoV1": {
"productId": "TDHDMH5GRSPZ3DNM",
"title": "Newhide Designer",
"productDescription": "",
"imageUrls": {
"400x400": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-400x400-imadmh8zgxbrsgq6.jpeg",
"200x200": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-200x200-imadmh8zgxbrsgq6.jpeg",
"unknown": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-original-imadmh8zgxbrsgq6.jpeg",
"800x800": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-800x800-imadmh8zgxbrsgq6.jpeg"
},
"productFamily": null,
"maximumRetailPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSellingPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSpecialPrice": {
"amount": 1145,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/newhide-designer/p/itmdp2nunbzffwzr?pid=TDHDMH5GRSPZ3DNM&affid=keshav",
"productBrand": "Newhide",
"inStock": true,
"codAvailable": true,
"discountPercentage": 0,
"offers": [],
"categoryPath": "[[{\"node_id\":20001,\"node_name\":\"FLIPKART_TREE\"},{\"node_id\":21183,\"node_name\":\"Lifestyle\"},{\"node_id\":21499,\"node_name\":\"Leather \\u0026 Travel Accessories\"},{\"node_id\":21960,\"node_name\":\"Wallets \\u0026 Clutches\"},{\"node_id\":21274,\"node_name\":\"Wallets \\u0026 Card Wallets\"}]]",
"styleCode": null,
"attributes": {
"size": "",
"color": "Black",
"storage": "",
"sizeUnit": "",
"displaySize": ""
}
},
"productShippingInfoV1": {
"shippingCharges": {
"amount": 0,
"currency": "INR"
},
"sellerName": null,
"sellerAverageRating": null,
"sellerNoOfRatings": 0,
"sellerNoOfReviews": 0
},
"categorySpecificInfoV1": {
"keySpecs": [
"Passport Holder",
"Passport Wallet"
],
"detailedSpecs": [],
"specificationList": [
{
"key": "General",
"values": [
{
"key": "Type",
"value": [
"Passport Organizer"
]
},
{
"key": "Ideal For",
"value": [
"Men's, Women's"
]
},
{
"key": "Material",
"value": [
"Leather, Cloth"
]
},
{
"key": "Slot for Cards",
"value": [
"Yes"
]
},
{
"key": "Slot for Passport",
"value": [
"Yes"
]
},
{
"key": "Slot for Cheque Book",
"value": [
"Yes"
]
},
{
"key": "Style Code",
"value": [
"CDBP040739"
]
},
{
"key": "Color Code",
"value": [
"Black"
]
}
]
},
{
"key": "Warranty",
"values": [
{
"key": " ",
"value": [
"1 Year Newhide warranty"
]
}
]
}
],
"booksInfo": {
"language": null,
"binding": null,
"pages": null,
"publisher": null,
"year": 0,
"authors": []
},
"lifeStyleInfo": {
"sleeve": null,
"neck": null,
"idealFor": [
"Men's",
"Women's"
]
}
}
}
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.xml?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ProductFeedV1 xmlns:ns2="http://www.flipkart.com/affiliate">
<nextUrl>https://affiliate-api.flipkart.net/affiliate/1.0/feeds/keshav/category/reh/55ab99ae73a4773ffb942220.xml?expiresAt=1459874346363&sig=e63590767f38e5c49b96f1a58d19b85a</nextUrl>
<products>
<productInfoList>
<categorySpecificInfoV1>
<keySpecs>Passport Holder</keySpecs>
<keySpecs>Passport Wallet</keySpecs>
<specificationList/>
<specificationList/>
<booksInfo>
<year>0</year>
</booksInfo>
<lifeStyleInfo>
<idealFor>Men's</idealFor>
<idealFor>Women's</idealFor>
</lifeStyleInfo>
</categorySpecificInfoV1>
<productBaseInfoV1>
<productId>TDHDMH5GRSPZ3DNM</productId>
<title>Newhide Designer</title>
<productDescription></productDescription>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-400x400-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-200x200-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-original-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>800x800</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-800x800-imadmh8zgxbrsgq6.jpeg</value>
</entry>
</imageUrls>
<maximumRetailPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<flipkartSellingPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</flipkartSellingPrice>
<flipkartSpecialPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</flipkartSpecialPrice>
<productUrl>http://dl.flipkart.com/dl/newhide-designer/p/itmdp2nunbzffwzr?pid=TDHDMH5GRSPZ3DNM&affid=keshav</productUrl>
<productBrand>Newhide</productBrand>
<inStock>true</inStock>
<codAvailable>true</codAvailable>
<discountPercentage>0.0</discountPercentage>
<categoryPath>[[{"node_id":20001,"node_name":"FLIPKART_TREE"},{"node_id":21183,"node_name":"Lifestyle"},{"node_id":21499,"node_name":"Leather \u0026 Travel Accessories"},{"node_id":21960,"node_name":"Wallets \u0026 Clutches"},{"node_id":21274,"node_name":"Wallets \u0026 Card Wallets"}]]</categoryPath>
<attributes>
<color>Black</color>
<displaySize></displaySize>
<size></size>
<sizeUnit></sizeUnit>
<storage></storage>
</attributes>
</productBaseInfoV1>
<productShippingInfoV1>
<shippingCharges>
<amount>0.0</amount>
<currency>INR</currency>
</shippingCharges>
<sellerNoOfRatings>0</sellerNoOfRatings>
<sellerNoOfReviews>0</sellerNoOfReviews>
</productShippingInfoV1>
</productInfoList>
</products>
</ns2:ProductFeed>
JSON Sample with inStock filter
Request
https://affiliate-api.flipkart.net/affiliate/1.0/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc&inStock=true
Response
{
"nextUrl": "https://affiliate-api.flipkart.net/1.0/affiliate/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc",
"validTill": 1452881213871,
"productInfoList": [
{
"productBaseInfoV1": {
"productId": "TDHDMH5GRSPZ3DNM",
"title": "Newhide Designer",
"productDescription": "",
"imageUrls": {
"400x400": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-400x400-imadmh8zgxbrsgq6.jpeg",
"200x200": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-200x200-imadmh8zgxbrsgq6.jpeg",
"unknown": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-original-imadmh8zgxbrsgq6.jpeg",
"800x800": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-800x800-imadmh8zgxbrsgq6.jpeg"
},
"productFamily": null,
"maximumRetailPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSellingPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSpecialPrice": {
"amount": 1145,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/newhide-designer/p/itmdp2nunbzffwzr?pid=TDHDMH5GRSPZ3DNM&affid=keshav",
"productBrand": "Newhide",
"inStock": true,
"codAvailable": true,
"discountPercentage": 0,
"offers": [],
"categoryPath": "[[{\"node_id\":20001,\"node_name\":\"FLIPKART_TREE\"},{\"node_id\":21183,\"node_name\":\"Lifestyle\"},{\"node_id\":21499,\"node_name\":\"Leather \\u0026 Travel Accessories\"},{\"node_id\":21960,\"node_name\":\"Wallets \\u0026 Clutches\"},{\"node_id\":21274,\"node_name\":\"Wallets \\u0026 Card Wallets\"}]]",
"styleCode": null,
"attributes": {
"size": "",
"color": "Black",
"storage": "",
"sizeUnit": "",
"displaySize": ""
}
},
"productShippingInfoV1": {
"shippingCharges": {
"amount": 0,
"currency": "INR"
},
"sellerName": null,
"sellerAverageRating": null,
"sellerNoOfRatings": 0,
"sellerNoOfReviews": 0
},
"categorySpecificInfoV1": {
"keySpecs": [
"Passport Holder",
"Passport Wallet"
],
"detailedSpecs": [],
"specificationList": [
{
"key": "General",
"values": [
{
"key": "Type",
"value": [
"Passport Organizer"
]
},
{
"key": "Ideal For",
"value": [
"Men's, Women's"
]
},
{
"key": "Material",
"value": [
"Leather, Cloth"
]
},
{
"key": "Slot for Cards",
"value": [
"Yes"
]
},
{
"key": "Slot for Passport",
"value": [
"Yes"
]
},
{
"key": "Slot for Cheque Book",
"value": [
"Yes"
]
},
{
"key": "Style Code",
"value": [
"CDBP040739"
]
},
{
"key": "Color Code",
"value": [
"Black"
]
}
]
},
{
"key": "Warranty",
"values": [
{
"key": " ",
"value": [
"1 Year Newhide warranty"
]
}
]
}
],
"booksInfo": {
"language": null,
"binding": null,
"pages": null,
"publisher": null,
"year": 0,
"authors": []
},
"lifeStyleInfo": {
"sleeve": null,
"neck": null,
"idealFor": [
"Men's",
"Women's"
]
}
}
}
}
XML Sample with inStock filter
Request
https://affiliate-api.flipkart.net/affiliate/1.0/feeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.xml?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc&inStock=true
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ProductFeedV1 xmlns:ns2="http://www.flipkart.com/affiliate">
<nextUrl>https://affiliate-api.flipkart.net/affiliate/1.0/feeds/keshav/category/reh/55ab99ae73a4773ffb942220.xml?expiresAt=1459874346363&sig=e63590767f38e5c49b96f1a58d19b85a</nextUrl>
<products>
<productInfoList>
<categorySpecificInfoV1>
<keySpecs>Passport Holder</keySpecs>
<keySpecs>Passport Wallet</keySpecs>
<specificationList/>
<specificationList/>
<booksInfo>
<year>0</year>
</booksInfo>
<lifeStyleInfo>
<idealFor>Men's</idealFor>
<idealFor>Women's</idealFor>
</lifeStyleInfo>
</categorySpecificInfoV1>
<productBaseInfoV1>
<productId>TDHDMH5GRSPZ3DNM</productId>
<title>Newhide Designer</title>
<productDescription></productDescription>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-400x400-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-200x200-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-original-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>800x800</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-800x800-imadmh8zgxbrsgq6.jpeg</value>
</entry>
</imageUrls>
<maximumRetailPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<flipkartSellingPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</flipkartSellingPrice>
<flipkartSpecialPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</flipkartSpecialPrice>
<productUrl>http://dl.flipkart.com/dl/newhide-designer/p/itmdp2nunbzffwzr?pid=TDHDMH5GRSPZ3DNM&affid=keshav</productUrl>
<productBrand>Newhide</productBrand>
<inStock>true</inStock>
<codAvailable>true</codAvailable>
<discountPercentage>0.0</discountPercentage>
<categoryPath>[[{"node_id":20001,"node_name":"FLIPKART_TREE"},{"node_id":21183,"node_name":"Lifestyle"},{"node_id":21499,"node_name":"Leather \u0026 Travel Accessories"},{"node_id":21960,"node_name":"Wallets \u0026 Clutches"},{"node_id":21274,"node_name":"Wallets \u0026 Card Wallets"}]]</categoryPath>
<attributes>
<color>Black</color>
<displaySize></displaySize>
<size></size>
<sizeUnit></sizeUnit>
<storage></storage>
</attributes>
</productBaseInfoV1>
<productShippingInfoV1>
<shippingCharges>
<amount>0.0</amount>
<currency>INR</currency>
</shippingCharges>
<sellerNoOfRatings>0</sellerNoOfRatings>
<sellerNoOfReviews>0</sellerNoOfReviews>
</productShippingInfoV1>
</productInfoList>
</products>
</ns2:ProductFeed>
Delta Feed API¶
Description - This API provides the list of products in a specific category that have changed after a specific version.
Important
You can optionally append the inStock
filter in the URLs to get only products that are currently in stock.
Note
This API is in-sync with the capabilities of Product Feed API. For example, Books and eBooks categories are not available.
Delta Feed API provides two functionalities:
Ability to fetch the latest version of a category.
Ability to fetch only those products in a category that have changed after a specified version.
- Products which have been added.
- Products which have been updated.
- Products which have been deleted. These products will have the
isAvailable
attribute asfalse
in the response.
GET /deltaFeeds/{trackingId}/category/{category}.{format}¶
Description - This API provides information on the list of categories available in the Product Feed. Additionally, it contains the Product Feed URL for each category.
The API response provides the following information:
- Product Base: Contains the basic attributes of the product such as title, category, price, etc.
- Product Shipping: Contains product shipping related information
You can use the nextUrl
attribute in the response of the first request to retrieve the next 500 items. This process goes on until you reach the last set of items for a particular category.
Note
In case the inStock
filter has been applied, all subsequent nextUrl
attributes will have the inStock
filter applied to them.
These API will be deprecated soon. Please refer to the newer version of the API here.
Latest version of a category¶
Usage: The deltaGet
URL provided provided in the response of Product Feed Listing API should be used.
Header format: curl -H "Fk-Affiliate-Id:<Affiliate Tracking ID>" -H "Fk-Affiliate-Token:<Affiliate API Token>" "<API URL>”
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/deltaFeeds/<your affiliate_tracking_id>/category/<category>.json
- XML:
https://affiliate-api.flipkart.net/affiliate/deltaFeeds/<your affiliate_tracking_id>/category/<category>.xml
Request Parameters:
expiry
: URL expiry timesig
: URL validation signature
Response Parameters:
API Datatype (Attribute/Variable) | Description |
---|---|
category |
The category which was specified in the url. |
version |
The latest version of the category available. |
timestamp |
The UTC timestamp at which the category was updated. |
error |
Will be used in case there is an error from the server. |
Delta Fetch of products¶
Usage: The deltaGet
URL provided provided in the response of Product Feed Listing API has to be modified to append the fromVersion
. This will fetch all products in the category that have been updated after the version provided in the URL.
Note
The expiry
and sig
parameters in the deltaGet
URL should not be modified.
Header format: curl -H "Fk-Affiliate-Id:<Affiliate Tracking ID>" -H "Fk-Affiliate-Token:<Affiliate API Token>" "<API URL>”
URL:
JSON:
https://affiliate-api.flipkart.net/affiliate/api/deltaFeeds/<your affiliate_tracking_id>/category/<category>/fromVersion/<version>.json
XML:
https://affiliate-api.flipkart.net/affiliate/api/deltaFeeds/<your affiliate_tracking_id>/category/<category>/fromVersion/<version>.xml
Request Parameters:
expiry
: URL expiry timesig
: URL validation signatureinStock
: Filter to fetch only products which are in stock. Accepted values aretrue
,yes
and1
Response Parameters:
API Datatype (Attribute/Variable) | Description |
---|---|
productId |
A unique SKU ID assigned by Flipkart to a particular product. |
title |
The specific product name which includes the brand name and, in some cases, the version/model number. |
imageUrl |
Image URL of the product |
categoryPaths |
This represents all the category hierarchies to which this product belongs. Category hierarchy is a list titles of category and sub categories to which this product is classified. |
mrp |
This mentions the Maximum Retail Price of the product. |
price |
This mentions the actual price (after Discount) at which Flipkart is selling the product. |
productUrl |
This is the URL of the product page on Flipkart.com. Your affiliate tracking id will be automatically appended to the product url. |
productDescription |
Long description of what this product is all about. |
productBrand |
This is the Brand Name of this product?s manufacturer. |
productShippingBaseInfo |
This column mentions the maximum delivery time of the product in bangalore. For all out-of-stock products, the value would be Empty. |
inStock |
The value “false” implies product is in stock; “true” means the product is out of stock. |
isAvailable |
The value “false” implies product is not available at Flipkart; “true” means the product is available at Flipkart. |
codAvailable |
This column mentions whether COD (Cash On Delivery) is available for this product. The value would be true or false. |
emiAvailable |
This column mentions whether EMI is available. false means EMI is not available on the product, true means EMI option is available. |
offers |
This column mentions if any ADDITIONAL promotional offers are available for this product (It is over & above the pricing discount available). In case any offers are applicable, description of all offers will be mentioned. |
discount |
This column mentions the pricing discount percentage available on the product?s Maximum Retail Price [this does not include the Offers column above] |
cashBack |
This column mentions if any additional Cash back being offered by Flipkart on the product. |
size |
Size of the item. |
color |
Color of the item. |
sizeUnit |
Measurement unit of the size. |
sizeVariants |
List of related products varying only in size. |
colorVariants |
List of related products varying only in color. |
styleCode |
A unique value that is common for all sizeVariants and colorVariants. |
offset |
The entry correspond to the offset of the given product in the product base. |
Examples¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400
Response
{
"category": "reh",
"version": 136625296,
"error": null
}
Request
https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh/fromVersion/123456789.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400
Response
{
"nextUrl": "https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh/fromVersion/1.23456789E8/55bbac00bee8d76de1b96217.json?expiresAt=1454524532507&inStock=true&sig=8c8dfa47ffdb54afbcf36a57ce1c5e3b",
"version": 136625296,
"validTill": 1454524532508,
"productInfoList": [
{
"productBaseInfo": {
"productIdentifier": {
"productId": "WATEBFDJBQHAWGJN",
"categoryPaths": {
"categoryPath": [
[
{
"title": "Lifestyle>Leather & Travel Accessories>Bags>Backpacks"
}
]
]
}
},
"productAttributes": {
"title": "360 Degree Z113 Analog Watch - For Men",
"productDescription": null,
"imageUrls": {
"400x400": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-400x400-imaebyp65mz7qqbe.jpeg",
"75x75": "http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-75x75-imaebyp65mz7qqbe.jpeg",
"275x275": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x275-imaebyp65mz7qqbe.jpeg",
"125x125": "http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-125x125-imaebyp65mz7qqbe.jpeg",
"1000x1000": "http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-1000x1000-imaebyp65mz7qqbe.jpeg",
"40x40": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-40x40-imaebyp65mz7qqbe.jpeg",
"100x100": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-100x100-imaebyp65mz7qqbe.jpeg",
"200x200": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-200x200-imaebyp65mz7qqbe.jpeg",
"unknown": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-original-imaebyp65mz7qqbe.jpeg",
"180x240": "http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-180x240-imaebyp65mz7qqbe.jpeg",
"275x340": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x340-imaebyp65mz7qqbe.jpeg"
},
"maximumRetailPrice": {
"amount": 1200,
"currency": "INR"
},
"sellingPrice": {
"amount": 147,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/360-degree-z113-analog-watch-men/p/itmebfdjtwsz8cds?pid=WATEBFDJBQHAWGJN&affid=fnkygygma",
"productBrand": "360 Degree",
"inStock": true,
"isAvailable": true,
"codAvailable": true,
"emiAvailable": null,
"discountPercentage": 87,
"cashBack": null,
"offers": [],
"size": null,
"color": "",
"sizeUnit": "",
"sizeVariants": "[]",
"colorVariants": null,
"styleCode": "Z113"
}
},
"productShippingBaseInfo": {
"shippingOptions": null
},
"offset": null
},
],
"lastProductId": "WATEBFDJBQHAWGJN"
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh.xml?expiresAt=1454524860953&sig=2ceac2bda743e7f238b03ddfa0f89baa
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:DeltaFeed
xmlns:ns2="http://www.flipkart.com/affiliate">
<category>reh</category>
<version>136625296</version>
</ns2:DeltaFeed>
Request
https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh/fromVersion/123456789.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:DeltaFeed
xmlns:ns2="http://www.flipkart.com/affiliate">
<nextUrl>https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh/fromVersion/1.23456789E8/55bbac00bee8d76de1b96217.xml?expiresAt=1454525021472&inStock=true&sig=cdff80055a741e2cfc767f8f0f2bc60e</nextUrl>
<products>
<productInfoList>
<productBaseInfo>
<productIdentifier>
<categoryPaths>
<categoryPath>
<item>
<title>Lifestyle>Leather & Travel Accessories>Bags>Backpacks</title>
</item>
</categoryPath>
</categoryPaths>
<productId>WATEBFDJBQHAWGJN</productId>
</productIdentifier>
<productAttributes>
<codAvailable>true</codAvailable>
<color></color>
<discountPercentage>87.0</discountPercentage>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-400x400-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>75x75</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-75x75-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>275x275</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x275-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>125x125</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-125x125-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>1000x1000</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-1000x1000-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>40x40</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-40x40-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>100x100</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-100x100-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-200x200-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-original-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>180x240</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-180x240-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>275x340</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x340-imaebyp65mz7qqbe.jpeg</value>
</entry>
</imageUrls>
<inStock>true</inStock>
<isAvailable>true</inStock>
<maximumRetailPrice>
<amount>1200.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<productBrand>360 Degree</productBrand>
<productUrl>http://dl.flipkart.com/dl/360-degree-z113-analog-watch-men/p/itmebfdjtwsz8cds?pid=WATEBFDJBQHAWGJN&affid=fnkygygma</productUrl>
<sellingPrice>
<amount>147.0</amount>
<currency>INR</currency>
</sellingPrice>
<sizeUnit></sizeUnit>
<sizeVariants>[]</sizeVariants>
<styleCode>Z113</styleCode>
<title>360 Degree Z113 Analog Watch - For Men</title>
</productAttributes>
</productBaseInfo>
<productShippingBaseInfo/>
</productInfoList>
</products>
<validTill>2016-02-04T00:13:41.472+05:30</validTill>
<version>136625296</version>
</ns2:DeltaFeed>
JSON Sample with inStock filter
Request
https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400
Response
{
"category": "reh",
"version": 136625296,
"error": null
}
Request
https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh/fromVersion/123456789.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400&inStock=true
Response
{
"nextUrl": "https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh/fromVersion/1.23456789E8/55bbac00bee8d76de1b96217.json?expiresAt=1454524532507&inStock=true&sig=8c8dfa47ffdb54afbcf36a57ce1c5e3b",
"version": 136625296,
"validTill": 1454524532508,
"productInfoList": [
{
"productBaseInfo": {
"productIdentifier": {
"productId": "WATEBFDJBQHAWGJN",
"categoryPaths": {
"categoryPath": [
[
{
"title": "Lifestyle>Leather & Travel Accessories>Bags>Backpacks"
}
]
]
}
},
"productAttributes": {
"title": "360 Degree Z113 Analog Watch - For Men",
"productDescription": null,
"imageUrls": {
"400x400": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-400x400-imaebyp65mz7qqbe.jpeg",
"75x75": "http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-75x75-imaebyp65mz7qqbe.jpeg",
"275x275": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x275-imaebyp65mz7qqbe.jpeg",
"125x125": "http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-125x125-imaebyp65mz7qqbe.jpeg",
"1000x1000": "http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-1000x1000-imaebyp65mz7qqbe.jpeg",
"40x40": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-40x40-imaebyp65mz7qqbe.jpeg",
"100x100": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-100x100-imaebyp65mz7qqbe.jpeg",
"200x200": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-200x200-imaebyp65mz7qqbe.jpeg",
"unknown": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-original-imaebyp65mz7qqbe.jpeg",
"180x240": "http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-180x240-imaebyp65mz7qqbe.jpeg",
"275x340": "http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x340-imaebyp65mz7qqbe.jpeg"
},
"maximumRetailPrice": {
"amount": 1200,
"currency": "INR"
},
"sellingPrice": {
"amount": 147,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/360-degree-z113-analog-watch-men/p/itmebfdjtwsz8cds?pid=WATEBFDJBQHAWGJN&affid=fnkygygma",
"productBrand": "360 Degree",
"inStock": true,
"isAvailable": true,
"codAvailable": true,
"emiAvailable": null,
"discountPercentage": 87,
"cashBack": null,
"offers": [],
"size": null,
"color": "",
"sizeUnit": "",
"sizeVariants": "[]",
"colorVariants": null,
"styleCode": "Z113"
}
},
"productShippingBaseInfo": {
"shippingOptions": null
},
"offset": null
},
],
"lastProductId": "WATEBFDJBQHAWGJN"
}
XML Sample with inStock filter
Request
https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh.xml?expiresAt=1454524860953&sig=2ceac2bda743e7f238b03ddfa0f89baa
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:DeltaFeed
xmlns:ns2="http://www.flipkart.com/affiliate">
<category>reh</category>
<version>136625296</version>
</ns2:DeltaFeed>
Request
https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh/fromVersion/123456789.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400&inStock=true
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:DeltaFeed
xmlns:ns2="http://www.flipkart.com/affiliate">
<nextUrl>https://affiliate-api.flipkart.net/affiliate/deltaFeeds/fnkygygma/category/reh/fromVersion/1.23456789E8/55bbac00bee8d76de1b96217.xml?expiresAt=1454525021472&inStock=true&sig=cdff80055a741e2cfc767f8f0f2bc60e</nextUrl>
<products>
<productInfoList>
<productBaseInfo>
<productIdentifier>
<categoryPaths>
<categoryPath>
<item>
<title>Lifestyle>Leather & Travel Accessories>Bags>Backpacks</title>
</item>
</categoryPath>
</categoryPaths>
<productId>WATEBFDJBQHAWGJN</productId>
</productIdentifier>
<productAttributes>
<codAvailable>true</codAvailable>
<color></color>
<discountPercentage>87.0</discountPercentage>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-400x400-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>75x75</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-75x75-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>275x275</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x275-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>125x125</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-125x125-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>1000x1000</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-1000x1000-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>40x40</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-40x40-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>100x100</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-100x100-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-200x200-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-original-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>180x240</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-180x240-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>275x340</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x340-imaebyp65mz7qqbe.jpeg</value>
</entry>
</imageUrls>
<inStock>true</inStock>
<isAvailable>true</inStock>
<maximumRetailPrice>
<amount>1200.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<productBrand>360 Degree</productBrand>
<productUrl>http://dl.flipkart.com/dl/360-degree-z113-analog-watch-men/p/itmebfdjtwsz8cds?pid=WATEBFDJBQHAWGJN&affid=fnkygygma</productUrl>
<sellingPrice>
<amount>147.0</amount>
<currency>INR</currency>
</sellingPrice>
<sizeUnit></sizeUnit>
<sizeVariants>[]</sizeVariants>
<styleCode>Z113</styleCode>
<title>360 Degree Z113 Analog Watch - For Men</title>
</productAttributes>
</productBaseInfo>
<productShippingBaseInfo/>
</productInfoList>
</products>
<validTill>2016-02-04T00:13:41.472+05:30</validTill>
<version>136625296</version>
</ns2:DeltaFeed>
GET /1.0/deltaFeeds/{trackingId}/category/{category}.{format}¶
Description - This API provides information on the list of categories available in the Product Feed. Additionally, it contains the Product Feed URL for each category.
The API response provides the following information:
- Product Base: Contains the basic attributes of the product such as title, category, price, etc.
- Product Shipping: Contains product shipping related information
You can use the nextUrl
attribute in the response of the first request to retrieve the next 500 items. This process goes on until you reach the last set of items for a particular category.
Note
In case the inStock
filter has been applied, all subsequent nextUrl
attributes will have the inStock
filter applied to them.
Latest version of a category¶
Usage: The deltaGet
URL provided provided in the response of Product Feed Listing API should be used.
Header format: curl -H "Fk-Affiliate-Id:<Affiliate Tracking ID>" -H "Fk-Affiliate-Token:<Affiliate API Token>" "<API URL>”
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/<your affiliate_tracking_id>/category/<category>.json
- XML:
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/<your affiliate_tracking_id>/category/<category>.xml
Request Parameters:
expiry
: URL expiry timesig
: URL validation signature
Response Parameters:
API Datatype (Attribute/Variable) | Description |
---|---|
category |
The category which was specified in the url. |
version |
The latest version of the category available. |
timestamp |
The UTC timestamp at which the category was updated. |
error |
Will be used in case there is an error from the server. |
Delta Fetch of products¶
Usage: The deltaGet
URL provided provided in the response of Product Feed Listing API has to be modified to append the fromVersion
. This will fetch all products in the category that have been updated after the version provided in the URL.
Note
The expiry
and sig
parameters in the deltaGet
URL should not be modified.
Header format: curl -H "Fk-Affiliate-Id:<Affiliate Tracking ID>" -H "Fk-Affiliate-Token:<Affiliate API Token>" "<API URL>”
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/<your affiliate_tracking_id>/category/<category>/fromVersion/<version>.json
- XML:
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/<your affiliate_tracking_id>/category/<category>/fromVersion/<version>.xml
Request Parameters:
expiry
: URL expiry timesig
: URL validation signatureinStock
: Filter to fetch only products which are in stock. Accepted values aretrue
,yes
and1
Response Parameters:
API Datatype (Attribute/Variable) | Description |
---|---|
productId |
A unique SKU ID assigned by Flipkart to a particular product. |
title |
The specific product name which includes the brand name and, in some cases, the version/model number. |
imageUrls |
This column provides imageUrl of the product with different resolutions. |
categoryPaths |
This represents all the category hierarchies to which this product belongs. Category hierarchy is a list titles of category and sub categories to which this product is classified. |
maximumRetailPrice |
This mentions the Maximum Retail Price of the product. |
flipkartSellingPrice |
This mentions the actual price (after Discount) at which Flipkart is selling the product. |
flipkartSpecialPrice |
This mentions the price at which Flipkart is selling the product after applying extra offers if any. |
productUrl |
This is the URL of the product page on Flipkart.com. Your affiliate tracking id will be automatically appended to the product url. |
productDescription |
Long description of what this product is all about. |
productBrand |
This is the Brand Name of this product?s manufacturer. |
inStock |
The value “false” implies product is not in stock; “true” means the product is in stock. |
isAvailable |
The value “false” implies product is not available at Flipkart; “true” means the product is available at Flipkart. |
codAvailable |
This column mentions whether COD (Cash On Delivery) is available for this product. The value would be true or false. |
offers |
This column mentions if any ADDITIONAL promotional offers are available for this product (It is over & above the pricing discount available). In case any offers are applicable, description of all offers will be mentioned. |
discount |
This column mentions the pricing discount percentage available on the product?s Maximum Retail Price [this does not include the Offers column above] |
size |
Size of the item. |
color |
Color of the item. |
storage |
Storage capacity of the item (Useful in case of mobiles). |
sizeUnit |
Measurement unit of the size. |
displaySize |
Display Size of item (Useful in case of television). |
productFamily |
List of related products varying in size/color or some other attribute. |
offset |
The entry correspond to the offset of the given product in the product base. |
shippingCharges |
This mentions the price of shipping the product to the destination. |
sellerName |
This mentions the name of the seller. |
sellerAverageRating |
This mentions the seller average rating on flipkart. |
sellerNoOfRatings |
This mentions the total number of ratings given for the seller on flipkart. |
sellerNoOfReviews |
This mentions the total number of reviews on flipkart for the seller. |
keySpecs |
This mentions the key features of the product. |
detailedSpecs |
This mentions all the features of the product. |
specificationList |
This mentions all the specifications of the product. |
booksInfo |
This mentions all the books related details if the product is a books. |
lifeStyleInfo |
This mentions all the details related to lifestyle products(such as it is ideal for both Men and Women). |
Examples¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/fnkygygma/category/reh.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400
Response
{
"category": "reh",
"version": 136625296,
"error": null
}
Request
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/fnkygygma/category/reh/fromVersion/123456789.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400
Response
{
"nextUrl": "https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/keshav/category/reh/fromVersion/1300/55ab99ae73a4773ffb942246.json?expiresAt=1459876625216&sig=51125ca979f2aec6f6cc5672d846090c",
"version": 1386,
"validTill": 1459876625216,
"productInfoList": [
{
"productBaseInfoV1": {
"productId": "TDHDMH5GRSPZ3DNM",
"title": "Newhide Designer",
"productDescription": "",
"imageUrls": {
"400x400": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-400x400-imadmh8zgxbrsgq6.jpeg",
"200x200": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-200x200-imadmh8zgxbrsgq6.jpeg",
"unknown": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-original-imadmh8zgxbrsgq6.jpeg",
"800x800": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-800x800-imadmh8zgxbrsgq6.jpeg"
},
"productFamily": null,
"maximumRetailPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSellingPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSpecialPrice": {
"amount": 1145,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/newhide-designer/p/itmdp2nunbzffwzr?pid=TDHDMH5GRSPZ3DNM&affid=keshav",
"productBrand": "Newhide",
"inStock": true,
"codAvailable": true,
"discountPercentage": 0,
"offers": [],
"categoryPath": "[[{\"node_id\":20001,\"node_name\":\"FLIPKART_TREE\"},{\"node_id\":21183,\"node_name\":\"Lifestyle\"},{\"node_id\":21499,\"node_name\":\"Leather \\u0026 Travel Accessories\"},{\"node_id\":21960,\"node_name\":\"Wallets \\u0026 Clutches\"},{\"node_id\":21274,\"node_name\":\"Wallets \\u0026 Card Wallets\"}]]",
"styleCode": null,
"attributes": {
"size": "",
"color": "Black",
"storage": "",
"sizeUnit": "",
"displaySize": ""
}
},
"productShippingInfoV1": {
"shippingCharges": {
"amount": 0,
"currency": "INR"
},
"sellerName": null,
"sellerAverageRating": null,
"sellerNoOfRatings": 0,
"sellerNoOfReviews": 0
},
"categorySpecificInfoV1": {
"keySpecs": [
"Passport Holder",
"Passport Wallet"
],
"detailedSpecs": [],
"specificationList": [
{
"key": "General",
"values": [
{
"key": "Type",
"value": [
"Passport Organizer"
]
},
{
"key": "Ideal For",
"value": [
"Men's, Women's"
]
},
{
"key": "Material",
"value": [
"Leather, Cloth"
]
},
{
"key": "Slot for Cards",
"value": [
"Yes"
]
},
{
"key": "Slot for Passport",
"value": [
"Yes"
]
},
{
"key": "Slot for Cheque Book",
"value": [
"Yes"
]
},
{
"key": "Style Code",
"value": [
"CDBP040739"
]
},
{
"key": "Color Code",
"value": [
"Black"
]
}
]
},
{
"key": "Warranty",
"values": [
{
"key": " ",
"value": [
"1 Year Newhide warranty"
]
}
]
}
],
"booksInfo": {
"language": null,
"binding": null,
"pages": null,
"publisher": null,
"year": 0,
"authors": []
},
"lifeStyleInfo": {
"sleeve": null,
"neck": null,
"idealFor": [
"Men's",
"Women's"
]
}
}
}
],
"lastProductId": "WATEBFDJBQHAWGJN"
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/fnkygygma/category/reh.xml?expiresAt=1454524860953&sig=2ceac2bda743e7f238b03ddfa0f89baa
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:DeltaFeed
xmlns:ns2="http://www.flipkart.com/affiliate">
<category>reh</category>
<version>136625296</version>
</ns2:DeltaFeed>
Request
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/fnkygygma/category/reh/fromVersion/123456789.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:DeltaFeed
xmlns:ns2="http://www.flipkart.com/affiliate">
<nextUrl>https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/fnkygygma/category/reh/fromVersion/1.23456789E8/55bbac00bee8d76de1b96217.xml?expiresAt=1454525021472&sig=cdff80055a741e2cfc767f8f0f2bc60e</nextUrl>
<products>
<productInfoList>
<productBaseInfo>
<productIdentifier>
<categoryPaths>
<categoryPath>
<item>
<title>Lifestyle>Leather & Travel Accessories>Bags>Backpacks</title>
</item>
</categoryPath>
</categoryPaths>
<productId>WATEBFDJBQHAWGJN</productId>
</productIdentifier>
<productAttributes>
<codAvailable>true</codAvailable>
<color></color>
<discountPercentage>87.0</discountPercentage>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-400x400-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>75x75</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-75x75-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>275x275</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x275-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>125x125</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-125x125-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>1000x1000</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-1000x1000-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>40x40</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-40x40-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>100x100</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-100x100-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-200x200-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-original-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>180x240</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-180x240-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>275x340</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x340-imaebyp65mz7qqbe.jpeg</value>
</entry>
</imageUrls>
<inStock>false</inStock>
<isAvailable>true</inStock>
<maximumRetailPrice>
<amount>1200.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<productBrand>360 Degree</productBrand>
<productUrl>http://dl.flipkart.com/dl/360-degree-z113-analog-watch-men/p/itmebfdjtwsz8cds?pid=WATEBFDJBQHAWGJN&affid=fnkygygma</productUrl>
<sellingPrice>
<amount>147.0</amount>
<currency>INR</currency>
</sellingPrice>
<sizeUnit></sizeUnit>
<sizeVariants>[]</sizeVariants>
<styleCode>Z113</styleCode>
<title>360 Degree Z113 Analog Watch - For Men</title>
</productAttributes>
</productBaseInfo>
<productShippingBaseInfo/>
</productInfoList>
</products>
<validTill>2016-02-04T00:13:41.472+05:30</validTill>
<version>136625296</version>
</ns2:DeltaFeed>
JSON Sample with inStock filter
Request
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/fnkygygma/category/reh.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400
Response
{
"category": "reh",
"version": 136625296,
"error": null
}
Request
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/fnkygygma/category/reh/fromVersion/123456789.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400&inStock=true
Response
{
"nextUrl": "https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/keshav/category/reh/fromVersion/1300/55ab99ae73a4773ffb942246.json?expiresAt=1459876625216&sig=51125ca979f2aec6f6cc5672d846090c",
"version": 1386,
"validTill": 1459876625216,
"productInfoList": [
{
"productBaseInfoV1": {
"productId": "TDHDMH5GRSPZ3DNM",
"title": "Newhide Designer",
"productDescription": "",
"imageUrls": {
"400x400": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-400x400-imadmh8zgxbrsgq6.jpeg",
"200x200": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-200x200-imadmh8zgxbrsgq6.jpeg",
"unknown": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-original-imadmh8zgxbrsgq6.jpeg",
"800x800": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-800x800-imadmh8zgxbrsgq6.jpeg"
},
"productFamily": null,
"maximumRetailPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSellingPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSpecialPrice": {
"amount": 1145,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/newhide-designer/p/itmdp2nunbzffwzr?pid=TDHDMH5GRSPZ3DNM&affid=keshav",
"productBrand": "Newhide",
"inStock": true,
"codAvailable": true,
"discountPercentage": 0,
"offers": [],
"categoryPath": "[[{\"node_id\":20001,\"node_name\":\"FLIPKART_TREE\"},{\"node_id\":21183,\"node_name\":\"Lifestyle\"},{\"node_id\":21499,\"node_name\":\"Leather \\u0026 Travel Accessories\"},{\"node_id\":21960,\"node_name\":\"Wallets \\u0026 Clutches\"},{\"node_id\":21274,\"node_name\":\"Wallets \\u0026 Card Wallets\"}]]",
"styleCode": null,
"attributes": {
"size": "",
"color": "Black",
"storage": "",
"sizeUnit": "",
"displaySize": ""
}
},
"productShippingInfoV1": {
"shippingCharges": {
"amount": 0,
"currency": "INR"
},
"sellerName": null,
"sellerAverageRating": null,
"sellerNoOfRatings": 0,
"sellerNoOfReviews": 0
},
"categorySpecificInfoV1": {
"keySpecs": [
"Passport Holder",
"Passport Wallet"
],
"detailedSpecs": [],
"specificationList": [
{
"key": "General",
"values": [
{
"key": "Type",
"value": [
"Passport Organizer"
]
},
{
"key": "Ideal For",
"value": [
"Men's, Women's"
]
},
{
"key": "Material",
"value": [
"Leather, Cloth"
]
},
{
"key": "Slot for Cards",
"value": [
"Yes"
]
},
{
"key": "Slot for Passport",
"value": [
"Yes"
]
},
{
"key": "Slot for Cheque Book",
"value": [
"Yes"
]
},
{
"key": "Style Code",
"value": [
"CDBP040739"
]
},
{
"key": "Color Code",
"value": [
"Black"
]
}
]
},
{
"key": "Warranty",
"values": [
{
"key": " ",
"value": [
"1 Year Newhide warranty"
]
}
]
}
],
"booksInfo": {
"language": null,
"binding": null,
"pages": null,
"publisher": null,
"year": 0,
"authors": []
},
"lifeStyleInfo": {
"sleeve": null,
"neck": null,
"idealFor": [
"Men's",
"Women's"
]
}
}
}
],
"lastProductId": "WATEBFDJBQHAWGJN"
}
XML Sample with inStock filter
Request
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/fnkygygma/category/reh.xml?expiresAt=1454524860953&sig=2ceac2bda743e7f238b03ddfa0f89baa
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:DeltaFeed
xmlns:ns2="http://www.flipkart.com/affiliate">
<category>reh</category>
<version>136625296</version>
</ns2:DeltaFeed>
Request
https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/fnkygygma/category/reh/fromVersion/123456789.json?expiresAt=1454519601381&sig=a2908d2b98103db27df8c182b94f4400&inStock=true
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:DeltaFeed
xmlns:ns2="http://www.flipkart.com/affiliate">
<nextUrl>https://affiliate-api.flipkart.net/affiliate/1.0/deltaFeeds/fnkygygma/category/reh/fromVersion/1.23456789E8/55bbac00bee8d76de1b96217.xml?expiresAt=1454525021472&inStock=true&sig=cdff80055a741e2cfc767f8f0f2bc60e</nextUrl>
<products>
<productInfoList>
<productBaseInfo>
<productIdentifier>
<categoryPaths>
<categoryPath>
<item>
<title>Lifestyle>Leather & Travel Accessories>Bags>Backpacks</title>
</item>
</categoryPath>
</categoryPaths>
<productId>WATEBFDJBQHAWGJN</productId>
</productIdentifier>
<productAttributes>
<codAvailable>true</codAvailable>
<color></color>
<discountPercentage>87.0</discountPercentage>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-400x400-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>75x75</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-75x75-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>275x275</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x275-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>125x125</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-125x125-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>1000x1000</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-1000x1000-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>40x40</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-40x40-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>100x100</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-100x100-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-200x200-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-original-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>180x240</key>
<value>http://img6a.flixcart.com/image/watch/g/j/n/z113-360-degree-180x240-imaebyp65mz7qqbe.jpeg</value>
</entry>
<entry>
<key>275x340</key>
<value>http://img5a.flixcart.com/image/watch/g/j/n/z113-360-degree-275x340-imaebyp65mz7qqbe.jpeg</value>
</entry>
</imageUrls>
<inStock>true</inStock>
<isAvailable>true</inStock>
<maximumRetailPrice>
<amount>1200.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<productBrand>360 Degree</productBrand>
<productUrl>http://dl.flipkart.com/dl/360-degree-z113-analog-watch-men/p/itmebfdjtwsz8cds?pid=WATEBFDJBQHAWGJN&affid=fnkygygma</productUrl>
<sellingPrice>
<amount>147.0</amount>
<currency>INR</currency>
</sellingPrice>
<sizeUnit></sizeUnit>
<sizeVariants>[]</sizeVariants>
<styleCode>Z113</styleCode>
<title>360 Degree Z113 Analog Watch - For Men</title>
</productAttributes>
</productBaseInfo>
<productShippingBaseInfo/>
</productInfoList>
</products>
<validTill>2016-02-04T00:13:41.472+05:30</validTill>
<version>136625296</version>
</ns2:DeltaFeed>
Top Selling Products API¶
Description - This API provides information about the top selling products in each category.
Important
You can optionally append the inStock
filter in the URLs to get only products that are currently in stock.
Note
Currently, Books and eBooks categories are not available.
The API response provides the following information:
- Product Base Info: Contains the basic attributes of the product such as title, category, price, etc.
- Product Shipping Info: Contains product shipping related information
- Category Specific Info: Contains information related to specific categories.
You can use the nextUrl
attribute in the response of the first request to retrieve the next 500 items. This process goes on until you reach the last set of items for a particular category.
Note
In case the inStock
filter has been applied, all subsequent nextUrl
attributes will have the inStock
filter applied to them.
GET /1.0/topFeeds/{trackingId}/category/{category}.{format}¶
Description - This API provides information about the top selling products in each category.
Request and Response Details¶
Header format: curl -H “Fk-Affiliate-Id:<Affiliate Tracking ID>” -H “Fk-Affiliate-Token:<Affiliate API Token>” “<API URL>”
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/topFeeds/<your affiliate_tracking_id>/category/<category>.json
- XML:
https://affiliate-api.flipkart.net/affiliate/topFeeds/<your affiliate_tracking_id>/category/<category>.xml
Request Parameters:
expiry
: URL expiry timesig
: URL validation signatureinStock
: Filter to fetch only products which are in stock. Accepted values aretrue
,yes
and1
Response Parameters:
API Datatype (Attribute/Variable) | Description |
---|---|
productId |
A unique SKU ID assigned by Flipkart to a particular product. |
title |
The specific product name which includes the brand name and, in some cases, the version/model number. |
imageUrls |
This column provides imageUrl of the product with different resolutions. |
categoryPaths |
This represents all the category hierarchies to which this product belongs. Category hierarchy is a list titles of category and sub categories to which this product is classified. |
maximumRetailPrice |
This mentions the Maximum Retail Price of the product. |
flipkartSellingPrice |
This mentions the actual price (after Discount) at which Flipkart is selling the product. |
flipkartSpecialPrice |
This mentions the price at which Flipkart is selling the product after applying extra offers if any. |
productUrl |
This is the URL of the product page on Flipkart.com. Your affiliate tracking id will be automatically appended to the product url. |
productDescription |
Long description of what this product is all about. |
productBrand |
This is the Brand Name of this product?s manufacturer. |
inStock |
The value “false” implies product is not in stock; “true” means the product is in stock. |
isAvailable |
The value “false” implies product is not available at Flipkart; “true” means the product is available at Flipkart. |
codAvailable |
This column mentions whether COD (Cash On Delivery) is available for this product. The value would be true or false. |
offers |
This column mentions if any ADDITIONAL promotional offers are available for this product (It is over & above the pricing discount available). In case any offers are applicable, description of all offers will be mentioned. |
discount |
This column mentions the pricing discount percentage available on the product?s Maximum Retail Price [this does not include the Offers column above] |
size |
Size of the item. |
color |
Color of the item. |
storage |
Storage capacity of the item (Useful in case of mobiles). |
sizeUnit |
Measurement unit of the size. |
displaySize |
Display Size of item (Useful in case of television). |
productFamily |
List of related products varying in size/color or some other attribute. |
offset |
The entry correspond to the offset of the given product in the product base. |
shippingCharges |
This mentions the price of shipping the product to the destination. |
sellerName |
This mentions the name of the seller. |
sellerAverageRating |
This mentions the seller average rating on flipkart. |
sellerNoOfRatings |
This mentions the total number of ratings given for the seller on flipkart. |
sellerNoOfReviews |
This mentions the total number of reviews on flipkart for the seller. |
keySpecs |
This mentions the key features of the product. |
detailedSpecs |
This mentions all the features of the product. |
specificationList |
This mentions all the specifications of the product. |
booksInfo |
This mentions all the books related details if the product is a books. |
lifeStyleInfo |
This mentions all the details related to lifestyle products(such as it is ideal for both Men and Women). |
Example¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/topFeeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc
Response
{
"nextUrl": "https://affiliate-api.flipkart.net/1.0/affiliate/topFeeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc",
"validTill": 1452881213871,
"productInfoList": [
{
"productBaseInfoV1": {
"productId": "TDHDMH5GRSPZ3DNM",
"title": "Newhide Designer",
"productDescription": "",
"imageUrls": {
"400x400": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-400x400-imadmh8zgxbrsgq6.jpeg",
"200x200": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-200x200-imadmh8zgxbrsgq6.jpeg",
"unknown": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-original-imadmh8zgxbrsgq6.jpeg",
"800x800": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-800x800-imadmh8zgxbrsgq6.jpeg"
},
"productFamily": null,
"maximumRetailPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSellingPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSpecialPrice": {
"amount": 1145,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/newhide-designer/p/itmdp2nunbzffwzr?pid=TDHDMH5GRSPZ3DNM&affid=keshav",
"productBrand": "Newhide",
"inStock": true,
"codAvailable": true,
"discountPercentage": 0,
"offers": [],
"categoryPath": "[[{\"node_id\":20001,\"node_name\":\"FLIPKART_TREE\"},{\"node_id\":21183,\"node_name\":\"Lifestyle\"},{\"node_id\":21499,\"node_name\":\"Leather \\u0026 Travel Accessories\"},{\"node_id\":21960,\"node_name\":\"Wallets \\u0026 Clutches\"},{\"node_id\":21274,\"node_name\":\"Wallets \\u0026 Card Wallets\"}]]",
"styleCode": null,
"attributes": {
"size": "",
"color": "Black",
"storage": "",
"sizeUnit": "",
"displaySize": ""
}
},
"productShippingInfoV1": {
"shippingCharges": {
"amount": 0,
"currency": "INR"
},
"sellerName": null,
"sellerAverageRating": null,
"sellerNoOfRatings": 0,
"sellerNoOfReviews": 0
},
"categorySpecificInfoV1": {
"keySpecs": [
"Passport Holder",
"Passport Wallet"
],
"detailedSpecs": [],
"specificationList": [
{
"key": "General",
"values": [
{
"key": "Type",
"value": [
"Passport Organizer"
]
},
{
"key": "Ideal For",
"value": [
"Men's, Women's"
]
},
{
"key": "Material",
"value": [
"Leather, Cloth"
]
},
{
"key": "Slot for Cards",
"value": [
"Yes"
]
},
{
"key": "Slot for Passport",
"value": [
"Yes"
]
},
{
"key": "Slot for Cheque Book",
"value": [
"Yes"
]
},
{
"key": "Style Code",
"value": [
"CDBP040739"
]
},
{
"key": "Color Code",
"value": [
"Black"
]
}
]
},
{
"key": "Warranty",
"values": [
{
"key": " ",
"value": [
"1 Year Newhide warranty"
]
}
]
}
],
"booksInfo": {
"language": null,
"binding": null,
"pages": null,
"publisher": null,
"year": 0,
"authors": []
},
"lifeStyleInfo": {
"sleeve": null,
"neck": null,
"idealFor": [
"Men's",
"Women's"
]
}
}
}
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/topFeeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.xml?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ProductFeedV1 xmlns:ns2="http://www.flipkart.com/affiliate">
<nextUrl>https://affiliate-api.flipkart.net/affiliate/1.0/topFeeds/keshav/category/reh/55ab99ae73a4773ffb942220.xml?expiresAt=1459874346363&sig=e63590767f38e5c49b96f1a58d19b85a</nextUrl>
<products>
<productInfoList>
<categorySpecificInfoV1>
<keySpecs>Passport Holder</keySpecs>
<keySpecs>Passport Wallet</keySpecs>
<specificationList/>
<specificationList/>
<booksInfo>
<year>0</year>
</booksInfo>
<lifeStyleInfo>
<idealFor>Men's</idealFor>
<idealFor>Women's</idealFor>
</lifeStyleInfo>
</categorySpecificInfoV1>
<productBaseInfoV1>
<productId>TDHDMH5GRSPZ3DNM</productId>
<title>Newhide Designer</title>
<productDescription></productDescription>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-400x400-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-200x200-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-original-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>800x800</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-800x800-imadmh8zgxbrsgq6.jpeg</value>
</entry>
</imageUrls>
<maximumRetailPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<flipkartSellingPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</flipkartSellingPrice>
<flipkartSpecialPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</flipkartSpecialPrice>
<productUrl>http://dl.flipkart.com/dl/newhide-designer/p/itmdp2nunbzffwzr?pid=TDHDMH5GRSPZ3DNM&affid=keshav</productUrl>
<productBrand>Newhide</productBrand>
<inStock>true</inStock>
<codAvailable>true</codAvailable>
<discountPercentage>0.0</discountPercentage>
<categoryPath>[[{"node_id":20001,"node_name":"FLIPKART_TREE"},{"node_id":21183,"node_name":"Lifestyle"},{"node_id":21499,"node_name":"Leather \u0026 Travel Accessories"},{"node_id":21960,"node_name":"Wallets \u0026 Clutches"},{"node_id":21274,"node_name":"Wallets \u0026 Card Wallets"}]]</categoryPath>
<attributes>
<color>Black</color>
<displaySize></displaySize>
<size></size>
<sizeUnit></sizeUnit>
<storage></storage>
</attributes>
</productBaseInfoV1>
<productShippingInfoV1>
<shippingCharges>
<amount>0.0</amount>
<currency>INR</currency>
</shippingCharges>
<sellerNoOfRatings>0</sellerNoOfRatings>
<sellerNoOfReviews>0</sellerNoOfReviews>
</productShippingInfoV1>
</productInfoList>
</products>
</ns2:ProductFeed>
JSON Sample with inStock filter
Request
https://affiliate-api.flipkart.net/affiliate/1.0/topFeeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc&inStock=true
Response
{
"nextUrl": "https://affiliate-api.flipkart.net/1.0/affiliate/topFeeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.json?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc",
"validTill": 1452881213871,
"productInfoList": [
{
"productBaseInfoV1": {
"productId": "TDHDMH5GRSPZ3DNM",
"title": "Newhide Designer",
"productDescription": "",
"imageUrls": {
"400x400": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-400x400-imadmh8zgxbrsgq6.jpeg",
"200x200": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-200x200-imadmh8zgxbrsgq6.jpeg",
"unknown": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-original-imadmh8zgxbrsgq6.jpeg",
"800x800": "http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-800x800-imadmh8zgxbrsgq6.jpeg"
},
"productFamily": null,
"maximumRetailPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSellingPrice": {
"amount": 1145,
"currency": "INR"
},
"flipkartSpecialPrice": {
"amount": 1145,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/newhide-designer/p/itmdp2nunbzffwzr?pid=TDHDMH5GRSPZ3DNM&affid=keshav",
"productBrand": "Newhide",
"inStock": true,
"codAvailable": true,
"discountPercentage": 0,
"offers": [],
"categoryPath": "[[{\"node_id\":20001,\"node_name\":\"FLIPKART_TREE\"},{\"node_id\":21183,\"node_name\":\"Lifestyle\"},{\"node_id\":21499,\"node_name\":\"Leather \\u0026 Travel Accessories\"},{\"node_id\":21960,\"node_name\":\"Wallets \\u0026 Clutches\"},{\"node_id\":21274,\"node_name\":\"Wallets \\u0026 Card Wallets\"}]]",
"styleCode": null,
"attributes": {
"size": "",
"color": "Black",
"storage": "",
"sizeUnit": "",
"displaySize": ""
}
},
"productShippingInfoV1": {
"shippingCharges": {
"amount": 0,
"currency": "INR"
},
"sellerName": null,
"sellerAverageRating": null,
"sellerNoOfRatings": 0,
"sellerNoOfReviews": 0
},
"categorySpecificInfoV1": {
"keySpecs": [
"Passport Holder",
"Passport Wallet"
],
"detailedSpecs": [],
"specificationList": [
{
"key": "General",
"values": [
{
"key": "Type",
"value": [
"Passport Organizer"
]
},
{
"key": "Ideal For",
"value": [
"Men's, Women's"
]
},
{
"key": "Material",
"value": [
"Leather, Cloth"
]
},
{
"key": "Slot for Cards",
"value": [
"Yes"
]
},
{
"key": "Slot for Passport",
"value": [
"Yes"
]
},
{
"key": "Slot for Cheque Book",
"value": [
"Yes"
]
},
{
"key": "Style Code",
"value": [
"CDBP040739"
]
},
{
"key": "Color Code",
"value": [
"Black"
]
}
]
},
{
"key": "Warranty",
"values": [
{
"key": " ",
"value": [
"1 Year Newhide warranty"
]
}
]
}
],
"booksInfo": {
"language": null,
"binding": null,
"pages": null,
"publisher": null,
"year": 0,
"authors": []
},
"lifeStyleInfo": {
"sleeve": null,
"neck": null,
"idealFor": [
"Men's",
"Women's"
]
}
}
}
}
XML Sample with inStock filter
Request
https://affiliate-api.flipkart.net/affiliate/1.0/topFeeds/fnkygygma/category/reh/55ab6c2673a4773ffb8e4019.xml?expiresAt=1452881213871&sig=1c4c5111b6b014a71a17b229e6df6afc&inStock=true
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ProductFeedV1 xmlns:ns2="http://www.flipkart.com/affiliate">
<nextUrl>https://affiliate-api.flipkart.net/affiliate/1.0/topFeeds/keshav/category/reh/55ab99ae73a4773ffb942220.xml?expiresAt=1459874346363&sig=e63590767f38e5c49b96f1a58d19b85a</nextUrl>
<products>
<productInfoList>
<categorySpecificInfoV1>
<keySpecs>Passport Holder</keySpecs>
<keySpecs>Passport Wallet</keySpecs>
<specificationList/>
<specificationList/>
<booksInfo>
<year>0</year>
</booksInfo>
<lifeStyleInfo>
<idealFor>Men's</idealFor>
<idealFor>Women's</idealFor>
</lifeStyleInfo>
</categorySpecificInfoV1>
<productBaseInfoV1>
<productId>TDHDMH5GRSPZ3DNM</productId>
<title>Newhide Designer</title>
<productDescription></productDescription>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-400x400-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-200x200-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-original-imadmh8zgxbrsgq6.jpeg</value>
</entry>
<entry>
<key>800x800</key>
<value>http://img.fkcdn.com/image/travel-document-holder/d/n/m/cdbp040739-newhide-passport-holder-designer-800x800-imadmh8zgxbrsgq6.jpeg</value>
</entry>
</imageUrls>
<maximumRetailPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<flipkartSellingPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</flipkartSellingPrice>
<flipkartSpecialPrice>
<amount>1145.0</amount>
<currency>INR</currency>
</flipkartSpecialPrice>
<productUrl>http://dl.flipkart.com/dl/newhide-designer/p/itmdp2nunbzffwzr?pid=TDHDMH5GRSPZ3DNM&affid=keshav</productUrl>
<productBrand>Newhide</productBrand>
<inStock>true</inStock>
<codAvailable>true</codAvailable>
<discountPercentage>0.0</discountPercentage>
<categoryPath>[[{"node_id":20001,"node_name":"FLIPKART_TREE"},{"node_id":21183,"node_name":"Lifestyle"},{"node_id":21499,"node_name":"Leather \u0026 Travel Accessories"},{"node_id":21960,"node_name":"Wallets \u0026 Clutches"},{"node_id":21274,"node_name":"Wallets \u0026 Card Wallets"}]]</categoryPath>
<attributes>
<color>Black</color>
<displaySize></displaySize>
<size></size>
<sizeUnit></sizeUnit>
<storage></storage>
</attributes>
</productBaseInfoV1>
<productShippingInfoV1>
<shippingCharges>
<amount>0.0</amount>
<currency>INR</currency>
</shippingCharges>
<sellerNoOfRatings>0</sellerNoOfRatings>
<sellerNoOfReviews>0</sellerNoOfReviews>
</productShippingInfoV1>
</productInfoList>
</products>
</ns2:ProductFeed>
Books Category Feed API¶
Description - This API provides a collated list of categories in books available on Flipkart. Additionally, it contains the Top Selling Books Feed URL for each category.
The API responds in a hierarchical fashion. There are categories of books, where each category contains sub-categories, and each sub-category contains sub-categories, up to 5 levels down. You will be able to query for the top selling 500 books in any category or sub-category, at any level that you wish.
The response contains hierarchical objects, which contains the following information:
- URL: Contains the URL which provides the 500 top-selling books in the category.
- subCategories: Contains an array of category objects (similar to this response)
Request and Response Details¶
Header format: curl -H “Fk-Affiliate-Id:<Affiliate Tracking ID>” -H “Fk-Affiliate-Token:<Affiliate API Token>” “<API URL>”
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/1.0/booksApi/<your affiliate_tracking_id>.json
- XML:
https://affiliate-api.flipkart.net/affiliate/1.0/booksApi/<your affiliate_tracking_id>.xml
Response Parameters:
API Datatype (Attribute/Variable) | Description |
---|---|
title |
The Books API directory title |
description |
Description of the API |
booksCategory |
An object containing the link to the 500 top-selling books all over Flipkart. |
name |
Name of the books Category |
url |
URL to fetch the 500 top-selling books all over Flipkart |
id |
ID of the category |
subCategories |
An array of sub-category objects containing name , url , id and sub-categories recursively. |
Example¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/booksApi/fnkygygma.json
Response
{
"title": "Flipkart Affiliate Books API Directory",
"description": "This directory contains the list of top 500 books in each category of books. They are ordered hierarchically.",
"booksCategory": {
"name": "Books",
"url": "https://affiliate-api.flipkart.net/affiliate/1.0/booksFeeds/fnkygygma/category/bks.json?expiresAt=1458062075368&sig=74106f7cb19720b10e5f58b99a07e94b",
"id": "bks",
"subCategories": [
{
"name": "Indian Writing",
"url": "https://affiliate-api.flipkart.net/affiliate/1.0/booksFeeds/fnkygygma/category/bks-97s.json?expiresAt=1458062075370&sig=c822392f9839d255371f984fcbb1cc24",
"id": "97s",
"subCategories": []
},
{
"name": "XYZ",
"url": "https://affiliate-api.flipkart.net/affiliate/1.0/booksFeeds/fnkygygma/category/bks-keq.json?expiresAt=1458062075371&sig=58ed7b3c44c25343f795899859f72f83",
"id": "keq",
"subCategories": [
{
"name": "Affirmations",
"url": "https://affiliate-api.flipkart.net/affiliate/1.0/booksFeeds/fnkygygma/category/bks-keq-7b5.json?expiresAt=1458062075371&sig=3f451c7be97196b3126bfe50b6277c04",
"id": "7b5",
"subCategories": []
}
]
}
]
}
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/booksApi/fnkygygma.xml
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:BooksApiDirectory
xmlns:ns2="https://affiliate-api.flipkart.net/affiliate">
<booksCategory>
<name>Books</name>
<url>https://affiliate-api.flipkart.net/affiliate/1.0/booksFeeds/fnkygygma/category/bks.xml?expiresAt=1458062948353&sig=f88ccba2dcd6438b4090fa9e252c9b5b</url>
<id>bks</id>
<subCategories>
<name>Indian Writing</name>
<url>https://affiliate-api.flipkart.net/affiliate/1.0/booksFeeds/fnkygygma/category/bks-97s.xml?expiresAt=1458062948353&sig=a1d8088dccbf2377fc4b872a8fb3fa3e</url>
<id>97s</id>
</subCategories>
<subCategories>
<name>XYZ</name>
<url>https://affiliate-api.flipkart.net/affiliate/1.0/booksFeeds/fnkygygma/category/bks-keq.xml?expiresAt=1458062948353&sig=48723b751f8abe6053ecfc19fed8148e</url>
<id>keq</id>
<subCategories>
<name>Affirmations</name>
<url>https://affiliate-api.flipkart.net/affiliate/1.0/booksFeeds/fnkygygma/category/bks-keq-7b5.xml?expiresAt=1458062948353&sig=a7309bef945bbadeb031d78f68aebe29</url>
<id>7b5</id>
</subCategories>
</subCategories>
</booksCategory>
<description>This directory contains the list of top 500 books in each category of books. They are ordered hierarchically.</description>
<title>Flipkart Affiliate Books API Directory</title>
</ns2:BooksApiDirectory>
Top Selling Books API¶
Description - This API provides the 500 top-selling books in a specific category on Flipkart.
This API response contains the following information:
- productBaseInfoV1: Base information of the product, such as
name
,title
, etc. - productShippingInfoV1: Shipping information such as
seller info
,sellerAverageRating
, etc. - categorySpecificInfoV1: This contains information on the book, such as
author
,publisher
,year
, etc.
Note
This API does not contain the nextUrl
parameter in the response. All 500 top-selling books are provided in the response.
Request and Response Details¶
Header format: curl -H “Fk-Affiliate-Id:<Affiliate Tracking ID>” -H “Fk-Affiliate-Token:<Affiliate API Token>” “<API URL>”
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/1.0/booksFeeds/<your affiliate_tracking_id>/category/<category>.json?expiresAt=<expiry>&sig=<url_signature>
- XML:
https://affiliate-api.flipkart.net/affiliate/1.0/booksFeeds/<your affiliate_tracking_id>/category/<category>.json?expiresAt=<expiry>&sig=<url_signature>
Request Parameters:
expiry
: URL expiry timesig
: URL validation signature
Response Parameters:
API Datatype (Attribute/Variable) | Description |
---|---|
productId |
A unique SKU ID assigned by Flipkart to a particular product. |
title |
The specific product name which includes the brand name and, in some cases, the version/model number. |
imageUrls |
This column provides imageUrl of the product with different resolutions. |
categoryPaths |
This represents all the category hierarchies to which this product belongs. Category hierarchy is a list titles of category and sub categories to which this product is classified. |
maximumRetailPrice |
This mentions the Maximum Retail Price of the product. |
flipkartSellingPrice |
This mentions the actual price (after Discount) at which Flipkart is selling the product. |
flipkartSpecialPrice |
This mentions the price at which Flipkart is selling the product after applying extra offers if any. |
productUrl |
This is the URL of the product page on Flipkart.com. Your affiliate tracking id will be automatically appended to the product url. |
productDescription |
Long description of what this product is all about. |
productBrand |
This is the Brand Name of this product?s manufacturer. |
inStock |
The value “false” implies product is not in stock; “true” means the product is in stock. |
isAvailable |
The value “false” implies product is not available at Flipkart; “true” means the product is available at Flipkart. |
codAvailable |
This column mentions whether COD (Cash On Delivery) is available for this product. The value would be true or false. |
offers |
This column mentions if any ADDITIONAL promotional offers are available for this product (It is over & above the pricing discount available). In case any offers are applicable, description of all offers will be mentioned. |
discount |
This column mentions the pricing discount percentage available on the product?s Maximum Retail Price [this does not include the Offers column above] |
size |
Size of the item. |
color |
Color of the item. |
storage |
Storage capacity of the item (Useful in case of mobiles). |
sizeUnit |
Measurement unit of the size. |
displaySize |
Display Size of item (Useful in case of television). |
productFamily |
List of related products varying in size/color or some other attribute. |
offset |
The entry correspond to the offset of the given product in the product base. |
shippingCharges |
This mentions the price of shipping the product to the destination. |
sellerName |
This mentions the name of the seller. |
sellerAverageRating |
This mentions the seller average rating on flipkart. |
sellerNoOfRatings |
This mentions the total number of ratings given for the seller on flipkart. |
sellerNoOfReviews |
This mentions the total number of reviews on flipkart for the seller. |
keySpecs |
This mentions the key features of the product. |
detailedSpecs |
This mentions all the features of the product. |
specificationList |
This mentions all the specifications of the product. |
booksInfo |
This mentions all the books related details if the product is a books. |
lifeStyleInfo |
This mentions all the details related to lifestyle products(such as it is ideal for both Men and Women). |
Example¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/booksFeeds/fnkygygma/category/bks-97s.json?expiresAt=1458063901466&sig=72b9d5916fda6586794ba248343fd695
Response
{
"productBaseInfoV1": {
"productId": "9788129135728",
"title": "Half Girlfriend (English)",
"productDescription": "Half Girlfriend is the much-awaited novel by the famous Indian novelist, Chetan Bhagat. It delves into new and different dimensions that relationships have in today’s world. Summary of the Book Madhav is a Bihari boy with big dreams who falls in love with the beautiful Riya, a rich lass from Delhi. There are some fundamental differences between the two. Madhav’s English isn’t all that great, but Riya speaks the best English. Madhav wants Riya to be his girlfriend but Riya disagrees. She wants them to be just friends but he definitely wants more. Riya finally comes up with a suggestion, a compromise – she agrees to become his half-girlfriend! Chetan Bhagat presents a simple and beautiful love story that will move you with all the nuances of a modern-day relationship. It also inspires you to realize your individual dreams. About Chetan Bhagat Chetan Bhagat is a famous contemporary Indian writer, speaker, columnist and novelist. He was born in New Delhi in 1974. Considered one of India's most popular writers of fiction, Chetan Bhagat is an alumnus of the Indian Institute of Technology, Delhi and the Indian Institute of Management, Ahmedabad. Before becoming a fulltime writer, Chetan worked as an investment banker for a few years. The New York Times called him ‘the biggest selling English language novelist in India’s history’. Some of Chetan's other notable works are Five Point Someone, One Night at the Call Centre, 2 States, The 3 Mistakes of My Life, and Revolution 2020. Three of his books have been adapted into Bollywood movies, two of which went on to become massive hit movies: 3 Idiots and Kai Po Che!",
"imageUrls": {
"400x400": "http://img.fkcdn.com/image/book/7/2/8/half-girlfriend-400x400-imadyktcr4gvdkjh.jpeg",
"200x200": "http://img.fkcdn.com/image/book/7/2/8/half-girlfriend-200x200-imadyktcr4gvdkjh.jpeg",
"unknown": "http://img.fkcdn.com/image/book/7/2/8/half-girlfriend-original-imadyktcr4gvdkjh.jpeg",
"800x800": "http://img.fkcdn.com/image/book/7/2/8/half-girlfriend-800x800-imadyktcr4gvdkjh.jpeg"
},
"productFamily": null,
"maximumRetailPrice": {
"amount": 176,
"currency": "INR"
},
"flipkartSellingPrice": {
"amount": 145,
"currency": "INR"
},
"flipkartSpecialPrice": {
"amount": 145,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/half-girlfriend-english/p/itmegmt2khfq8h4z?pid=9788129135728&affid=keshav",
"productBrand": "",
"inStock": true,
"codAvailable": true,
"discountPercentage": 17,
"offers": [],
"categoryPath": "[[{\"node_id\":1,\"node_name\":\"Books_Tree\"},{\"node_id\":10299,\"node_name\":\"Dummy\"},{\"node_id\":10311,\"node_name\":\"Dummy\"},{\"node_id\":10318,\"node_name\":\"Dummy\"}]]",
"styleCode": null,
"attributes": {
"size": "",
"color": "",
"storage": "",
"sizeUnit": "",
"displaySize": ""
}
},
"productShippingInfoV1": {
"shippingCharges": {
"amount": 0,
"currency": "INR"
},
"sellerName": "BOOKCENTRE",
"sellerAverageRating": 4.200147,
"sellerNoOfRatings": 1359,
"sellerNoOfReviews": 17
},
"categorySpecificInfoV1": {
"keySpecs": [
"Language: English",
"Author: Chetan Bhagat",
"Publisher: Rupa Publication India"
],
"detailedSpecs": [],
"specificationList": [
{
"key": "Contributors",
"values": [
{
"key": "Author",
"value": [
"Chetan Bhagat"
]
}
]
},
{
"key": "Book Details",
"values": [
{
"key": "Publisher",
"value": [
"Rupa Publication India"
]
},
{
"key": "Publication Year",
"value": [
"2014"
]
},
{
"key": "ISBN-13",
"value": [
"9788129135728"
]
},
{
"key": "ISBN-10",
"value": [
"8129135728"
]
},
{
"key": "Language",
"value": [
"English"
]
},
{
"key": "Binding",
"value": [
"Paperback"
]
},
{
"key": "Number of Pages",
"value": [
"260 Pages"
]
}
]
},
{
"key": "Dimensions",
"values": [
{
"key": "Weight",
"value": [
"198 g"
]
}
]
}
],
"booksInfo": {
"language": "English",
"binding": "Paperback",
"pages": "260",
"publisher": "Rupa Publication India",
"year": 2014,
"authors": [
"Chetan Bhagat"
]
},
"lifeStyleInfo": {
"sleeve": null,
"neck": null,
"idealFor": null
}
}
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/booksApi/fnkygygma.xml
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ProductInfoV1 xmlns:ns2="http://www.flipkart.com/affiliate">
<categorySpecificInfoV1>
<keySpecs>Language: English</keySpecs>
<keySpecs>Author: Chetan Bhagat</keySpecs>
<keySpecs>Publisher: Rupa Publication India</keySpecs>
<specificationList/>
<specificationList/>
<specificationList/>
<booksInfo>
<authors>Chetan Bhagat</authors>
<binding>Paperback</binding>
<language>English</language>
<pages>260</pages>
<publisher>Rupa Publication India</publisher>
<year>2014</year>
</booksInfo>
<lifeStyleInfo/>
</categorySpecificInfoV1>
<productBaseInfoV1>
<productId>9788129135728</productId>
<title>Half Girlfriend (English)</title>
<productDescription>Half Girlfriend is the much-awaited novel by the famous Indian novelist, Chetan Bhagat. It delves into new and different dimensions that relationships have in today’s world. Summary of the Book Madhav is a Bihari boy with big dreams who falls in love with the beautiful Riya, a rich lass from Delhi. There are some fundamental differences between the two. Madhav’s English isn’t all that great, but Riya speaks the best English. Madhav wants Riya to be his girlfriend but Riya disagrees. She wants them to be just friends but he definitely wants more. Riya finally comes up with a suggestion, a compromise – she agrees to become his half-girlfriend! Chetan Bhagat presents a simple and beautiful love story that will move you with all the nuances of a modern-day relationship. It also inspires you to realize your individual dreams. About Chetan Bhagat Chetan Bhagat is a famous contemporary Indian writer, speaker, columnist and novelist. He was born in New Delhi in 1974. Considered one of India's most popular writers of fiction, Chetan Bhagat is an alumnus of the Indian Institute of Technology, Delhi and the Indian Institute of Management, Ahmedabad. Before becoming a fulltime writer, Chetan worked as an investment banker for a few years. The New York Times called him ‘the biggest selling English language novelist in India’s history’. Some of Chetan's other notable works are Five Point Someone, One Night at the Call Centre, 2 States, The 3 Mistakes of My Life, and Revolution 2020. Three of his books have been adapted into Bollywood movies, two of which went on to become massive hit movies: 3 Idiots and Kai Po Che!</productDescription>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img.fkcdn.com/image/book/7/2/8/half-girlfriend-400x400-imadyktcr4gvdkjh.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img.fkcdn.com/image/book/7/2/8/half-girlfriend-200x200-imadyktcr4gvdkjh.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img.fkcdn.com/image/book/7/2/8/half-girlfriend-original-imadyktcr4gvdkjh.jpeg</value>
</entry>
<entry>
<key>800x800</key>
<value>http://img.fkcdn.com/image/book/7/2/8/half-girlfriend-800x800-imadyktcr4gvdkjh.jpeg</value>
</entry>
</imageUrls>
<maximumRetailPrice>
<amount>176.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<flipkartSellingPrice>
<amount>145.0</amount>
<currency>INR</currency>
</flipkartSellingPrice>
<flipkartSpecialPrice>
<amount>145.0</amount>
<currency>INR</currency>
</flipkartSpecialPrice>
<productUrl>http://dl.flipkart.com/dl/half-girlfriend-english/p/itmegmt2khfq8h4z?pid=9788129135728&affid=keshav</productUrl>
<productBrand></productBrand>
<inStock>true</inStock>
<codAvailable>true</codAvailable>
<discountPercentage>17.0</discountPercentage>
<categoryPath>[[{"node_id":1,"node_name":"Books_Tree"},{"node_id":10299,"node_name":"Dummy"},{"node_id":10311,"node_name":"Dummy"},{"node_id":10318,"node_name":"Dummy"}]]</categoryPath>
<attributes>
<color></color>
<displaySize></displaySize>
<size></size>
<sizeUnit></sizeUnit>
<storage></storage>
</attributes>
</productBaseInfoV1>
<productShippingInfoV1>
<shippingCharges>
<amount>0.0</amount>
<currency>INR</currency>
</shippingCharges>
<sellerName>BOOKCENTRE</sellerName>
<sellerAverageRating>4.200147</sellerAverageRating>
<sellerNoOfRatings>1359</sellerNoOfRatings>
<sellerNoOfReviews>17</sellerNoOfReviews>
</productShippingInfoV1>
</ns2:ProductInfoV1>
Search Query based on Keywords API¶
Description - This API enables you to search for products based on keywords, for example, brand names or product names. A maximum of 10 products are retrieved for each search.
Important
You must add headers to the request to be able to use the API.
GET /search/{format}¶
This API will be deprecated soon. Please refer to the newer version of this API Product Feed API
Request and Response Details¶
Header format: curl -H "Fk-Affiliate-Id:<Affiliate Tracking ID>" -H "Fk-Affiliate-Token:<Affiliate API Token>" "<API URL>"
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/search/json
- XML:
https://affiliate-api.flipkart.net/affiliate/search/xml
Request Parameters:
query
: Search StringresultCount
: Number of results to return (maximum 10)
Example¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/search/json?query=sony+mobiles&resultCount=5
Response
{
"productInfoList": [
{
"productBaseInfo": {
"productIdentifier": {
"productId": "MOBDZVASMYSNZPBY",
"categoryPaths": {
"categoryPath": [
[
{
"title": "Mobiles & Accessories"
},
{
"title": "Mobiles"
}
]
]
}
},
"productAttributes": {
"title": "Sony Xperia E3 DS Black",
"productDescription": null,
"imageUrls": {
"400x400": "http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-400x400-imaeyymz3qjhxpjg.jpeg",
"75x75": "http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-75x75-imaeyymz3qjhxpjg.jpeg",
"275x275": "http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-275x275-imaeyymz3qjhxpjg.jpeg",
"125x125": "http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-125x125-imaeyymz3qjhxpjg.jpeg",
"40x40": "http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-40x40-imaeyymz3qjhxpjg.jpeg",
"100x100": "http://img5a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-100x100-imaeyymz3qjhxpjg.jpeg",
"200x200": "http://img5a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-200x200-imaeyymz3qjhxpjg.jpeg",
"unknown": "http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-original-imaeyymz3qjhxpjg.jpeg"
},
"maximumRetailPrice": {
"amount": 11490,
"currency": "INR"
},
"sellingPrice": {
"amount": 10285,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/sony-xperia-e3-ds/p/itmefjdc3fgrxtv9?pid=MOBDZVASMYSNZPBY&affid=vijay80gm",
"productBrand": "Sony",
"inStock": true,
"codAvailable": true,
"emiAvailable": false,
"discountPercentage": 0,
"cashBack": null,
"offers": [
{
"title": ""
}
],
"size": null,
"color": "Black",
"sizeUnit": null,
"sizeVariants": "[MOBDZVASPF5F8AFF, MOBDZVASW3AC662E, MOBDZVASWFZCVGFY]",
"colorVariants": null,
"styleCode": null
}
},
"productShippingBaseInfo": {
"shippingOptions": null
},
"offset": "v1:tyy-4io:MOBDZVASMYSNZPBY"
}
]
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/search/xml?query=sony+mobiles&resultCount=5
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ProductSearchFeed xmlns:ns2="http://www.flipkart.com/affiliate">
<products>
<productInfoList>
<offset>v1:tyy-4io:MOBDZVASMYSNZPBY</offset>
<productBaseInfo>
<productIdentifier>
<categoryPaths>
<categoryPath>
<item>
<title>Mobiles & Accessories</title>
</item>
<item>
<title>Mobiles</title>
</item>
</categoryPath>
</categoryPaths>
<productId>MOBDZVASMYSNZPBY</productId>
</productIdentifier>
<productAttributes>
<codAvailable>true</codAvailable>
<color>Black</color>
<discountPercentage>0.0</discountPercentage>
<emiAvailable>false</emiAvailable>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-400x400-imaeyymz3qjhxpjg.jpeg</value>
</entry>
<entry>
<key>75x75</key>
<value>http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-75x75-imaeyymz3qjhxpjg.jpeg</value>
</entry>
<entry>
<key>275x275</key>
<value>http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-275x275-imaeyymz3qjhxpjg.jpeg</value>
</entry>
<entry>
<key>125x125</key>
<value>http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-125x125-imaeyymz3qjhxpjg.jpeg</value>
</entry>
<entry>
<key>40x40</key>
<value>http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-40x40-imaeyymz3qjhxpjg.jpeg</value>
</entry>
<entry>
<key>100x100</key>
<value>http://img5a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-100x100-imaeyymz3qjhxpjg.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img5a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-200x200-imaeyymz3qjhxpjg.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img6a.flixcart.com/image/mobile/p/b/y/sony-xperia-e3-ds-original-imaeyymz3qjhxpjg.jpeg</value>
</entry>
</imageUrls>
<inStock>true</inStock>
<maximumRetailPrice>
<amount>11490.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<offers>
<title></title>
</offers>
<productBrand>Sony</productBrand>
<productUrl>http://dl.flipkart.com/dl/sony-xperia-e3-ds/p/itmefjdc3fgrxtv9?pid=MOBDZVASMYSNZPBY&affid=vijay80gm</productUrl>
<sellingPrice>
<amount>10285.0</amount>
<currency>INR</currency>
</sellingPrice>
<sizeVariants>[MOBDZVASPF5F8AFF, MOBDZVASW3AC662E, MOBDZVASWFZCVGFY]</sizeVariants>
<title>Sony Xperia E3 DS Black</title>
</productAttributes>
</productBaseInfo>
<productShippingBaseInfo/>
</productInfoList>
</products>
</ns2:ProductSearchFeed>
GET /1.0/search.{format}¶
Request and Response Details¶
Header format: curl -H "Fk-Affiliate-Id:<Affiliate Tracking ID>" -H "Fk-Affiliate-Token:<Affiliate API Token>" "<API URL>"
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/1.0/search.json
- XML:
https://affiliate-api.flipkart.net/affiliate/1.0/search.xml
Request Parameters:
query
: Search StringresultCount
: Number of results to return (maximum 10)
Example¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/search.json?query=sony+mobiles&resultCount=5
Response
{
"productInfoList": [
{
"productBaseInfoV1": {
"productId": "MOBE7RSEA87F8G2F",
"title": "Sony Xperia M4 Aqua Dual",
"productDescription": "The Sony Xperia M4 Aqua Dual is a mid-range waterproof Sony smartphone that packs a decent processor and screen, noteworthy camera and excellent battery life. Waterproof With a high IP rating of IP65/68, this Sony smartphone has been designed to resist fine dust particles and water as long as all the ports and attached covers are firmly closed. It can be submerged up to 1.5 meters in fresh water for up to 30 minutes. Primary Camera Capture your favorite moments in crystal-clear clarity with the 13 MP primary camera which is equipped with an EXMOR RS sensor and HDR. Superior Auto Whether you are clicking a night view or taking a close-up shot, the Superior Auto feature has been tuned to recognize up to 52 scenarios. This feature automatically adjusts the settings, so that you get the perfect shots in any situation. HDR The HDR mode captures the same image in different exposures and layers them so that you get clear photos and videos. This is an essential feature while capturing photos and videos against a strong backlight or in high contrast situations. Exmor RS Get detailed shots with rich colors, exceptional clarity and minimal noise under any lighting conditions, thanks to the Exmor RS image sensor technology. Front Camera Take amazing selfies or group selfies with the 5 MP front camera that comes with a super wide-angle lens. Auto Scene Recognition Thanks to Auto Scene Recognition, you get to capture great selfies irrespective of the lighting condition or scenario. 22 mm Wide View Fit in more of the view or all of your friends in one shot, thanks to the 22 mm wide-angle lens with an 88-degree field. Movie Creator This app lets you create blockbusters using your photos and videos, and share them with your friends and family. AR Fun Scribble messages or draw fun animations and objects before you take the photo with this AR Fun app. Portrait Retouch For beautiful selfies, the Portrait Retouch app offers 10 different beauty styles, make-up effects, and decorative frames. Sound Photo Add up to 10 seconds of audio with your photos via the Sound Photo app. Share these sound photos with your friends through PlayMemories Online. Download More Apps Apart from the pre-installed apps, this Xperia smartphone offers you a wide variety of camera apps that can be downloaded easily. Battery Life The powerful 2400 m Ah battery offers up to two days of battery life, so you can click lots of photos while out on a trip without worrying about your phone running out of battery. Besides, you can activate Battery STAMINA Mode to make your battery last longer. Battery Modes The Extended Standby Mode lets standby mode last 4x times longer. Extended usage mode increases usage time up to 14%. Ultra STAMINA mode squeezes out every bit of battery charge by limiting your phone's functions to calls and messages only. Display This Sony smartphone comes with a stunningly bright 12.7 cm (5) HD display, so you can enjoy watching your favourite videos or playing games in excellent visual clarity. The IPS technology ensures a clear view from any angle and accurate color reproduction from edge to edge. Design Thanks to Sony's OmniBalance design, this phone is comfortable to hold and use. It features a subtle metallic frame, matte finish on the back and Sony's distinctive aluminium power button. Speed The 64-bit octa-core processor (Qualcomm Snapdragon 615) streams videos lag-free, ensures faster web browsing and allows efficient multitasking. It comes with a built-in LTE/4G modem which enables extremely fast internet connections with up to 150 Mbit/s download and 50 Mbit/s upload speeds.",
"imageUrls": {
"400x400": "http://img.fkcdn.com/image/mobile/g/2/f/sony-xperia-m4-aqua-dual-na-400x400-imae7rsj5fnvuyks.jpeg",
"200x200": "http://img.fkcdn.com/image/mobile/g/2/f/sony-xperia-m4-aqua-dual-na-200x200-imae7rsj5fnvuyks.jpeg",
"unknown": "http://img.fkcdn.com/image/mobile/g/2/f/sony-xperia-m4-aqua-dual-na-original-imae7rsj5fnvuyks.jpeg",
"800x800": "http://img.fkcdn.com/image/mobile/g/2/f/sony-xperia-m4-aqua-dual-na-800x800-imae7rsj5fnvuyks.jpeg"
},
"productFamily": [
"MOBE7RSEP5EPFHYF",
" MOBE7RSEYSCEHGEV",
" MOBE7TACHQHUZSH2",
" MOBE7TACNKCQ7REC",
" MOBE7TACXTU2VRK3"
],
"maximumRetailPrice": {
"amount": 24490,
"currency": "INR"
},
"flipkartSellingPrice": {
"amount": 20570,
"currency": "INR"
},
"flipkartSpecialPrice": {
"amount": 20570,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/sony-xperia-m4-aqua-dual/p/itme7zhzgdgjqrm3?pid=MOBE7RSEA87F8G2F&affid=keshav",
"productBrand": "Sony",
"inStock": true,
"codAvailable": true,
"discountPercentage": 16,
"offers": [],
"categoryPath": "[[{\"node_id\":20001,\"node_name\":\"FLIPKART_TREE\"},{\"node_id\":20143,\"node_name\":\"Mobiles\"},{\"node_id\":20144,\"node_name\":\"Handsets\"}]]",
"styleCode": null,
"attributes": {
"size": "16 GB",
"color": "White",
"storage": "",
"sizeUnit": "",
"displaySize": ""
}
},
"productShippingInfoV1": {
"shippingCharges": {
"amount": 100,
"currency": "INR"
},
"sellerName": "BELIEVESTUDIO",
"sellerAverageRating": 1,
"sellerNoOfRatings": 3,
"sellerNoOfReviews": 0
},
"categorySpecificInfoV1": {
"keySpecs": [
"Waterproof IP65/68",
"Android v5 OS",
"13 MP Primary Camera",
"5 inch Touchscreen"
],
"detailedSpecs": [
"Waterproof and Dust Rating IP65/68",
"Android v5 (Lollipop) OS",
"13 MP Primary Camera",
"5 inch Touchscreen",
"5 MP Secondary Camera",
"1.5 GHz + 1 GHz Qualcomm Snapdragon 615 MSM8939 Octa Core Processor",
"Wi-Fi Enabled",
"Expandable Storage Capacity of 128 GB",
"4G (LTE) - 150 Mbps HSDPA, 50 Mbps HSUPA"
],
"specificationList": [
{
"key": "GENERAL FEATURES",
"values": [
{
"key": "In the Box",
"value": [
"Handset, Charger, Stereo Headphones, USB Cable, Start Up-guide"
]
},
{
"key": "Brand",
"value": [
"Sony"
]
},
{
"key": "Model Name",
"value": [
"Xperia M4 Aqua Dual"
]
},
{
"key": "Model ID",
"value": [
"E2363"
]
},
{
"key": "Form",
"value": [
"Bar"
]
},
{
"key": "SIM Type",
"value": [
"Dual Sim, GSM + LTE, (Dual Active)"
]
},
{
"key": "Touch Screen",
"value": [
"Yes"
]
},
{
"key": "Business Features",
"value": [
"Pushmail (Microsoft Exchange ActiveSync)"
]
},
{
"key": "Call Features",
"value": [
"Loudspeaker"
]
},
{
"key": "Handset Color",
"value": [
"White"
]
}
]
},
{
"key": "Platform",
"values": [
{
"key": "Operating Freq",
"value": [
"GSM - 900, 1800; UMTS - 2100; 4G - LTE"
]
},
{
"key": "OS",
"value": [
"Android v5 (Lollipop)"
]
},
{
"key": "Processor",
"value": [
"1.5 GHz + 1 GHz + Qualcomm Snapdragon 615 MSM8939, Octa Core"
]
},
{
"key": "Graphics",
"value": [
"Adreno 405"
]
}
]
},
{
"key": "Display",
"values": [
{
"key": "Size",
"value": [
"5 inch"
]
},
{
"key": "Resolution",
"value": [
"HD, 1280 x 720 Pixels"
]
},
{
"key": "Other Display Features",
"value": [
"IPS Display"
]
}
]
},
{
"key": "Camera",
"values": [
{
"key": "Rear Camera",
"value": [
"Yes, 13 MP"
]
},
{
"key": "Front Facing Camera",
"value": [
"Yes, 5 MP"
]
},
{
"key": "Video Recording",
"value": [
"Yes, 1920 x 1080"
]
},
{
"key": "HD Recording",
"value": [
"HD, Full HD"
]
},
{
"key": "Zoom",
"value": [
"Digital Zoom"
]
},
{
"key": "Primary Camera Features",
"value": [
"Auto Focus, HDR for Photos, Sony Exmor RS for Mobile Image Sensor, SteadyShot, Superior Auto, Image Stabiliser, Geo-tagging, Red-eye Reduction, Camera Apps (Movie Creator, AR Fun, Portrait Re-touch, Sound Photo)"
]
},
{
"key": "Secondary Camera Features",
"value": [
"HD Video Recording, Auto Scene Recognition, 22 mm Wide-angle Lens (With an 88 Degree Field), Selfies and Wefies, Camera Apps (Movie Creator, AR Fun, Portrait Re-touch, Sound Photo)"
]
}
]
}
]
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/search.xml?query=sony+mobiles&resultCount=5
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ProductSearchFeed xmlns:ns2="http://www.flipkart.com/affiliate">
<products>
<productInfoList>
<categorySpecificInfoV1>
<keySpecs>Waterproof IP65/68</keySpecs>
<keySpecs>Android v5 OS</keySpecs>
<keySpecs>13 MP Primary Camera</keySpecs>
<keySpecs>5 inch Touchscreen</keySpecs>
<detailedSpecs>Waterproof and Dust Rating IP65/68</detailedSpecs>
<detailedSpecs>Android v5 (Lollipop) OS</detailedSpecs>
<detailedSpecs>13 MP Primary Camera</detailedSpecs>
<detailedSpecs>5 inch Touchscreen</detailedSpecs>
<detailedSpecs>5 MP Secondary Camera</detailedSpecs>
<detailedSpecs>1.5 GHz + 1 GHz Qualcomm Snapdragon 615 MSM8939 Octa Core Processor</detailedSpecs>
<detailedSpecs>Wi-Fi Enabled</detailedSpecs>
<detailedSpecs>Expandable Storage Capacity of 128 GB</detailedSpecs>
<detailedSpecs>4G (LTE) - 150 Mbps HSDPA, 50 Mbps HSUPA</detailedSpecs>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<booksInfo>
<year>0</year>
</booksInfo>
<lifeStyleInfo/>
</categorySpecificInfoV1>
<productBaseInfoV1>
<productId>MOBE7RSEA87F8G2F</productId>
<title>Sony Xperia M4 Aqua Dual</title>
<productDescription>The Sony Xperia M4 Aqua Dual is a mid-range waterproof Sony smartphone that packs a decent processor and screen, noteworthy camera and excellent battery life. Waterproof With a high IP rating of IP65/68, this Sony smartphone has been designed to resist fine dust particles and water as long as all the ports and attached covers are firmly closed. It can be submerged up to 1.5 meters in fresh water for up to 30 minutes. Primary Camera Capture your favorite moments in crystal-clear clarity with the 13 MP primary camera which is equipped with an EXMOR RS sensor and HDR. Superior Auto Whether you are clicking a night view or taking a close-up shot, the Superior Auto feature has been tuned to recognize up to 52 scenarios. This feature automatically adjusts the settings, so that you get the perfect shots in any situation. HDR The HDR mode captures the same image in different exposures and layers them so that you get clear photos and videos. This is an essential feature while capturing photos and videos against a strong backlight or in high contrast situations. Exmor RS Get detailed shots with rich colors, exceptional clarity and minimal noise under any lighting conditions, thanks to the Exmor RS image sensor technology. Front Camera Take amazing selfies or group selfies with the 5 MP front camera that comes with a super wide-angle lens. Auto Scene Recognition Thanks to Auto Scene Recognition, you get to capture great selfies irrespective of the lighting condition or scenario. 22 mm Wide View Fit in more of the view or all of your friends in one shot, thanks to the 22 mm wide-angle lens with an 88-degree field. Movie Creator This app lets you create blockbusters using your photos and videos, and share them with your friends and family. AR Fun Scribble messages or draw fun animations and objects before you take the photo with this AR Fun app. Portrait Retouch For beautiful selfies, the Portrait Retouch app offers 10 different beauty styles, make-up effects, and decorative frames. Sound Photo Add up to 10 seconds of audio with your photos via the Sound Photo app. Share these sound photos with your friends through PlayMemories Online. Download More Apps Apart from the pre-installed apps, this Xperia smartphone offers you a wide variety of camera apps that can be downloaded easily. Battery Life The powerful 2400 m Ah battery offers up to two days of battery life, so you can click lots of photos while out on a trip without worrying about your phone running out of battery. Besides, you can activate Battery STAMINA Mode to make your battery last longer. Battery Modes The Extended Standby Mode lets standby mode last 4x times longer. Extended usage mode increases usage time up to 14%. Ultra STAMINA mode squeezes out every bit of battery charge by limiting your phone's functions to calls and messages only. Display This Sony smartphone comes with a stunningly bright 12.7 cm (5) HD display, so you can enjoy watching your favourite videos or playing games in excellent visual clarity. The IPS technology ensures a clear view from any angle and accurate color reproduction from edge to edge. Design Thanks to Sony's OmniBalance design, this phone is comfortable to hold and use. It features a subtle metallic frame, matte finish on the back and Sony's distinctive aluminium power button. Speed The 64-bit octa-core processor (Qualcomm Snapdragon 615) streams videos lag-free, ensures faster web browsing and allows efficient multitasking. It comes with a built-in LTE/4G modem which enables extremely fast internet connections with up to 150 Mbit/s download and 50 Mbit/s upload speeds.</productDescription>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img.fkcdn.com/image/mobile/g/2/f/sony-xperia-m4-aqua-dual-na-400x400-imae7rsj5fnvuyks.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img.fkcdn.com/image/mobile/g/2/f/sony-xperia-m4-aqua-dual-na-200x200-imae7rsj5fnvuyks.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img.fkcdn.com/image/mobile/g/2/f/sony-xperia-m4-aqua-dual-na-original-imae7rsj5fnvuyks.jpeg</value>
</entry>
<entry>
<key>800x800</key>
<value>http://img.fkcdn.com/image/mobile/g/2/f/sony-xperia-m4-aqua-dual-na-800x800-imae7rsj5fnvuyks.jpeg</value>
</entry>
</imageUrls>
<productFamily>MOBE7RSEP5EPFHYF</productFamily>
<productFamily> MOBE7RSEYSCEHGEV</productFamily>
<productFamily> MOBE7TACHQHUZSH2</productFamily>
<productFamily> MOBE7TACNKCQ7REC</productFamily>
<productFamily> MOBE7TACXTU2VRK3</productFamily>
<productUrl>http://dl.flipkart.com/dl/sony-xperia-m4-aqua-dual/p/itme7zhzgdgjqrm3?pid=MOBE7RSEA87F8G2F&affid=keshav</productUrl>
<productBrand>Sony</productBrand>
<codAvailable>false</codAvailable>
<categoryPath>[[{"node_id":20001,"node_name":"FLIPKART_TREE"},{"node_id":20143,"node_name":"Mobiles"},{"node_id":20144,"node_name":"Handsets"}]]</categoryPath>
<attributes>
<color>White</color>
<displaySize></displaySize>
<size>16 GB</size>
<sizeUnit></sizeUnit>
<storage></storage>
</attributes>
</productBaseInfoV1>
<productShippingInfoV1>
<sellerNoOfRatings>0</sellerNoOfRatings>
<sellerNoOfReviews>0</sellerNoOfReviews>
</productShippingInfoV1>
</productInfoList>
Search Query based on Product ID API¶
Description - This API enables you to search for products based on their product ID.
GET /product/{format}¶
This API will be deprecated soon. Please refer to the newer version of this API here
Request and Response Details¶
Header format: curl -H "Fk-Affiliate-Id:<Affiliate Tracking ID>" -H "Fk-Affiliate-Token:<Affiliate API Token>" "<API URL>"
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/product/json
- XML:
https://affiliate-api.flipkart.net/affiliate/product/xml
Request Parameters:
id
: The product ID to search
Example¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/product/json?id=MOBDPPZZPXVDJHSQ
Response
{
"productBaseInfo": {
"productIdentifier": {
"productId": "TVSDD2DSPYU3BFZY",
"categoryPaths": {
"categoryPath": [
[
{
"title": "Home Entertainment"
},
{
"title": "Televisions"
}
]
]
}
},
"productAttributes": {
"title": "Toshiba 32PU200 81 cm 32 LED TV HD Ready",
"productDescription": null,
"imageUrls": {
"400x400": "http://img6a.flixcart.com/image/television/f/z/y/toshiba-32pu200-400x400-imadd34yagrhz8yp.jpeg",
"275x275": "http://img6a.flixcart.com/image/television/f/z/y/toshiba-32pu200-275x275-imadd34yagrhz8yp.jpeg",
"75x75": "http://img5a.flixcart.com/image/television/f/z/y/toshiba-32pu200-75x75-imadd34yagrhz8yp.jpeg",
"125x125": "http://img6a.flixcart.com/image/television/f/z/y/toshiba-32pu200-125x125-imadd34yagrhz8yp.jpeg",
"40x40": "http://img6a.flixcart.com/image/television/f/z/y/toshiba-32pu200-40x40-imadd34yagrhz8yp.jpeg",
"100x100": "http://img5a.flixcart.com/image/television/f/z/y/toshiba-32pu200-100x100-imadd34yagrhz8yp.jpeg",
"200x200": "http://img5a.flixcart.com/image/television/f/z/y/toshiba-32pu200-200x200-imadd34yagrhz8yp.jpeg",
"unknown": "http://img6a.flixcart.com/image/television/f/z/y/toshiba-32pu200-original-imadd34yagrhz8yp.jpeg"
},
"maximumRetailPrice": {
"amount": 32200,
"currency": "INR"
},
"sellingPrice": {
"amount": 32200,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/toshiba-32pu200-81-cm-32-led-tv/p/itmdd2ndbpqz6xpf?pid=TVSDD2DSPYU3BFZY&affid=vijay80gm",
"productBrand": "Toshiba",
"inStock": false,
"codAvailable": true,
"emiAvailable": false,
"discountPercentage": 0,
"cashBack": null,
"offers": [
{
"title": ""
}
],
"size": "32",
"color": null,
"sizeUnit": "inches",
"sizeVariants": "[]",
"colorVariants": null,
"styleCode": null
}
},
"productShippingBaseInfo": {
"shippingOptions": null
},
"offset": "v1:ckf-czl:TVSDD2DSPYU3BFZY"
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/product/xml?id=MOBDPPZZPXVDJHSQ
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ProductInfo xmlns:ns2="http://www.flipkart.com/affiliate">
<offset>v1:6bo-ai3-uar:ACCDUEMNADBMZDDG</offset>
<productBaseInfo>
<productIdentifier>
<categoryPaths>
<categoryPath>
<item>
<title>Computers</title>
</item>
<item>
<title>Storage</title>
</item>
<item>
<title>Pen Drives</title>
</item>
</categoryPath>
<categoryPath>
<item>
<title>Computers</title>
</item>
<item>
<title>Laptop Accessories</title>
</item>
<item>
<title>Pen Drives</title>
</item>
</categoryPath>
</categoryPaths>
<productId>ACCDUEMNADBMZDDG</productId>
</productIdentifier>
<productAttributes>
<codAvailable>true</codAvailable>
<discountPercentage>0.0</discountPercentage>
<emiAvailable>false</emiAvailable>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img6a.flixcart.com/image/pendrive/2-in-1-pendrive/d/d/g/kingston-data-traveler-microduo-400x400-imaey7ezj75jygas.jpeg</value>
</entry>
<entry>
<key>75x75</key>
<value>http://img5a.flixcart.com/image/pendrive/2-in-1-pendrive/d/d/g/kingston-data-traveler-microduo-75x75-imaey7ezj75jygas.jpeg</value>
</entry>
<entry>
<key>275x275</key>
<value>http://img6a.flixcart.com/image/pendrive/2-in-1-pendrive/d/d/g/kingston-data-traveler-microduo-275x275-imaey7ezj75jygas.jpeg</value>
</entry>
<entry>
<key>125x125</key>
<value>http://img6a.flixcart.com/image/pendrive/2-in-1-pendrive/d/d/g/kingston-data-traveler-microduo-125x125-imaey7ezj75jygas.jpeg</value>
</entry>
<entry>
<key>40x40</key>
<value>http://img5a.flixcart.com/image/pendrive/2-in-1-pendrive/d/d/g/kingston-data-traveler-microduo-40x40-imaey7ezj75jygas.jpeg</value>
</entry>
<entry>
<key>100x100</key>
<value>http://img6a.flixcart.com/image/pendrive/2-in-1-pendrive/d/d/g/kingston-data-traveler-microduo-100x100-imaey7ezj75jygas.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img6a.flixcart.com/image/pendrive/2-in-1-pendrive/d/d/g/kingston-data-traveler-microduo-200x200-imaey7ezj75jygas.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img5a.flixcart.com/image/pendrive/2-in-1-pendrive/d/d/g/kingston-data-traveler-microduo-original-imaey7ezj75jygas.jpeg</value>
</entry>
</imageUrls>
<inStock>true</inStock>
<maximumRetailPrice>
<amount>1200.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<offers>
<title>Extra Rs. 150 Off on purchase of Rs 1500+ through the Flipkart App. Offer applicable only for new installs. View T&C.</title>
</offers>
<productBrand>Kingston</productBrand>
<productUrl>http://dl.flipkart.com/dl/kingston-data-traveler-microduo-16-gb-on-the-go-pendrive/p/itmduemnadbmzddg?pid=ACCDUEMNADBMZDDG&affid=test</productUrl>
<sellingPrice>
<amount>550.0</amount>
<currency>INR</currency>
</sellingPrice>
<sizeVariants>[]</sizeVariants>
<title>Kingston Data Traveler MicroDuo 16 GB On-The-Go Pendrive</title>
</productAttributes>
</productBaseInfo>
<productShippingBaseInfo/>
</ns2:ProductInfo>
GET /1.0/product.{format}¶
Request and Response Details¶
Header format: curl -H "Fk-Affiliate-Id:<Affiliate Tracking ID>" -H "Fk-Affiliate-Token:<Affiliate API Token>" "<API URL>"
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/1.0/product.json
- XML:
https://affiliate-api.flipkart.net/affiliate/1.0/product.xml
Request Parameters:
id
: The product ID to search
Example¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/product.json?id=TVSDD2DSPYU3BFZY
Response
{
"productBaseInfoV1": {
"productId": "TVSDD2DSPYU3BFZY",
"title": "Toshiba (32) HD Ready LED TV",
"productDescription": "",
"imageUrls": {
"400x400": "http://img.fkcdn.com/image/television/f/z/y/toshiba-32pu200-400x400-imadd34yagrhz8yp.jpeg",
"200x200": "http://img.fkcdn.com/image/television/f/z/y/toshiba-32pu200-200x200-imadd34yagrhz8yp.jpeg",
"unknown": "http://img.fkcdn.com/image/television/f/z/y/toshiba-32pu200-original-imadd34yagrhz8yp.jpeg",
"800x800": "http://img.fkcdn.com/image/television/f/z/y/toshiba-32pu200-800x800-imadd34yagrhz8yp.jpeg"
},
"productFamily": [
"TVSDD2DSUNTZTGDT",
" TVSDTZ928ETHYJFJ"
],
"maximumRetailPrice": {
"amount": 32200,
"currency": "INR"
},
"flipkartSellingPrice": {
"amount": 32200,
"currency": "INR"
},
"flipkartSpecialPrice": {
"amount": 32200,
"currency": "INR"
},
"productUrl": "http://dl.flipkart.com/dl/toshiba-32-hd-ready-led-tv/p/itmdd2ndbpqz6xpf?pid=TVSDD2DSPYU3BFZY&affid=keshav",
"productBrand": "Toshiba",
"inStock": null,
"codAvailable": true,
"discountPercentage": 0,
"offers": [],
"categoryPath": "[[{\"node_id\":20001,\"node_name\":\"FLIPKART_TREE\"},{\"node_id\":20007,\"node_name\":\"Electronics\"},{\"node_id\":20013,\"node_name\":\"Entertainment\"},{\"node_id\":20026,\"node_name\":\"TV \\u0026 Video\"},{\"node_id\":20014,\"node_name\":\"TVs\"}]]",
"styleCode": null,
"attributes": {
"size": "",
"color": "",
"storage": "",
"sizeUnit": "",
"displaySize": "32"
}
},
"productShippingInfoV1": {
"shippingCharges": {
"amount": 0,
"currency": "INR"
},
"sellerName": "WS Retail",
"sellerAverageRating": 4.233659,
"sellerNoOfRatings": 5698289,
"sellerNoOfReviews": 259927
},
"categorySpecificInfoV1": {
"keySpecs": [
"HD Ready, 1366 x 768",
"2 x HDMI, 1 x USB"
],
"detailedSpecs": [
"LED Display",
"(32)",
"HD Ready, 1366 x 768",
"2 x HDMI, 1 x USB",
"Refresh Rate - Scan Rate: 50 Hz"
],
"specificationList": [
{
"key": "Sales Package",
"values": [
{
"key": "",
"value": [
"TV Unit, Remote Set (with Batteries), Table Top, Warranty Card, User Manual"
]
}
]
},
{
"key": "General",
"values": [
{
"key": "Brand",
"value": [
"Toshiba"
]
},
{
"key": "Model Name",
"value": [
"32PU200"
]
},
{
"key": "Screen Type",
"value": [
"LED"
]
},
{
"key": "HD Technology & Resolution",
"value": [
"HD Ready, 1366 x 768"
]
},
{
"key": "3D",
"value": [
"No"
]
},
{
"key": "Smart TV",
"value": [
"No"
]
},
{
"key": "Series",
"value": [
"PU200"
]
},
{
"key": "HDMI",
"value": [
"2"
]
},
{
"key": "USB",
"value": [
"1"
]
},
{
"key": "Display Size",
"value": [
"(32)"
]
}
]
},
{
"key": "Connectivity Features",
"values": [
{
"key": "HDMI",
"value": [
"2"
]
},
{
"key": "USB",
"value": [
"USB 2.0, 1"
]
},
{
"key": "PC D-sub",
"value": [
"1"
]
},
{
"key": "Digital Audio Output (Optical)",
"value": [
"1"
]
},
{
"key": "Audio Out",
"value": [
"1"
]
},
{
"key": "Other Connectivity Features",
"value": [
"2 AV Input"
]
}
]
},
{
"key": "Video Features",
"values": [
{
"key": "Picture Engine",
"value": [
"REGZA Engine"
]
},
{
"key": "Refresh Rate",
"value": [
"Scan Rate: 50 Hz"
]
},
{
"key": "Other Video Features",
"value": [
"Contrast Booster",
"10-bit Video Processing",
"USB (28 Video Formats Playback: Movie)",
"3D Color Management",
"Intelligent Backlight Control"
]
}
]
},
{
"key": "Audio Features",
"values": [
{
"key": "Number of Speakers",
"value": [
"2"
]
},
{
"key": "Speaker Type",
"value": [
"Front Firing Speakers"
]
},
{
"key": "Speaker Output RMS",
"value": [
"10 W x 2"
]
},
{
"key": "Other Audio Features",
"value": [
"Power Bass Booster",
"USB (MP3)",
"Auto Signal Booster",
"Built-in Sound Bar"
]
}
]
},
{
"key": "Additional Features",
"values": [
{
"key": " ",
"value": [
"Built-in Sound Bar Design",
"USB Picture (JPEG)",
"Auto Clean"
]
}
]
},
{
"key": "Warranty",
"values": [
{
"key": "Warranty Summary",
"value": [
"1 Year Toshiba India Domestic Warranty"
]
},
{
"key": "Covered in Warranty",
"value": [
"Defect arising out of Faulty or defective material or workmanship. Parts & Labour cost is covered"
]
},
{
"key": "Not Covered in Warranty",
"value": [
"The product is not used according to instructions given in the instruction manual. Defects caused by improper use as determined by the company personnel. Modification or alteration of any nature is made in the electrical circuitry/ or physical construction of the set. Installation/ repair work is carried out by persons/agency other than authorised by the company. Site (premises where the product is kept) conditions that do not confirm to the recommended operating conditions of the machine. The original serial number is removed, obliterated or altered from the machine or cabinet. Defects due to cause beyond control like lightning, abnormal voltage, acts of God or while in transit to service centre or purchaser's residence. The Warranty does not cover any external accessories (such as battery, cable, carrying bag etc.) mentioned in the operating instruction manual supplied with this product or any cosmetic parts."
]
}
]
},
{
"key": "Installation & Demo",
"values": [
{
"key": "Installation & Demo Details",
"value": [
"We'll facilitate the installation and demo through authorized service engineer at your convenience <p>The installation will be done within 2 business days of delivery of the TV.<p>The service engineer will install your new TV, either on wall mount or on table top. Installation and demo are provided free of cost.</p><p>The engineer will also help you understand your new TV's features.<p>The Service Engineer will carry the wall mount.</p><p>The process generally covers:</p><ul><li>Wall-mounted or table-top installation, as requested (Wall mounted mode is recommended for better sound experience).</li><li>Physical check of all ports, including power and USB ports. Accessories also checked.</li><li>Demonstration of features and settings</li><li>Quick run-through on how to operate the TV</li></ul>"
]
}
]
}
],
"booksInfo": {
"language": null,
"binding": null,
"pages": null,
"publisher": null,
"year": 0,
"authors": []
},
"lifeStyleInfo": {
"sleeve": null,
"neck": null,
"idealFor": null
}
}
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/1.0/product.xml?id=TVSDD2DSPYU3BFZY
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:ProductInfoV1 xmlns:ns2="http://www.flipkart.com/affiliate">
<categorySpecificInfoV1>
<keySpecs>HD Ready, 1366 x 768</keySpecs>
<keySpecs>2 x HDMI, 1 x USB</keySpecs>
<detailedSpecs>LED Display</detailedSpecs>
<detailedSpecs>(32)</detailedSpecs>
<detailedSpecs>HD Ready, 1366 x 768</detailedSpecs>
<detailedSpecs>2 x HDMI, 1 x USB</detailedSpecs>
<detailedSpecs>Refresh Rate - Scan Rate: 50 Hz</detailedSpecs>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<specificationList/>
<booksInfo>
<year>0</year>
</booksInfo>
<lifeStyleInfo/>
</categorySpecificInfoV1>
<productBaseInfoV1>
<productId>TVSDD2DSPYU3BFZY</productId>
<title>Toshiba (32) HD Ready LED TV</title>
<productDescription></productDescription>
<imageUrls>
<entry>
<key>400x400</key>
<value>http://img.fkcdn.com/image/television/f/z/y/toshiba-32pu200-400x400-imadd34yagrhz8yp.jpeg</value>
</entry>
<entry>
<key>200x200</key>
<value>http://img.fkcdn.com/image/television/f/z/y/toshiba-32pu200-200x200-imadd34yagrhz8yp.jpeg</value>
</entry>
<entry>
<key>unknown</key>
<value>http://img.fkcdn.com/image/television/f/z/y/toshiba-32pu200-original-imadd34yagrhz8yp.jpeg</value>
</entry>
<entry>
<key>800x800</key>
<value>http://img.fkcdn.com/image/television/f/z/y/toshiba-32pu200-800x800-imadd34yagrhz8yp.jpeg</value>
</entry>
</imageUrls>
<productFamily>TVSDD2DSUNTZTGDT</productFamily>
<productFamily> TVSDTZ928ETHYJFJ</productFamily>
<maximumRetailPrice>
<amount>32200.0</amount>
<currency>INR</currency>
</maximumRetailPrice>
<flipkartSellingPrice>
<amount>32200.0</amount>
<currency>INR</currency>
</flipkartSellingPrice>
<flipkartSpecialPrice>
<amount>32200.0</amount>
<currency>INR</currency>
</flipkartSpecialPrice>
<productUrl>http://dl.flipkart.com/dl/toshiba-32-hd-ready-led-tv/p/itmdd2ndbpqz6xpf?pid=TVSDD2DSPYU3BFZY&affid=keshav</productUrl>
<productBrand>Toshiba</productBrand>
<codAvailable>true</codAvailable>
<discountPercentage>0.0</discountPercentage>
<categoryPath>[[{"node_id":20001,"node_name":"FLIPKART_TREE"},{"node_id":20007,"node_name":"Electronics"},{"node_id":20013,"node_name":"Entertainment"},{"node_id":20026,"node_name":"TV \u0026 Video"},{"node_id":20014,"node_name":"TVs"}]]</categoryPath>
<attributes>
<color></color>
<displaySize>32</displaySize>
<size></size>
<sizeUnit></sizeUnit>
<storage></storage>
</attributes>
</productBaseInfoV1>
<productShippingInfoV1>
<shippingCharges>
<amount>0.0</amount>
<currency>INR</currency>
</shippingCharges>
<sellerName>WS Retail</sellerName>
<sellerAverageRating>4.233659</sellerAverageRating>
<sellerNoOfRatings>5698289</sellerNoOfRatings>
<sellerNoOfReviews>259927</sellerNoOfReviews>
</productShippingInfoV1>
</ns2:ProductInfoV1>
Feed Download Listing API¶
Description - The Feed Download Listing API provides the full list of categories present in the catalogue. Each category contains one GET hyperlink (otherwise known as Feed Download API): that enables you to fetch compressed archives of all the products in a specific category , in ZIP format.
Important
Currently there are two versions of Feed Downlaod API. In Feed Download Listing API response - available variant v0.1.0 corresponds to “Download Product Feeds” section under “Downloads” section in Flipkart Affiliate website Feed Download API and v1.1.0 corresponds to “Download Detailed Product Feeds” section under “Downloads” section in Flipkart Affiliate website of Feed Download API .
Note
- The compressed archives are independent of Affiliate Tracking ID. You will need to manually append your tracking ID in each product URL.
- Currently, Books and eBooks categories are not available.
- You must append the query parameter (
affid
) to the product URLs in the feeds as the affiliate tracking does not work without it.
Request and Response Details¶
Header format: curl -H "Fk-Affiliate-Id:<Affiliate Tracking ID>" -H "Fk-Affiliate-Token:<Affiliate API Token>" "<API URL>"
URL:
- JSON:
https://affiliate-api.flipkart.net/affiliate/download/feeds/<trackingId>.json
- XML:
https://affiliate-api.flipkart.net/affiliate/download/feeds/<trackingId>.xml
Response Parameters
API Datatype (Attribute/Variable) | Description |
---|---|
title |
API title |
description |
API description |
name |
Denotes the digital marketing system that provides the API - affiliate , in this case |
apiListings |
JSON object containing the list of categories available in the catalogue, and the corresponding metadata |
resourceName |
Name of the category |
get |
Hyperlink to fetch all available products in the category |
availableVariants |
This field mentions all the available versions of api. |
Example¶
JSON Sample
Request
https://affiliate-api.flipkart.net/affiliate/download/feeds/keshav.json
Response
{
"title": "Flipkart Feeds Download Listing API Directory",
"description": "This directory contains links for downloading category specific raw files with all the versions available. Redirect the response of these links to a zipped file.",
"apiGroups": {
"affiliate": {
"name": "Feed Download Links",
"apiListings": {
"food_nutrition": {
"availableVariants": {
"v0.1.0": {
"resourceName": "food_nutrition",
"post": null,
"get": "https://affiliate-api.flipkart.net/affiliate/feeds/rawfiles/7jv?expiresAt=1468882853199&sig=d2dae8950023779c82d7a0b6fdd18e44",
"put": null,
"deltaGet": null,
"delete": null
},
"v1.1.0": {
"resourceName": "food_nutrition",
"post": null,
"get": "https://affiliate-api.flipkart.net/affiliate/1.0/feeds/rawfiles/7jv?expiresAt=1468882853199&sig=3ca5a8dd89f7a40069f80df485942f47",
"put": null,
"deltaGet": null,
"delete": null
}
},
"apiName": "food_nutrition"
}
}
}
}
}
XML Sample
Request
https://affiliate-api.flipkart.net/affiliate/download/feeds/keshav.xml
Response
<ns2:ApiDirectory xmlns:ns2="https://affiliate-api.flipkart.net/affiliate">
<apiGroups>
<entry>
<key>Feed Download Links</key>
<value>
<apiListings>
<entry>
<key>food_nutrition</key>
<value>
<apiName>food_nutrition</apiName>
<availableVariants>
<entry>
<key>
<majorVersion>0</majorVersion>
<minorVersion>1</minorVersion>
<patchVersion>0</patchVersion>
</key>
<value>
<get>https://affiliate-api.flipkart.net/affiliate/feeds/rawfiles/7jv?expiresAt=1468886870524&sig=c51079ec573c8492df4a6d82ad3ffe60</get>
<resourceName>food_nutrition</resourceName>
</value>
</entry>
<entry>
<key>
<majorVersion>1</majorVersion>
<minorVersion>1</minorVersion>
<patchVersion>0</patchVersion>
</key>
<value>
<get>https://affiliate-api.flipkart.net/affiliate/1.0/feeds/rawfiles/7jv?expiresAt=1468886870524&sig=6ba1e177d3d5950c48911aa119a2942a</get>
<resourceName>food_nutrition</resourceName>
</value>
</entry>
</availableVariants>
</value>
</value>
</entry>
</apiListings>
<name>affiliate</name>
</value>
</entry>
</apiGroups>
<description>This directory contains links for downloading category specific raw files with all the versions available. Redirect the response of these links to a zipped file.</description>
<title>Flipkart Feeds Download Listing API Directory</title>
</ns2:ApiDirectory>
Feed Download API¶
Description - This API provides all the products dump which belongs to a specific category. Redirect the result of this api into a zipped file to get the csv feed.
Note
Currently, Books and eBooks categories are not available.
GET /feeds/rawfiles/{category}¶
Description - This api response gives same file which can also be get under “Download Product Feeds” tab under “Downloads” section using “without affId” option in Flipkart Affiliate website.
This API will be deprecated soon. Please refer to the newer version of the API here
Request and Response Details¶
Header format: curl -H “Fk-Affiliate-Id:<Affiliate Tracking ID>” -H “Fk-Affiliate-Token:<Affiliate API Token>” “<API URL>”
URL:
https://affiliate-api.flipkart.net/affiliate/feeds/rawfiles/<category>
Request Parameters:
expiry
: URL expiry timesig
: URL validation signature
Response Parameters:
API Datatype (Attribute/Variable) | Description |
---|---|
productId |
A unique SKU ID assigned by Flipkart to a particular product. |
title |
The specific product name which includes the brand name and, in some cases, the version/model number. |
imageUrlStr |
Image URLs of the product |
categories |
This represents all the category hierarchies to which this product belongs. Category hierarchy is a list titles of category and sub categories to which this product is classified. |
mrp |
This mentions the Maximum Retail Price of the product. |
price |
This mentions the actual price (after Discount) at which Flipkart is selling the product. |
productUrl |
This is the URL of the product page on Flipkart.com. Your affiliate tracking id will be automatically appended to the product url. |
description |
Long description of what this product is all about. |
productBrand |
This is the Brand Name of this product?s manufacturer. |
deliveryTime |
This column mentions the maximum delivery time of the product in bangalore. For all out-of-stock products, the value would be Empty. |
inStock |
The value “false” implies product is not in stock; “true” means the product is in stock. |
codAvailable |
This column mentions whether COD (Cash On Delivery) is available for this product. The value would be true or false. |
emiAvailable |
This column mentions whether EMI is available. false means EMI is not available on the product, true means EMI option is available. |
offers |
This column mentions if any ADDITIONAL promotional offers are available for this product (It is over & above the pricing discount available). In case any offers are applicable, description of all offers will be mentioned. |
discount |
This column mentions the pricing discount percentage available on the product?s Maximum Retail Price [this does not include the Offers column above] |
cashBack |
This column mentions if any additional Cash back being offered by Flipkart on the product. |
size |
Size of the item. |
color |
Color of the item. |
sizeUnit |
Measurement unit of the size. |
sizeVariants |
List of related products varying only in size. |
colorVariants |
List of related products varying only in color. |
styleCode |
A unique value that is common for all sizeVariants and colorVariants. |
Example¶
Request
curl -H "Fk-Affiliate-Id:<your_affiliate_id>" -H "Fk-Affiliate-Token:<your_affiliate_token>" https://affiliate-api.flipkart.net/feeds/rawfiles/7jv?expiresAt=1468256319525&sig=0aa990da4e427b6405693683d96873d8 > <output_file_name>.zip
GET /1.0/feeds/rawfiles/{category}¶
Description - This api response gives same file which can also be get under “Download Detailed Product Feeds” tab under “Downloads” section using “without affId” option in Flipkart Affiliate website.
Request and Response Details¶
Header format: curl -H “Fk-Affiliate-Id:<Affiliate Tracking ID>” -H “Fk-Affiliate-Token:<Affiliate API Token>” “<API URL>”
URL:
https://affiliate-api.flipkart.net/affiliate/1.0/feeds/rawfiles/<category>
Request Parameters:
expiry
: URL expiry timesig
: URL validation signature
Response Parameters:
API Datatype (Attribute/Variable) | Description |
---|---|
productId |
A unique SKU ID assigned by Flipkart to a particular product. |
title |
The specific product name which includes the brand name and, in some cases, the version/model number. |
imageUrlStr |
This column provides imageUrls of the product with different resolutions. |
categoies |
This represents all the category hierarchies to which this product belongs. Category hierarchy is a list titles of category and sub categories to which this product is classified. |
mrp |
This mentions the Maximum Retail Price of the product. |
sellingPrice |
This mentions the actual price (after Discount) at which Flipkart is selling the product. |
specialPrice |
This mentions the price at which Flipkart is selling the product after applying extra offers if any. |
productUrl |
This is the URL of the product page on Flipkart.com. Your affiliate tracking id will be automatically appended to the product url. |
description |
Long description of what this product is all about. |
productBrand |
This is the Brand Name of this product?s manufacturer. |
inStock |
The value “false” implies product is not in stock; “true” means the product is in stock. |
isAvailable |
The value “false” implies product is not available at Flipkart; “true” means the product is available at Flipkart. |
codAvailable |
This column mentions whether COD (Cash On Delivery) is available for this product. The value would be true or false. |
offers |
This column mentions if any ADDITIONAL promotional offers are available for this product (It is over & above the pricing discount available). In case any offers are applicable, description of all offers will be mentioned. |
discount |
This column mentions the pricing discount percentage available on the product?s Maximum Retail Price [this does not include the Offers column above] |
deliveryTime |
This column mentions the maximum delivery time of the product in bangalore. For all out-of-stock products, the value would be Empty. |
size |
Size of the item. |
color |
Color of the item. |
storage |
Storage capacity of the item (Useful in case of mobiles). |
sizeUnit |
Measurement unit of the size. |
displaySize |
Display Size of item (Useful in case of television). |
productFamily |
List of related products varying in size/color or some other attribute. |
shippingCharges |
This mentions the price of shipping the product to the destination. |
sellerName |
This mentions the name of the seller. |
sellerAverageRating |
This mentions the seller average rating on flipkart. |
sellerNoOfRatings |
This mentions the total number of ratings given for the seller on flipkart. |
sellerNoOfReviews |
This mentions the total number of reviews on flipkart for the seller. |
keySpecsStr |
This mentions the key features of the product. |
detailedSpecsStr |
This mentions all the features of the product. |
specificationList |
This mentions all the specifications of the product. |
sleeve |
This mentions type of sleeve for lifestyle products(sleeveless, half sleeve). |
neck |
This mentions type of neck for lifestyle products(such as full neck). |
idealFor |
This mentions the lifestyle products is suitable for which catgeory (such as it is ideal for both Men and Women). |
Example¶
Request
curl -H "Fk-Affiliate-Id:<your_affiliate_id>" -H "Fk-Affiliate-Token:<your_affiliate_token>" https://affiliate-api.flipkart.net/feeds/1.0/rawfiles/7jv?expiresAt=1468256319525&sig=0aa990da4e427b6405693683d96873d8 > <output_file_name>.zip