If you develop IOS,Android,Windows 8apps, this is useful for you
*****************************************************************
Android application development then contact our support
Demo App in Playstore
https://play.google.com/store/apps/details?id=com.siafinfoweb.siafinfoweb
COMPLETE API's List
=================================
Complete API List with Description
1. Authentication APIs
Used for user account creation, login, and session management.
AppStart – Initialize the app, load configuration, and essential data.
Login – Authenticate users using email/username and password.
Register – Create a new customer account.
Logout – Log out the user and clear session data.
2. General APIs
Handles general site data and preferences.
Homepage – Fetch homepage banners, featured products, and offers.
ChangeLanguage – Update the site/app language.
ChangeCurrency – Switch between available currencies.
Get Pages – Retrieve all informational pages (About Us, Terms, etc.).
Get Page Info – Fetch the content of a specific page.
3. Products & Categories APIs
For retrieving product and category-related information.
GetCategories – List all product categories.
GetBrands – Fetch all available brands.
SearchProduct – Search products by keyword or filters.
ProductDetail – Get full details of a product by ID.
GetProductByCategory – Fetch products belonging to a category.
GetProductByManufacturer – Fetch products by brand/manufacturer.
NewProductList – List of newly added products.
TradingProduct – List of trending products.
GetChildCategories – Fetch subcategories of a given category.
4. Customer APIs
Manage customer profile, addresses, and preferences.
GetCustomer – Get logged-in customer details.
EditCustomerInfo – Update customer profile information.
AddAddress – Save a new address for the customer.
UpdateAddress – Edit existing customer address.
GetAddress – Fetch customer address list.
DeleteAddress – Remove a customer address.
ChangePassword – Update customer password.
GetWishlist – Retrieve wishlist items.
AddWishlist – Add product to wishlist.
DeleteWishlist – Remove product from wishlist.
AddReview – Submit a product review.
Return – Return request list.
AddReturn – Submit a new return request.
GetReturnInfo – Get details of a return request.
CustomerAllReturn – All return requests of the customer.
ForgotPassword – Send password reset instructions.
5. Cart APIs
For managing shopping cart items.
GetCart – Fetch all items in the cart.
UpdateCart – Update cart quantities or options.
DeleteCart – Remove a specific item from the cart.
ClearCart – Empty the entire cart.
ApplyCoupon – Apply discount coupon to the cart.
ApplyVoucher – Apply store voucher to the cart.
6. Order APIs
Retrieve customer order history and details.
GetOrders – List of all orders for the logged-in customer.
GetOrderInfo – Detailed information about a specific order.
7. Checkout APIs
Step-by-step checkout process.
Checkout Step1 – Customer & address selection.
Checkout Step2 – Shipping method selection.
Checkout Step3 – Payment method selection.
Checkout Step4 – Order review.
Checkout Step5 – Confirm payment details.
Confirm – Place the final order and generate invoice.
<p>
<a href="https://documenter.getpostman.com/view/13250989/VUjSFixw" target="_blank" style="background:#ff6c37;color:#fff;padding:10px 16px;text-decoration:none;border-radius:5px;font-weight:bold;">
Open Postman Collection
</a>
</p>

Login and write down your comment.
Login my OpenCart Account