GET https://api.ecartapi.com/modules/ecommerces
With this call you will be available to get all the information of the current ecommerces we have. IMPORTANT NOTEImportant body aspects
Pattern
Integrations
Form
Name
Image
When in the form
object there is a
type = select
then the data array is all the values that param accepts
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
[
{
"pattern": [
"name",
"token",
"refreshToken",
"userId"
],
"integrations": 12928,
"_id": "5d2381ba52b1b4da086d3c82",
"code": 12,
"name": "Wix",
"type": "Shopping Carts",
"oauth": true,
"oauth_pattern": [
"client_id",
"client_secret"
],
"form": {
"name": {
"type": "input",
"required": true,
"label": "Name"
},
"token": {
"type": "input",
"required": true,
"label": "Token"
},
"refreshToken": {
"type": "input",
"required": true,
"label": "Refresh Token"
},
"userId": {
"type": "input",
"required": true,
"label": "App Instance Id"
}
},
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/wix.svg",
"static_url": "https://wix.com",
"webhooks": {
"orders": {
"create": "ordersCreate",
"update": "ordersUpdate"
},
"products": {
"create": "productsCreate",
"update": "productsUpdate",
"delete": "productsDelete"
}
},
"redirect_url": "https://oauth.ecartapi.com/oauth/wix/access",
"active": true,
"order": 2,
"landing_type": "closed"
},
{
"pattern": [
"token"
],
"integrations": 8821,
"_id": "5cbdee1dfa9d96086edc594b",
"code": 6,
"name": "Shopify",
"type": "Shopping Carts",
"oauth": true,
"oauth_pattern": [
"client_id",
"client_secret",
"scopes"
],
"form": {
"url": {
"type": "input",
"required": true,
"label": "Store URL"
},
"token": {
"type": "input",
"required": true,
"label": "Token"
}
},
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/shopify.svg",
"webhooks": {
"categories": {
"create": "collections/create",
"update": "collections/update",
"delete": "collections/delete"
},
"customers": {
"create": "customers/create",
"update": "customers/update",
"delete" Curl curl -X GET 'https://api.ecartapi.com/modules/ecommerces' -H 'Authorization: moduleAuth' ENDPOINTS |