API Reference
Log In
API Reference

The following set of APIs pertains to the Instamojo Online store.

Scopes (for the access token that is used) required to the run the Commerce APIs:

store-inventory:read
store-orders:read
store-settings:read
store-inventory:write
store-orders:write
store-settings:write

Error codes and their meanings :

HTTP CodesHTTP Codes
401 Unauthorized{
"error": "Invalid Client Id"
}
401 Unauthorized{
"error": "Invalid or expired Client Id Exp"
}
403 Forbidden{
"error": "Invalid scopes"
}
404 Not Found{
"error": "Invalid Account Id"
}