Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sr No.API EndpointDescriptionTasksStatusPhase
1GET /catalogsTo get the list of catalogs.
PlanningI
2GET /catalogs/{catalogId}To get the feature categories, feature products, category hierarchy in a single call.
PlanningI
3GET /catalogs/{catalogId}/feature-categoriesTo get the feature categories of a catalog.
PlanningI
34GET  /catalogs/{catalogId}/feature-productsTo get the feature products of a catalog.
PlanningI
45GET /catalogs/{catalogId}/category-hierarchyTo get the category hierarchy of a catalog.
PlanningI
56GET /productsThis API will have support for the search string and other additional filters. This API will also bring the products of a selected category if provided.
PlanningI
67GET /products/{productId}To get the product detail.
PlanningI
78POST /products/{productId}/reviewsTo add a review of a product.
PlanningI
89GET /products/{productId}/reviewsTo get the reviews of a product.
PlanningI
910GET /products/{productId}/associated-productsTo get the list of cross-sell/upsell products.
PlanningI
1011POST /products/{productId}/product-tagsTo add a tag for a product.
PlanningI
1112GET /products/{productId}/product-tagsTo get all the tags of a product.
PlanningI
1213GET /products/product-tagsAll the product tags for the tag cloud.
PlanningI
1314GET /offersTo list the special offers
PlanningI
1415GET /offers/{promotionId}To get the complete detail of a particular offer
PlanningI
1516POST /sendMailFor Tell a Friend functionality
PlanningI
1617POST /products/compare-listTo create a compare list and to add a product to it.
PlanningI
1718GET /products/compare-listTo get the list of added products with detail for the comparison view.
PlanningI
1819DELETE /products/compare-list/{productId}To remove a product from the compare list.
PlanningI

...