Versions Compared

Key

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

...

Sr No.API EndpointDescriptionTasksStatusPhase
1GET /getGuestTokenThis API will return a token for a guest account.


2POST /getCustomerTokenThis API will return a token for the registered user.


3POST /refreshTokenIn case we need to update the token. As JWT token ideally contains a certain expiry time. So if the user is active then instead of getting him to log out, this API can generate a new token from the existing token.



Customer

Sr No.API EndpointDescriptionTasksStatusPhase
1POST /customersTo register the customer.


2GET /customers/{customerPartyId}/password-hintTo get the password hint.


3POST /customers/reset-passwordTo get the reset password link on the registered email.


4POST /customers/{customerPartyId}/change-passwordTo change the password.


5GET /customers/{customerPartyId}To get the full data of the customer profile.


6PUT /customers/{customerPartyId}To update the customer's personal information.


7POST /customers/{customerPartyId}/addressesTo create the postal address.


8PUT /customers/{customerPartyId}/addresses/{contactMechId}To update the postal address and to mark the default address.


9DELETE /customers/{customerPartyId}/addresses/{contactMechId}To delete/expire the postal address.


10POST /customers/{customerPartyId}/phonesTo create a telecom number.


11PUT /customers/{customerPartyId}/phones/{contactMechId}To update a telecom number.


12DELETE /customers/{customerPartyId}/phones/{contactMechId}To delete a telecom number


13POST /customers/{customerPartyId}/emailsTo create an email address.


14PUT /customers/{customerPartyId}/emails/{contactMechId}To update an email address.


15DELETE /customers/{customerPartyId}/emails/{contactMechId}To remove an email address.


16POST /customers/{customerPartyId}/contact-informationTo add the other contact information like electronic address, Internet IP address, Internet Domain Name, Web Url, LDAP address, File server, etc. 


17PUT /customers/{customerPartyId}/contact-information/{contactMechId}To update the other contact information like electronic address, Internet IP address, Internet Domain Name, Web Url, LDAP address, File server, etc.


18DELETE /customers/{customerPartyId}/contact-information/{contactMechId}To remove the other contact information like electronic address, Internet IP address, Internet Domain Name, Web Url, LDAP address, File server, etc.


19POST /customers/{customerPartyId}/sendEmailTo send the mail from the profile page to the added email address.


20POST /customers/{customerPartyId}/credit-cardsTo create a credit card.


21PUT /customers/{customerPartyId}/credit-cards/{paymentMethodId}To update the credit card detail and to mark it as default.


22DELETE /customers/{customerPartyId}/credit-cards/{paymentMethodId}To remove a credit card.


23POST /customers/{customerPartyId}/gift-cardsTo create a gift card.


24PUT /customers/{customerPartyId}/gift-cards/{paymentMethodId}To update the gift card detail and to mark it as default.


25DELETE /customers/{customerPartyId}/gift-cards/{paymentMethodId}To remove the gift card.


26POST /customers/{customerPartyId}/eft-accountsTo create an EFT account.


27PUT /customers/{customerPartyId}/eft-accounts/{paymentMethodId}To update the EFT account detail and to mark it as default.


28DELETE /customers/{customerPartyId}/eft-accounts/{paymentMethodId}To remove the EFT account.


29POST /customers/{customerPartyId}/shipment-methods/{shipmentMethodId}To mark the default shipping method if there is a default shipping address.


30POST /customers/{customerPartyId}/contact-list/{contactListId}/subscriptionTo subscribe to the contact list.


31PUT /customers/{customerPartyId}/contact-list/{contactListId/subscriptionTo unsubscribe the contact list.


32GET /customers/{customerPartyId}/ordersTo fetch all the orders of a customer.


33GET /customers/{customerPartyId}/orders/{orderId}To fetch the order detail.


34PUT /customers/{customerPartyId}/orders/{orderId}To update the order. Right now the support to cancel an item(partially or fully) is there. That should be handled in this API.


35GET /customers/{customerPartyId}/orders/{orderId}/order-pdfTo get the order pdf.


36GET /customers/{customerPartyId}/orders/{orderId}/invoice-pdfTo get the invoice pdf.


37POST /customers/{customerPartyId}/returnsTo create a return.








...

Sr No.API EndpointDescriptionTasksStatusPhase
1GET /catalogsTo get the list of catalogs.


2GET /catalogs/{catalogId}/feature-categoriesTo get the feature categories of a catalog.


3GET  /catalogs/{catalogId}/feature-productsTo get the feature products of a catalog.


4GET /catalogs/{catalogId}/category-hierarchyTo get the category hierarchy of a catalog.


5GET /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.


6GET /products/{productId}To get the product detail.


7POST /products/{productId}/reviewsTo add a review of a product.


8GET /products/{productId}/reviewsTo get the reviews of a product.


9GET /products/{productId}/associated-productsTo get the list of cross-sell/upsell products.


10POST /products/{productId}/product-tagsTo add a tag for a product.


11GET /products/{productId}/product-tagsTo get all the tags of a product.


12GET /products/product-tagsAll the product tags for the tag cloud.


13GET /offersTo list the special offers


14GET /offers/{promotionId}To get the complete detail of a particular offer


15POST /sendMailFor Tell a Friend functionality


16POST /products/compare-listTo create a compare list and to add a product to it.


17GET /products/compare-listTo get the list of added products with detail for the comparison view.


18DELETE /products/compare-list/{productId}To remove a product from the compare list.


...

Sr No.API EndpointDescriptionTasksStatusPhase
1POST /shopping-listsTo create a new shopping list.


2GET /shopping-listsTo get the list of shopping lists.


3GET /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.


4PUT /shopping-lists/{shoppingListId}To update the shopping list detail. Recurrence info can also be set from this API.


5POST /shopping-lists/{shoppingListId}/itemsAdd an item to the shopping list.


6GET /shopping-lists/{shoppingListId}/itemsGet the list of items on a shopping list.


7PUT /shopping-lists/{shoppingListId}/items/{itemId}Update the particular item on the shopping list.


8DELETE /shopping-lists/{shoppingListId}/items/{itemId}Remove the particular item from the shopping list.


9POST /quote-requestsQuotes Request can be created from the shopping list and from the cart.  This API will create a quote request.


10GET /quote-requestsTo get the list of quote requests(request history).


11GET /quote-requests/{requestId}To get the detail of a quote request.


12GET /quotesTo get the list of quotes.


13GET /quotes/{quoteId}To get the detail of a quote.


14POST /orders/quotes/{quoteId}quote-ordersTo create an order from the quote.














...