Logo
Ecartapi.com Public API Documentation

Ecommerce Information

GET https://api.ecartapi.com/modules/ecommerces/{{id}}

 

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": "customers/delete" }, "products": { "create": "products/create", "update": "products/update", "delete": "products/delete" }, "orders": { "create": "orders/create", "update": "orders/updated", "delete": "orders/delete" }, "fulfillments": { "create": "fulfillments/create", "update": "fulfillments/update" }, "listings&quo
Curl
curl -X GET 'https://api.ecartapi.com/modules/ecommerces/id' -H 'Authorization: moduleAuth'

ENDPOINTS