> For the complete documentation index, see [llms.txt](https://docs.violet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.violet.io/ecom-platforms/ecom-platforms.md).

# Overview

Violet supports 15+ ecommerce platforms. Each platform has its own authentication model, credential requirements, and integration behavior. This section provides an overview of each platform's integration from a channel developer's perspective.

For merchant-facing setup instructions, see the [Merchant Help Center](https://merchant-help.violet.io/).

## Platforms

### Popular Platforms

| Platform                                      | Setup Complexity   | Auth Method              |
| --------------------------------------------- | ------------------ | ------------------------ |
| [Shopify](/ecom-platforms/shopify.md)         | Medium (see guide) | Custom app OAuth         |
| [BigCommerce](/ecom-platforms/bigcommerce.md) | Low                | OAuth or Store Level API |
| [WooCommerce](/ecom-platforms/woocommerce.md) | Low                | Consumer Key / Secret    |

### Enterprise Platforms

| Platform                                                                                                 | Setup Complexity | Auth Method                        |
| -------------------------------------------------------------------------------------------------------- | ---------------- | ---------------------------------- |
| [Salesforce Commerce Cloud](/ecom-platforms/salesforce-commerce-cloud.md)                                | High             | OCAPI client credentials           |
| [Magento](/ecom-platforms/magento.md)                                                                    | Medium           | API token + secret                 |
| [CommerceTools](https://github.com/violetio/docs/blob/main/channel-docs/ecom-platforms/CommerceTools.md) | Medium           | OAuth2 client credentials          |
| [SAP Commerce Cloud](/ecom-platforms/sap-commerce-cloud.md)                                              | Medium           | OAuth2 client credentials (OCC v2) |
| [Oracle Commerce Cloud](/ecom-platforms/oracle-commerce-cloud.md)                                        | Medium           | Application key                    |
| [Centra](/ecom-platforms/centra.md)                                                                      | Medium           | Integration API bearer token       |

### Additional Platforms

| Platform                                         | Auth Method                                                   |
| ------------------------------------------------ | ------------------------------------------------------------- |
| [PrestaShop](/ecom-platforms/prestashop.md)      | API key (+ Violet extension)                                  |
| [Ecwid](/ecom-platforms/ecwid.md)                | OAuth                                                         |
| [Wix](/ecom-platforms/wix.md)                    | API key                                                       |
| [Squarespace](/ecom-platforms/squarespace.md)    | Commerce API key                                              |
| [Swell](/ecom-platforms/swell.md)                | Secret key                                                    |
| [Spree Commerce](/ecom-platforms/spree.md)       | OAuth2 client credentials                                     |
| [Vendo](/ecom-platforms/vendo.md)                | OAuth2 client credentials                                     |
| [Miva Merchant](/ecom-platforms/miva.md)         | HMAC-SHA256 (API token + signing key)                         |
| [Shoprenter](/ecom-platforms/shoprenter.md)      | Username / password                                           |
| [Rithum](/ecom-platforms/rithum.md)              | Partner-managed (no self-service auth)                        |
| [Lightspeed eCom](/ecom-platforms/lightspeed.md) | API key / secret (HTTP Basic)                                 |
| [3dcart / Shift4Shop](/ecom-platforms/3dcart.md) | OAuth2                                                        |
| [Shoptet](/ecom-platforms/shoptet.md)            | Private API token or OAuth (Premium); product feed (Standard) |

***

> **Shopify note**: Shopify has the most developer-side requirements of any supported platform. See the [Shopify guide](/ecom-platforms/shopify.md) for full details on app setup, pre-registration, and the onboarding flow.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.violet.io/ecom-platforms/ecom-platforms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
