For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Help CenterAPI KeysStatusSign In
GuidesAPI ReferenceChangelog
GuidesAPI ReferenceChangelog
  • Getting started
    • Overview
    • Quickstart
    • Authentication
    • Rate limits
  • Messaging API
    • Send transactional email
    • Send transactional SMS
    • Send transactional WhatsApp
  • Marketing Platform
    • Manage your contacts
    • Track website activity
    • Send WhatsApp campaigns
    • Weekly event exports
  • Webhooks
    • Getting started
    • Conversations webhooks
    • Payment webhooks
    • Marketing webhooks
    • Transactional webhooks
    • Loyalty webhooks
    • Batched webhooks
    • Secure webhook calls
    • Meetings and phone webhooks
    • Push notification webhooks
    • Sales CRM webhooks
  • Conversations
    • Getting started
    • Customize the chat widget
    • JavaScript API reference
    • REST API reference
    • Conversations webhooks
  • eCommerce
    • Activate eCommerce app
    • Manage product categories
    • Manage products
    • Manage orders
    • Coupon collections
    • eCommerce tracker events
  • Loyalty
    • Overview
    • Set up a program
    • Enroll members
    • Credit & debit points
    • Read member data
    • Best practices
  • Custom Objects
    • Custom objects management
  • Brevo tracker and events
    • Getting started
    • JavaScript implementation
    • REST implementation
    • Legacy tracker documentation
    • Events
  • Accounts and settings
    • Senders and domains
    • User activity logs
    • External feeds
    • Invited users
LogoLogo
Help CenterAPI KeysStatusSign In
On this page
  • Confirm eCommerce has been activated on your account
eCommerce

Activate eCommerce app

Was this page helpful?
Previous

Manage product categories

Next
Built with

Integrate your eCommerce shop with Brevo to access analytics and extended segmentation.

  • Analyse customer conversions in the dashboard for new and returning customers, alongside metrics on your most purchased products.
  • Monitor product-specific metrics, such as revenue from key products.
  • Run retention analysis to understand how likely your customers are to revisit your store.

To get access to the eCommerce APIs:

  • If you don’t have an API key yet, generate one by following this guide: How to get your API key.
  • Enter your credentials in the api-key field below.

Use the cURL request below to activate the eCommerce app in your Brevo account.

1curl --request POST \
2 --url https://api.brevo.com/v3/ecommerce/activate \
3 --header 'accept: application/json' \
4 --header 'api-key: <YOUR_CREDENTIALS> '

Confirm eCommerce has been activated on your account

After calling the activation endpoint, you should receive a 200 status code with a response message indicating your eCommerce application will be activated soon. After a few minutes, you can access the eCommerce application in the UI and use all available endpoints.