Introduction
Aasaan Backend APIs allow you to manage your store completely from a command line. It provides with all the necessary APIs to setup a new store, add new categories, brands, products, modify the store front and much more. The Aasaan Backend APIs are organized around REST principles. It uses predictable resource-oriented URLs, standard HTTP verbs, and response codes. It also accepts and returns JSON-encoded request and response bodies.API Basics
In order to be able to use these APIs you will need to create a user profile with AASAAN. Once you have created a user profile, you will need to work with us to get the necessary authorization key. This authorization key is needed for every subsequent API calls that you make which needs to be provided viax-api-key
header.
API Basics
All requests are done via HTTPs. Requests via insecure HTTP are not supported.BASE URL
curl