Settings
| API | Description |
|---|---|
| GET Settings/GetAllSettings |
No documentation available. |
Cart
| API | Description |
|---|---|
| POST Cart/AddToCartV2?productID={productID}&customerID={customerID}&quantity={quantity} |
No documentation available. |
| POST Cart/AddToCart?productID={productID}&customerID={customerID}&quantity={quantity} |
No documentation available. |
| POST Cart/RemoveFromCart?cartID={cartID} |
No documentation available. |
| POST Cart/RemoveFromCart?productId={productId}&customerId={customerId} |
No documentation available. |
| POST Cart/MoveToWishList?customerID={customerID}&cartId={cartId} |
No documentation available. |
| POST Cart/MoveToWishListFromCart?productId={productId}&customerId={customerId} |
No documentation available. |
| GET Cart/GetCart?CustomerID={CustomerID} |
No documentation available. |
Wishlist
| API | Description |
|---|---|
| POST Wishlist/AddToWishlistV2?productID={productID}&customerID={customerID} |
No documentation available. |
| POST Wishlist/AddToWishlist?productID={productID}&customerID={customerID} |
No documentation available. |
| POST Wishlist/RemoveFromWishlist?wishListID={wishListID} |
No documentation available. |
| POST Wishlist/RemoveFromWishlist?productId={productId}&customerId={customerId} |
No documentation available. |
| POST Wishlist/MoveToCart?wishListID={wishListID}&customerID={customerID} |
No documentation available. |
| POST Wishlist/MoveToCartFromWishlist?productId={productId}&customerID={customerID} |
No documentation available. |
| GET Wishlist/GetWishlist?CustomerID={CustomerID} |
No documentation available. |
HomePage
| API | Description |
|---|---|
| GET HomePage/GetMainSliders |
No documentation available. |
| GET HomePage/GetCustomerBasicData?customerID={customerID} |
No documentation available. |
Location
| API | Description |
|---|---|
| GET Location/GetLocation |
No documentation available. |
Checkout
| API | Description |
|---|---|
| GET Checkout/GetShippingAddress?CustomerId={CustomerId} |
No documentation available. |
| GET Checkout/GetOrderItems?CustomerId={CustomerId} |
No documentation available. |
| GET Checkout/GetPriceDetails?CustomerId={CustomerId} |
No documentation available. |
| GET Checkout/GetTotalPriceDetails?CustomerId={CustomerId} |
No documentation available. |
| POST Checkout/PlaceOrder?CustomerId={CustomerId}&CashInHand={CashInHand}&OrderDate={OrderDate}&LocationID={LocationID} |
No documentation available. |
| POST Checkout/AddShippingAddress |
No documentation available. |
| POST Checkout/AddPaymentDetail |
No documentation available. |
Account
| API | Description |
|---|---|
| POST Account/RegisterUser |
No documentation available. |
| POST Account/RegisterWithMobile |
No documentation available. |
| POST Account/Login |
No documentation available. |
| GET Account/GetCustomer?customerId={customerId} |
No documentation available. |
Category
| API | Description |
|---|---|
| GET Category/GetCategory |
No documentation available. |
| GET Category/GetAllCategoriesAndSubCategories |
No documentation available. |
| GET Category/GetSubCategory?CategoryID={CategoryID} |
No documentation available. |
| GET Category/GetAllSpecialCategories |
No documentation available. |
Order
| API | Description |
|---|---|
| GET Order/GetOrderDetails?CustomerId={CustomerId} |
No documentation available. |
| POST Order/CancelOrder?orderID={orderID} |
No documentation available. |
Product
| API | Description |
|---|---|
| GET Product/Get?customerID={customerID}&LocationID={LocationID} |
No documentation available. |
| GET Product/GetProductBySubCategory?customerID={customerID}&SubCategoryID={SubCategoryID}&LocationID={LocationID} |
No documentation available. |
| GET Product/GetProductByID?customerID={customerID}&ProductID={ProductID} |
No documentation available. |
| GET Product/GetProductByType?customerID={customerID}&type={type}&LocationID={LocationID} |
No documentation available. |
| GET Product/GetProductsBySearch?searchText={searchText}&customerID={customerID}&LocationID={LocationID} |
No documentation available. |
| GET Product/GetProductsByCategory?categoryId={categoryId}&customerID={customerID}&LocationID={LocationID} |
No documentation available. |