Versions Compared

Key

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

...

Sr No.API EndpointDescriptionTasksStatusPhase
Catalog
1GET /categoriesTo get the category hierarchy.
PlanningI
2GET /categories/{categoryId}This will fetch all the products of a category.
PlanningI
3GET /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
4GET /products/{productId}To get the product detail.
PlanningI
5POST /products/{productId}/reviewsTo add a review of a product.
PlanningI
6GET /offersTo list the special offers.
PlanningI

...

Shopping Cart
Sr No.API EndpointDescriptionTasksStatusPhase
1POST /cartsTo create a cart.
PlanningI
2PUT /carts/{cartReference}To update the cart.
PlanningI
3GET /carts/{cartReference}To get the complete cart.
PlanningI
4POST /carts/{cartReference}/deleteTo remove items from the cart.
PlanningI
5POST /carts/{cartReference}/promotionsTo apply the promo code on the cart.
PlanningI
6DELETE /carts/{cartReference}/promotionsTo remove an applied promotion.
PlanningI
7POST /carts/{cartReference}/shipping-informationTo add shipping information
PlanningI
8POST /carts/{cartReference}/shipping-methodsTo add shipping methods.
PlanningI
9GET /carts/{cartReference}/payment-methodsTo get the available payment methods
PlanningI
10GET carts/{cartReference}/totalsTo get the cart total.
PlanningI