Versions Compared

Key

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

...

list of catalogs feature categories, feature products, in a single call
Sr No.API EndpointDescriptionTasksStatusPhase
Catalog
1GET /catalogsGET /feature-product-categoriesTo get the featured products and categories specifically to show on home page.
PlanningI
2GET /catalogs/{catalogId}GET /categoriesTo get the category hierarchy.
PlanningI
3GET /catalogs/{catalogId}/feature-categoriesTo get the feature categories of a catalog.PlanningI4GET  /catalogs/{catalogId}/feature-productsTo get the feature products of a catalog.PlanningI5GET /catalogs/{catalogId}/category-hierarchyTo get the category hierarchy of a catalog.PlanningIGET /categories/{categoryId}This will fetch all the products of a category.


46GET /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
75GET /products/{productId}To get the product detail.
PlanningI
86POST /products/{productId}/reviewsTo add a review of a product.
PlanningI9GET /products/{productId}/reviewsTo get the reviews of a product.PlanningI10GET /products/{productId}/associated-productsTo get the list of cross-sell/upsell products.PlanningI11POST /products/{productId}/product-tagsTo add a tag for a product.PlanningI12GET /products/{productId}/product-tagsTo get all the tags of a product.PlanningI13GET /products/product-tagsAll the product tags for the tag cloud.
PlanningI147GET /offersTo list the special offersPlanningI15GET / offers/{promotionId}To get the complete detail of a particular offerPlanningI16POST /sendMailFor Tell a Friend functionalityPlanningI17POST /products/compare-listTo create a compare list and to add a product to it.PlanningI18GET /products/compare-listTo get the list of added products with detail for the comparison view.PlanningI19DELETE /products/compare-list/{productId}To remove a product from the compare list.
PlanningI


Shopping List and Quotes

...