Logo
Ecartapi.com Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 
url
null Required* Store Url or undefined
sandbox
null Required* true/false or undefined only for Ebay
name
null Required* Store's name or undefined
marketplace
null Required* Amazon marketplace name or undefined (Country names)



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://oauth.ecartapi.com/oauth/ecommerce/ecommerce?url=&sandbox=&name=&marketplace?url=&sandbox=&name=&marketplace='

ENDPOINTS