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.
Planning
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

...


Wishlist

Sr No.API EndpointDescriptionTasksStatusPhase
Shopping List
1POST PUT /shopping-listswishlistTo create a new shopping listadd a product to the wishlist.
PlanningI
2GET /shopping-listsTo get the list of shopping lists.PlanningI3GET /shopping-lists/{shoppingListId}To get the detail of a shopping list. This will also bring the list of available interval/frequency data for setting the recurrence detail using the update shopping list API.PlanningI4PUT /shopping-lists/{shoppingListId}To update the shopping list detail. Recurrence info can also be set from this API.PlanningI5POST /shopping-lists/{shoppingListId}/itemsAdd an item to the shopping list.PlanningI6GET /shopping-lists/{shoppingListId}/itemsGet the list of items on a shopping list.PlanningI7PUT /shopping-lists/{shoppingListId}/items/{itemId}Update the particular item on the shopping list.PlanningI8DELETE /shopping-lists/{shoppingListId}/items/{itemId}Remove the particular item from the shopping list.PlanningI
Quote
DELETE /wishlist/{productId}To remove a product from the wishlist.
PlanningI
3GET /wishlistTo get the wishlist1POST /quote-requestsQuotes Request can be created from the shopping list and from the cart.  This API will create a quote request.PlanningI2GET /quote-requestsTo get the list of quote requests(request history).PlanningI3GET /quote-requests/{requestId}To get the detail of a quote request.PlanningI4GET /quotesTo get the list of quotes.PlanningI5GET /quotes/{quoteId}To get the detail of a quote.PlanningI6POST /order-quotesTo create an order from the quote.
PlanningI


Shopping Cart & Checkout

...