Release Notes¶
Flipkart Affiliate APIs
Developer Guide
Created on: January, 2016
Last updated: 27th July, 2016
The release notes outlines the new features, updates, and enhancements, if any, in this version of the APIs.
Revision Details¶
What’s New?¶
New APIs
New versions of existing APIs -
- New Product Feed API - GET /1.0/feeds/{trackingId}/category/{category}.{format}
- New Delta Feed API - GET /1.0/deltaFeeds/{trackingId}/category/{category}.{format}
- New Search Query Based on KeyWords API - GET /1.0/search.{format}
- New Search Query Based on Product ID API - GET /1.0/product.{format}
What’s Changed?¶
- Category Feed API name has been changed to Product Feed Listing API.
- rawDownloadListings attribute is removed from Category Feed API Response and the same data is provide in new Feed Download Listing API
- Top Selling Products API link has been added in the response of Category Feed API under attribute “top”.
Category Feed API response now include two available variants - v0.1.0 and v1.1.0. Refer here for example response.
- v0.1.0 corresponds to older version of Product Feed API and Delta Feed API
- v1.1.0 corresponds to new version of Product Feed API and Delta Feed API.
What’s Deprecated/Removed?¶
-All the unversioned Product APIs are deprecated. These include -
- Product Feed API - GET /feeds/{trackingId}/category/{category}.{format}
- Delta Feed API - GET /deltaFeeds/{trackingId}/category/{category}.{format}
- Search Query Based on KeyWords API - GET /search/{format}
- Search Query Based on Product ID API - GET /product/{format}
What’s Next?¶
- Interactive APIs tool