Ecommerce
Managing the status of the order
Manages the transactional status of the order
post/orders/status
Request body
Example request
{
"id": "14",
"createdAt": "2021-07-29T20:59:23.383Z",
"updatedAt": "2021-07-30T10:59:23.383Z",
"status": "completed",
"amount": 308.42,
"storeId": "ST-21",
"products": [
{
"productId": "P1",
"quantity": 10,
"variantId": "P100",
"price": 99.99
}
],
"email": "example@brevo.com",
"billing": {
"address": "15 Somewhere Road, Brynmenyn",
"city": "Basel",
"countryCode": "CA",
"country": "Canada",
"phone": "01559 032133",
"postCode": "4052",
"paymentMethod": "PayPal",
"region": "Northwestern Switzerland"
},
"coupons": [
"EASTER15OFF"
]
}Response
Order Event posted