{ "opencollection": "1.0.0", "info": { "name": "Brevo Contacts Agent Status Orders API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Create or update an order", "type": "http" }, "http": { "method": "POST", "url": "https://api.brevo.com/v3/orders/status", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new order or updates the status of an existing order in the Brevo eCommerce system. Orders are used for revenue attribution and purchase behavior tracking." }, { "info": { "name": "Create or update orders in batch", "type": "http" }, "http": { "method": "POST", "url": "https://api.brevo.com/v3/orders/status/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates multiple orders in a single API call for efficient bulk processing of order data." }, { "info": { "name": "Get order details", "type": "http" }, "http": { "method": "GET", "url": "https://api.brevo.com/v3/orders", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per request." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination." }, { "name": "startDate", "value": "", "type": "query", "description": "Start date for filtering orders in YYYY-MM-DD format." }, { "name": "endDate", "value": "", "type": "query", "description": "End date for filtering orders in YYYY-MM-DD format." } ] }, "docs": "Retrieves order details from the Brevo eCommerce system. Supports filtering by date range and pagination." } ] } ], "bundled": true }