This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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" | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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" | |
| } | |
| }, |