Skip to content

Instantly share code, notes, and snippets.

View prashant-1608's full-sized avatar

prashant-1608

View GitHub Profile
{
"openapi": "3.0.3",
"info": {
"title": "Brevo E-commerce Plugin API Specification",
"description": "Complete API specification for shop-side/plugin endpoints that agencies must implement.\nThese endpoints are called by Brevo to fetch customer, category, product, and order data from the shop.\n",
"version": "1.0.0",
"contact": {
"name": "Brevo API Support"
}
},
@prashant-1608
prashant-1608 / gist:5f6365a6ac5c7dc1679379cc393f7099
Created November 4, 2025 06:55
Consumer Ecommerce Integration APIs
{
"openapi": "3.0.3",
"info": {
"title": "Brevo E-commerce Integration API Specification",
"description": "Complete API specification for Brevo e-commerce integration endpoints.\nThis includes Customer Sync, Category Sync, Order Sync, Product Sync, and Cart Tracking APIs.\n",
"version": "1.0.0",
"contact": {
"name": "Brevo API Support"
}
},