Logo
Ecartapi.com Public API Documentation

Oauth resources

Number of APIs: 5


1. URL Validation

GET https://oauth.ecartapi.com/oauth/validate?url=https://ecart-test.myshopify.com&ecommerce=shopify



2. Integration Page

GET https://oauth.ecartapi.com/{{appId}}

This is our landing main page.

We asign an integration page by app its the same page that you get redirected to when clicking on our dashboards + new store button

Parameter values

Attribute Description
nobar
values: [true, false]
Removes or shows page header and footer.
back_device
values: [true, false]
Removes or shows back button when on movible devices.
ecommerce
values: click here
Opens up integration page with ecommerce selected.



3. Manual Integration Page

GET https://oauth.ecartapi.com/oauth/{{appId}}/integration/{{ecommerce}}?url=&sandbox=&name=&marketplace

Manual integration Landing page

This page is shown on two ocassions, when the ecommerce does not offer an Oauth 2.0 or 1.0 integration or when Wocommerce or Magento 2 Oauth integration fails.

It can also be used when the user has already generated their store access keys outside of Ecartapi.

The form requested changes depending on the ecommerce. More information about what are the form requirements here.



4. Automatic Integration Call

GET https://oauth.ecartapi.com/oauth/{{ecommerce}}/{{appId}}?url=&sandbox=&name=&marketplace

This call is used for all of the Ecommerces with Oauth 2.0 or 1.0.

There are two parameters that are required by ecommerce.

sandbox is only used for Ebay ecommerce this is to point to the correct endpoints they offer, if you wish to not use the sandbox enviroment you must always send this value false when Ebay integrations take place.

marketplace Marketplace is a value required for Amazon integrations and it only receives an array of values


Click here to see what values this param receives


To find more informations about this call support Click Here



5. Zoho organizations list

GET https://oauth.ecartapi.com/zoho/organizations/{{appId}}

This view is part of the Automatic Integration Call Flow.

On Zoho inventory management you can have multiple organizations in a single account, this view was developed for the user to be able to choose wich organization they want to integrate.


Click here for more information on the Automatic Integration Call



ENDPOINTS