Versions Compared

Key

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

...

4POST anonymous-user/shippingAddress
Sr No.API EndpointDescriptionTasksStatusPhase
1POST /carts

PlanningI
2GET /carts/{cartReference}

PlanningI
3DELETE /carts/{cartReference}

PlanningI
4POST /carts/{cartReference}/itemsFor adding products and other order adjustments like shipping charges, tax, etc.
PlanningI
5GET /carts/{cartReference}/items

PlanningI
6PUT /carts/{cartReference}/items/{itemSeqId}

PlanningI
7DELETE /carts/{cartReference}/items/{itemSeqId}

PlanningI
8POST /carts/{cartReference}/promotionsTo apply the promo code on the cart.
PlanningI
9DELETE /carts/{cartReference}/promotions/{itemSeqId}To remove an applied promotion.
PlanningI
10POST /carts/{cartReference}/items/shopping-list/{shoppingListId}This will add all the items of a given shopping list to the cart.
PlanningI
11POST /carts/{cartReference}/items/order/{orderId}This will add all the items of a given past order to the cart.
PlanningI
12POST /carts/{cartReference}/ship-groupsTo create a new ship group in case of split shipment.
PlanningI
13GET /carts/{cartReference}/ship-groupsTo get the ship groups with items.
PlanningI
14POST /carts/{cartReference}/ship-groups/{shipGroupSeqId}/shipping-addressTo add the shipping address.
PlanningI
15POST /carts/{cartReference}/ship-groups/{shipGroupSeqId}/itemsTo move items from one ship group to another in case of split shipment.
PlanningI
16POST /carts/{cartReference}/ship-groups/{shipGroupSeqId}/shipping-instructionsTo add special instructions, gift message in case of a gift, split preferences(ship all items together or ship items when available)
PlanningI
17PUT /carts/{cartReference}/ship-groups/{shipGroupSeqId}/shipping-instructionsTo update special instructions, gift message in case of a gift, split preferences(ship all items together or ship items when available)
PlanningI
18GET /shipping-methods}To get the shipping methods.
PlanningI
19POST /carts/{cartReference}/ship-groups/{shipGroupSeqId}/shipping-methodTo add/update the shipping method.
PlanningI
20GET /payment-optionsTo get the list of supported payment options.
PlanningI
21POST /carts/{cartReference}/payment-methodsTo add a payment method. The combination of the gift card and other payment methods are supported as of now.
PlanningI
22POST /checkoutTo place the order.
PlanningI
Anonymous Checkout
1POST /anonymous-usercarts/{cartReference}/guest/personal-informationSet the anonymous user's detail for the order. Name, phone, email, etc.
PlanningI
2PUT /carts/{cartReference}/guest/personal-information



3POST /anonymous-user/carts/{cartReference}/guest/shipping-address

PlanningI
4PUT /guest-carts/{cartReference}/guest/shipping-address



53POST /anonymous-userguest-carts/{cartReference}/guest/payment-informaion

PlanningI
6PUT /guest-carts/{cartReference}/guest/payment-informaion







PlanningI