Versions Compared

Key

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

...

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
11POST /orderTo place the order.