Settings

APIDescription
GET Settings/GetAllSettings

No documentation available.

Cart

APIDescription
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

APIDescription
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

APIDescription
GET HomePage/GetMainSliders

No documentation available.

GET HomePage/GetCustomerBasicData?customerID={customerID}

No documentation available.

Location

APIDescription
GET Location/GetLocation

No documentation available.

Checkout

APIDescription
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

APIDescription
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

APIDescription
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

APIDescription
GET Order/GetOrderDetails?CustomerId={CustomerId}

No documentation available.

POST Order/CancelOrder?orderID={orderID}

No documentation available.

Product

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