brevo · Schema

Brevo eCommerce Order

Represents an eCommerce order synced to the Brevo platform for revenue attribution, purchase behavior tracking, and automated marketing workflows.

Properties

Name Type Description
id string Unique identifier of the order from the merchant's system.
email string Email address of the customer who placed the order.
status string Current status of the order in the fulfillment workflow.
amount number Total order amount including shipping, tax, and item prices.
products array List of products included in the order.
createdAt string UTC date-time when the order was created.
updatedAt string UTC date-time when the order was last updated.
coupons array Coupon codes applied to the order.
View JSON Schema on GitHub