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": "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": {
"create": "product_listings/add",
"update": "product_listings/update",
"delete": "product_listings/remove"
}
},
"scopes": {
"analytics": [
"read_analytics",
"write_reports",
"write_marketing_events",
"write_resource_feedbacks"
],
"view": [
"write_themes",
"write_script_tags"
],
"customers": [
"write_customers"
],
"products": [
"write_products",
"write_product_listings",
"read_product_listings",
"write_inventory",
"write_price_rules",
"read_locations"
],
"fulfillments": [
"write_shipping",
"read_assigned_fulfillment_orders",
"write_assigned_fulfillment_orders",
"read_merchant_managed_fulfillment_orders",
"write_merchant_managed_fulfillment_orders",
"read_third_party_fulfillment_orders",
"write_third_party_fulfillment_orders",
"write_fulfillments",
"read_fulfillments"
],
"orders": [
"write_checkouts",
"read_checkouts",
"write_orders",
"read_orders",
"write_draft_orders",
"read_draft_orders"
],
"payments": [
"read_shopify_payments_payouts",
"read_shopify_payments_disputes"
]
},
"redirect_url": "https://oauth.ecartapi.com/oauth/shopify/access",
"active": true,
"order": 1,
"landing_type": "closed"
},
{
"pattern": [
"clientKey",
"clientSecret",
"version"
],
"integrations": 3573,
"_id": "5cbdee1dfa9d96086edc594f",
"code": 15,
"name": "Woocommerce",
"type": "Shopping Carts",
"oauth": true,
"form": {
"url": {
"type": "input",
"required": true,
"label": "Store URL"
},
"clientKey": {
"type": "input",
"required": true,
"label": "Client Key"
},
"clientSecret": {
"type": "input",
"required": true,
"label": "Client Secret"
},
"version": {
"type": "select",
"required": true,
"label": "Version",
"data": [
"wc/v1",
"wc/v2",
"wc/v3"
]
}
},
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/woocommerce.svg",
"webhooks": {
"customers": {
"create": "customer.created",
"update": "customer.updated",
"delete": "customer.deleted"
},
"products": {
"create": "product.created",
"update": "product.updated",
"delete": "product.deleted"
},
"orders": {
"create": "order.created",
"update": "order.updated",
"delete": "order.deleted"
}
},
"versions": [
"wc/v1",
"wc/v2",
"wc/v3"
],
"scopes": {
"all": [
"read_write"
]
},
"active": true,
"redirect_url": "https://oauth.ecartapi.com/oauth/woocommerce/access",
"order": 3,
"landing_type": "open"
},
{
"pattern": [
"token",
"refreshToken",
"userId",
"expiresIn"
],
"integrations": 1648,
"_id": "5cbdee1efa9d96086edc595f",
"code": 3,
"name": "MercadoLibre",
"type": "Marketplaces",
"oauth": true,
"oauth_pattern": [
"client_id",
"client_secret"
],
"form": {
"token": {
"type": "input",
"required": true,
"label": "Token"
},
"refreshToken": {
"type": "input",
"required": true,
"label": "Refresh Token"
},
"userId": {
"type": "input",
"required": true,
"label": "User ID"
}
},
"webhooks": {
"orders": {
"create": "orders_v2"
},
"products": {
"create": "items"
},
"fulfillments": {
"create": "shipments"
}
},
"redirect_url": "https://oauth.ecartapi.com/oauth/mercadolibre/access",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/mercadolibre.svg",
"static_url": "https://api.mercadolibre.com",
"active": true,
"order": 4,
"landing_type": "marketplace"
},
{
"pattern": [
"token"
],
"integrations": 556,
"_id": "5cbdee1dfa9d96086edc5952",
"code": 9,
"name": "Prestashop",
"type": "Shopping Carts",
"form": {
"image": "https://ecartapi.s3.amazonaws.com/Oauth/Prestashop/PrestashopOauth",
"url": {
"type": "input",
"required": true,
"label": "Store URL",
"message": "Url of your store, *pointing to the index file"
},
"token": {
"type": "input",
"required": true,
"label": "Key",
"message": "In the web service section you can create a Key which will be used here."
}
},
"webhooks": {
"orders": {
"create": "orders/create"
}
},
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/prestashop.svg",
"active": true,
"order": 5,
"landing_type": "open"
},
{
"pattern": [
"name",
"token",
"refreshToken",
"expiresIn"
],
"integrations": 312,
"_id": "5d5ad51201d2b83962e82ef5",
"code": 17,
"name": "SquareSpace",
"type": "Order Management",
"oauth": true,
"oauth_pattern": [
"client_id",
"client_secret",
"scopes"
],
"form": {
"name": {
"type": "input",
"required": true,
"label": "Name"
},
"token": {
"type": "input",
"required": true,
"label": "Token",
"link": "https://oriole-azalea-2deb.squarespace.com/config/settings/advanced/squarespace-api-keys"
}
},
"scopes": {
"products": [
"website.inventory",
"website.inventory.read",
"website.products",
"website.products.read"
],
"orders": [
"website.orders",
"website.orders.read"
],
"transactions": [
"website.transactions.read"
]
},
"redirect_url": "https://oauth.ecartapi.com/oauth/squarespace/access",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/squarespace.svg",
"static_url": "https://api.squarespace.com",
"active": true,
"order": 6,
"landing_type": "closed"
},
{
"pattern": [
"token",
"organizationId",
"refreshToken",
"oauth",
"name",
"expiresIn"
],
"integrations": 267,
"_id": "5d320eac52b1b4da08b737b0",
"code": 13,
"name": "Zoho",
"type": "Order Management",
"oauth": true,
"oauth_pattern": [
"client_id",
"client_secret",
"scopes"
],
"form": {
"token": {
"type": "input",
"required": true,
"label": "Token",
"link": "https://accounts.zoho.com/apiauthtoken/create?SCOPE=ZohoInventory/inventoryapi"
},
"organizationId": {
"type": "input",
"required": true,
"label": "organization ID",
"link": "https://inventory.zoho.com/app#/organizations"
},
"refreshToken": {
"type": "input",
"required": true,
"label": "Refresh Token"
},
"oauth": {
"type": "input",
"required": true,
"label": "Oauth"
},
"name": {
"type": "input",
"required": true,
"label": "Name"
}
},
"scopes": {
"all": [
"ZohoInventory.FullAccess.all"
]
},
"redirect_url": "https://oauth.ecartapi.com/oauth/zoho/access",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/zoho.svg",
"static_url": "https://inventory.zoho.com",
"active": true,
"order": 7,
"landing_type": "closed"
},
{
"pattern": [
"name",
"expiresIn",
"token",
"sellerId",
"marketplaceId",
"client_id",
"client_secret",
"user_id",
"user_secret",
"role",
"refreshToken"
],
"integrations": 211,
"_id": "5ceda22d94f0950270c0b35c",
"code": 1,
"name": "Amazon",
"type": "Marketplaces",
"oauth": true,
"oauth_pattern": [
"access_key_id",
"secret_key"
],
"form": {
"name": {
"type": "input",
"required": true,
"label": "Name"
},
"marketplace": {
"type": "select",
"required": true,
"label": "Version",
"data": [
"Mexico",
"Canada",
"United States",
"United Arab Emirates",
"Spain",
"India"
]
},
"sellerId": {
"type": "input",
"required": true,
"label": "Seller ID"
},
"client_id": {
"type": "input",
"required": true,
"label": "Client ID"
},
"client_secret": {
"type": "input",
"required": true,
"label": "Client Secret"
},
"user_id": {
"type": "input",
"required": true,
"label": "User ID"
},
"user_secret": {
"type": "input",
"required": true,
"label": "User Secret"
},
"role": {
"type": "input",
"required": true,
"label": "Role"
},
"refreshToken": {
"type": "input",
"required": true,
"label": "Refresh Token"
}
},
"webhooks": {
"orders": {
"create": "orders/create"
}
},
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/amazon.svg",
"static_url": "https://mws.amazonservices.com",
"active": true,
"order": 8,
"landing_type": "marketplace"
},
{
"pattern": [
"url",
"token",
"userId"
],
"integrations": 203,
"_id": "5f4eb8b383157ad29731c15d",
"code": 23,
"order": 15,
"name": "TiendaNube",
"type": "Shopping Carts",
"active": true,
"oauth": true,
"form": {
"token": {
"type": "input",
"required": true,
"label": "Token"
},
"url": {
"type": "input",
"required": true,
"label": "URL"
},
"userId": {
"type": "input",
"required": true,
"label": "App Instance Id"
}
},
"redirect_url": "https://oauth.ecartapi.com/oauth/tiendanube/access",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/tiendanube.svg",
"static_url": "https://api.tiendanube.com",
"webhooks": {
"categories": {
"create": "category/create",
"update": "category/update",
"delete": "category/delete"
},
"orders": {
"create": "order/created",
"update": "order/updated"
},
"products": {
"create": "product/created",
"update": "product/updated",
"delete": "product/deleted"
},
"fulfillments": {
"create": "order/fulfilled"
}
},
"landing_type": "closed"
},
{
"pattern": [
"name",
"token",
"refreshToken",
"expiresIn",
"oauth"
],
"integrations": 105,
"_id": "5fa2d3d9253178f40104ad1a",
"code": 24,
"order": 24,
"name": "Jumpseller",
"type": "Shopping Carts",
"active": true,
"oauth": true,
"oauth_pattern": [
"client_id",
"client_secret",
"scopes"
],
"form": {
"token": {
"type": "input",
"required": true,
"label": "Auth Token"
},
"name": {
"type": "input",
"required": true,
"label": "name"
},
"refreshToken": {
"type": "input",
"required": true,
"label": "Login"
}
},
"redirect_url": "https://oauth.ecartapi.com/oauth/jumpseller/access",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/jumpseller.svg",
"static_url": "https://jumpseller.com",
"webhooks": {
"customers": {
"create": "customer_created",
"update": "customer_updated",
"delete": "customer_deleted"
},
"products": {
"create": "product_created",
"update": "product_updated",
"delete": "product_deleted"
},
"orders": {
"create": "order_paid",
"update": "order_updated"
}
},
"scopes": {
"hooks": [
"read_hooks",
"write_hooks"
],
"sites": [
"read_store"
],
"customers": [
"read_customers",
"write_customers"
],
"products": [
"read_products",
"write_products",
"read_categories",
"write_categories"
],
"fulfillments": [],
"orders": [
"read_orders",
"write_orders"
]
},
"landing_type": "closed"
},
{
"pattern": [
"name",
"token",
"refreshToken",
"siteId",
"expiresIn",
"sandbox"
],
"integrations": 73,
"_id": "5cbdee1efa9d96086edc5963",
"code": 2,
"name": "Ebay",
"type": "Marketplaces",
"oauth": true,
"oauth_pattern": [
"client_id",
"client_secret",
"scopes"
],
"form": {
"name": {
"type": "input",
"required": true,
"label": "Name",
"link": "https://hola.com"
},
"token": {
"type": "input",
"required": true,
"label": "Token"
},
"refreshToken": {
"type": "input",
"required": true,
"label": "Refresh Token"
},
"siteId": {
"type": "input",
"required": true,
"label": "Site ID"
},
"expiresIn": {
"type": "input",
"required": true,
"label": "Expires In"
}
},
"scopes": {
"sites": [
"https://api.ebay.com/oauth/api_scope/commerce.catalog.readonly",
"https://api.ebay.com/oauth/api_scope/commerce.identity.readonly",
"https://api.ebay.com/oauth/api_scope/commerce.identity.email.readonly",
"https://api.ebay.com/oauth/api_scope/commerce.identity.phone.readonly",
"https://api.ebay.com/oauth/api_scope/commerce.identity.address.readonly",
"https://api.ebay.com/oauth/api_scope/commerce.identity.name.readonly"
],
"other": [
"https://api.ebay.com/oauth/api_scope"
],
"analytics": [
"https://api.ebay.com/oauth/api_scope/sell.marketing.readonly",
"https://api.ebay.com/oauth/api_scope/sell.marketing",
"https://api.ebay.com/oauth/api_scope/sell.analytics.readonly",
"https://api.ebay.com/oauth/api_scope/sell.marketplace.insights.readonly",
"https://api.ebay.com/oauth/api_scope/sell.finances"
],
"users": [
"https://api.ebay.com/oauth/api_scope/sell.account.readonly",
"https://api.ebay.com/oauth/api_scope/sell.account"
],
"customers": [
"https://api.ebay.com/oauth/api_scope/buy.shopping.cart"
],
"products": [
"https://api.ebay.com/oauth/api_scope/sell.inventory.readonly",
"https://api.ebay.com/oauth/api_scope/sell.inventory"
],
"fulfillments": [
"https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly",
"https://api.ebay.com/oauth/api_scope/sell.fulfillment"
],
"offer": [
"https://api.ebay.com/oauth/api_scope/buy.offer.auction"
],
"orders": [
"https://api.ebay.com/oauth/api_scope/buy.order.readonly",
"https://api.ebay.com/oauth/api_scope/buy.guest.order"
]
},
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/ebay.svg",
"active": true,
"order": 14,
"landing_type": "marketplace"
},
{
"pattern": [
"apiName",
"refreshToken"
],
"integrations": 65,
"_id": "5d28cb9852b1b4da08039c2b",
"code": 8,
"name": "OpenCart",
"type": "Shopping Carts",
"form": {
"image": "",
"url": {
"type": "input",
"required": true,
"label": "Store URL"
},
"apiName": {
"type": "input",
"required": true,
"label": "API Name"
},
"refreshToken": {
"type": "input",
"required": true,
"label": "API Key"
}
},
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/opencart.svg",
"active": true,
"order": 10,
"landing_type": "open"
},
{
"pattern": [
"consumerKey",
"consumerSecret",
"token",
"tokenSecret"
],
"integrations": 56,
"_id": "5cbdee1efa9d96086edc595b",
"code": 7,
"name": "Magento2",
"type": "Shopping Carts",
"form": {
"url": {
"type": "input",
"required": true,
"label": "Store URL"
},
"consumerKey": {
"type": "input",
"required": true,
"label": "Consumer Key"
},
"consumerSecret": {
"type": "input",
"required": true,
"label": "Consumer Secret"
},
"token": {
"type": "input",
"required": true,
"label": "Token"
},
"tokenSecret": {
"type": "input",
"required": true,
"label": "Token Secret"
}
},
"redirect_url": "https://oauth.ecartapi.com/oauth/magento2/access",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/magento2.svg",
"active": true,
"order": 11,
"landing_type": "open"
},
{
"pattern": [
"clientKey",
"clientSecret",
"token",
"token_secret",
"userId",
"shopId",
"name"
],
"integrations": 55,
"_id": "60eddd875bbdb70f22990b84",
"code": 27,
"name": "Etsy",
"type": "Marketplaces",
"oauth": true,
"oauth_pattern": [],
"form": {
"client_key": {
"type": "input",
"required": true,
"label": "Consumer Key"
},
"client_secret": {
"type": "input",
"required": true,
"label": "Consumer Secret"
},
"token": {
"type": "input",
"required": true,
"label": "Token"
},
"token_secret": {
"type": "input",
"required": true,
"label": "Token Secret"
},
"userId": {
"type": "input",
"required": true,
"label": "User Id"
},
"shopId": {
"type": "input",
"required": true,
"label": "Shop Id"
},
"name": {
"type": "input",
"required": true,
"label": "Name"
}
},
"versions": [],
"scopes": {
"products": [
"listings_r",
"listings_w",
"listings_d"
],
"transactions": [
"transactions_r",
"transactions_w"
],
"users": [
"profile_r",
"profile_w",
"address_r",
"address_w",
"favorites_rw"
],
"carts": [
"cart_rw"
],
"sites": [
"shops_rw"
],
"analytics": [
"feedback_r"
],
"others": [
"recommend_rw",
"treasury_r",
"treasury_w"
]
},
"redirect_url": "https://oauth.ecartapi.com/oauth/etsy/access",
"active": true,
"order": 27,
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/etsy.svg",
"static_url": "https://openapi.etsy.com/v2",
"landing_type": "marketplace"
},
{
"pattern": [
"name",
"accessToken",
"clientId",
"storeId"
],
"integrations": 47,
"_id": "5d48570f01d2b839626eaa31",
"name": "BigCommerce",
"code": 16,
"type": "Order Management",
"oauth": false,
"oauth_pattern": [
"client_id",
"client_secret",
"scopes"
],
"form": {
"name": {
"type": "input",
"required": true,
"label": "Name"
},
"accessToken": {
"type": "input",
"required": true,
"label": "Access Token"
},
"clientId": {
"type": "input",
"required": true,
"label": "Client ID"
},
"storeId": {
"type": "input",
"required": true,
"label": "Store ID"
}
},
"webhooks": {
"categories": {
"create": "store/category/created",
"update": "store/category/updated",
"delete": "store/category/deleted"
},
"customers": {
"create": "store/customer/created",
"update": "store/customer/updated",
"delete": "store/customer/deleted"
},
"products": {
"create": "store/product/created",
"update": "store/product/updated",
"delete": "store/product/deleted"
},
"orders": {
"create": "store/order/created",
"update": "store/order/updated",
"delete": "store/order/archived"
}
},
"scopes": {
"sites": [
"store_sites"
],
"content": [
"store_v2_content"
],
"other": [
"store_v2_default"
],
"general": [
"store_v2_information"
],
"channels": [
"store_channel_listings",
"store_channel_settings"
],
"carts": [
"store_cart"
],
"analytics": [
"store_v2_marketing"
],
"view": [
"store_themes_manage"
],
"customers": [
"store_checkout",
"store_content_checkout",
"store_v2_customers",
"store_v2_customers_login"
],
"products": [
"store_v2_products"
],
"orders": [
"store_v2_orders"
],
"transactions": [
"store_v2_transactions",
"store_payments_access_token_create",
"store_payments_methods_read"
]
},
"redirect_url": "https://oauth.ecartapi.com/oauth/bigcommerce/access",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/bigcommerce.svg",
"static_url": "https://api.bigcommerce.com",
"active": true,
"order": 12,
"landing_type": "closed"
},
{
"pattern": [
"token"
],
"integrations": 41,
"_id": "5cbdee1dfa9d96086edc5955",
"code": 11,
"name": "Kometia",
"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"
}
},
"scopes": {
"files": [
"files.write",
"files.read"
],
"analytics": [
"reports.write",
"reports.read"
],
"view": [
"themes.write",
"themes.read",
"scripts.write",
"scripts.read"
],
"users": [
"users.write",
"users.read"
],
"customers": [
"customers.write",
"customers.read"
],
"products": [
"products.write",
"products.read",
"locations.write",
"locations.read"
],
"orders": [
"orders.write",
"orders.read"
]
},
"redirect_url": "https://oauth.ecartapi.com/oauth/kometia/access",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/kometia.svg",
"active": true,
"order": 9,
"landing_type": "closed"
},
{
"pattern": [
"accessToken",
"refreshToken",
"name"
],
"integrations": 21,
"_id": "5d3f409ab8de00fd3a432e55",
"code": 4,
"name": "ShipHero",
"type": "Order Management",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/shiphero.svg",
"form": {
"video": "https://player.vimeo.com/video/418615243",
"refreshToken": {
"type": "input",
"required": true,
"label": "Refresh Token"
},
"name": {
"type": "input",
"required": true,
"label": "Name"
},
"accessToken": {
"type": "input",
"required": true,
"label": "Access Token",
"message": "Create the tokens",
"link": "https://app.shiphero.com/dashboard/users"
}
},
"static_url": "https://public-api.shiphero.com/graphql",
"webhooks": {
"products": {
"update": "Inventory Update"
},
"orders": {
"canceled": "Order Canceled"
},
"fulfillments": {
"update": "Shipment Update"
}
},
"oauth": false,
"active": true,
"order": 13,
"landing_type": "closed"
},
{
"pattern": [
"name",
"clientId",
"apiKey"
],
"integrations": 20,
"_id": "5fd12b73ed5dad13f62da993",
"name": "Linio",
"type": "Marketplaces",
"code": 25,
"order": 25,
"form": {
"name": {
"type": "input",
"required": true,
"label": "Name"
},
"clientId": {
"type": "input",
"required": true,
"label": "User email"
},
"apiKey": {
"type": "input",
"required": true,
"label": "API Key"
}
},
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/linio.svg",
"active": true,
"static_url": "https://sellercenter-api.linio.com.mx",
"landing_type": "marketplace"
},
{
"pattern": [
"token",
"token_secret",
"userId"
],
"integrations": 13,
"_id": "60e48e93f3e511efd1c72282",
"code": 28,
"name": "Ecwid",
"type": "Shopping Carts",
"oauth": true,
"oauth_pattern": [
"client_id",
"client_secret",
"scopes"
],
"form": {
"token": {
"type": "input",
"required": true,
"label": "Public Token"
},
"token_secret": {
"type": "input",
"required": true,
"label": "Secret token"
},
"userId": {
"type": "input",
"required": true,
"label": "Store ID"
}
},
"webhooks": {
"orders": {
"create": "order.created",
"update": "order.updated",
"delete": "order.deleted"
},
"products": {
"create": "product.created",
"update": "product.updated",
"delete": "order.deleted"
},
"categories": {
"create": "category.created",
"update": "category.updated",
"delete": "category.deleted"
},
"customers": {
"create": "product.create",
"update": "order.updated",
"delete": "order.deleted"
},
"store": {
"subscription_plan_updated": "profile.subscriptionStatusChanged",
"update": "profile.updated"
},
"discount_coupon": {
"create": "discount_coupon.created",
"update": "discount_coupon.updated",
"delete": "discount_coupon.deleted"
},
"application": {
"installed": "application.installed",
"subscription_status_updated": "application.subscriptionStatusChanged",
"unistalled": "application.uninstalled"
}
},
"versions": [],
"scopes": {
"catalog": [
"read_catalog",
"update_catalog",
"create_catalog",
"read_discount_coupons",
"update_discount_coupons",
"create_discount_coupons",
"customize_cart_calculation"
],
"customers": [
"read_customers",
"update_customers",
"create_customers"
],
"fulfillments": [
"add_shipping_method"
],
"orders": [
"read_orders",
"update_orders",
"create_orders"
],
"panel": [
"add_to_cp"
],
"payments": [
"add_payment_method"
],
"sites": [
"read_store_profile",
"update_store_profile",
"public_storefront"
],
"view": [
"customize_storefront"
]
},
"redirect_url": "https://oauth-deve.herokuapp.com/oauth/etsy/access",
"active": true,
"order": 28,
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/ecwid.svg",
"static_url": "https://app.ecwid.com/api/v3",
"landing_type": "closed"
},
{
"pattern": [
"username",
"apiKey"
],
"integrations": 11,
"_id": "5cbdee1efa9d96086edc5965",
"code": 10,
"name": "Magento1",
"type": "Shopping Carts",
"form": {
"url": {
"type": "input",
"required": true,
"label": "Store URL"
},
"username": {
"type": "input",
"required": true,
"label": "Username"
},
"apiKey": {
"type": "input",
"required": true,
"label": "API Key"
}
},
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/magento.svg",
"active": true,
"order": 16,
"landing_type": "open"
},
{
"pattern": [
"appKey",
"appToken",
"accountName",
"url"
],
"integrations": 8,
"_id": "5dc9a2ab158404ab9c969bdb",
"code": 21,
"order": 19,
"name": "Vtex",
"active": true,
"type": "Order Management",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/vtex.svg",
"oauth": false,
"form": {
"appKey": {
"type": "input",
"required": true,
"label": "App Key",
"link": "https://help.vtex.com/tutorial/creating-appkeys-and-apptokens-to-authenticate-integrations--43tQeyQJgAKGEuCqQKAOI2"
},
"appToken": {
"type": "input",
"required": true,
"label": "App Token",
"link": "https://help.vtex.com/tutorial/creating-appkeys-and-apptokens-to-authenticate-integrations--43tQeyQJgAKGEuCqQKAOI2"
},
"accountName": {
"type": "input",
"required": true,
"label": "Account Name",
"link": "https://help.vtex.com/tutorial/what-is-an-account-name--i0mIGLcg3QyEy8OCicEoC"
},
"url": {
"type": "input",
"required": true,
"label": "Store URL"
}
},
"webhooks": {
"orders": {
"create": "order-created",
"update": "on-order-completed,approve-payment,payment-approved,payment-denied,authorize-fulfillment,ready-for-handling,start-handling,handling,order-accepted,cancel,canceled,cancellation-requested"
}
},
"redirect_url": "https://oauth.ecartapi.com/oauth/vtex/access",
"landing_type": "closed"
},
{
"pattern": [
"url",
"token",
"refreshToken",
"createdAt"
],
"integrations": 5,
"_id": "5e0e3912158404ab9cd54787",
"code": 22,
"order": 22,
"name": "SalesForce",
"type": "Management",
"active": true,
"oauth": true,
"oauth_pattern": [
"client_id",
"client_secret"
],
"form": {
"token": {
"type": "input",
"required": true,
"label": "Access Token"
},
"url": {
"type": "input",
"required": true,
"label": "Instance Url"
},
"refreshToken": {
"type": "input",
"required": true,
"label": "Refresh Token"
},
"createdAt": {
"type": "input",
"required": true,
"label": "Issued At"
}
},
"redirect_url": "https://oauth.ecartapi.com/oauth/salesforce/access",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/salesforce.svg",
"landing_type": "closed"
},
{
"pattern": [
"token",
"refreshToken",
"storeId",
"expiresIn"
],
"integrations": 1,
"_id": "5d6960b801d2b83962a3f571",
"code": 19,
"order": 20,
"name": "VendHq",
"active": true,
"type": "Order Management",
"oauth": true,
"oauth_pattern": [
"client_id",
"client_secret"
],
"form": {
"token": {
"type": "input",
"required": true,
"label": "Token"
},
"refreshToken": {
"type": "input",
"required": true,
"label": "Refresh Token"
},
"storeId": {
"type": "input",
"required": true,
"label": "Store Id"
}
},
"redirect_url": "https://oauth.ecartapi.com/oauth/vendhq/access",
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/vendhq.svg",
"landing_type": "closed"
},
{
"pattern": [
"token",
"userId",
"sellerId"
],
"integrations": 0,
"_id": "6078abc50fbf42c1e5851618",
"code": 26,
"name": "Ecart",
"type": "Marketplace",
"oauth": true,
"form": {
"token": {
"type": "input",
"required": true,
"label": "Token"
},
"userId": {
"type": "input",
"required": true,
"label": "App Id"
},
"sellerId": {
"type": "input",
"required": true,
"label": "Seller Id"
}
},
"image": "https://ecartapi.s3.amazonaws.com/images/integrations/ecart-seller.svg",
"active": true,
"order": 26,
"landing_type": "marketplace"
}
] |