POST /orders/status/batch
Creates your multiple eCommerce orders instead of one order at one time
Servers
- {{baseUrl}}
- https://api.sendinblue.com
- https://in-automate.sendinblue.com
- https://in-automate.brevo.com
- https://api.brevo.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
notifyUrl |
String | No | |
orders[] |
Array | No | |
orders[].id |
String | No | |
orders[].products[] |
Array | No | |
orders[].products[].value |
String | No | |
orders[].updatedAt |
String | No | |
orders[].email |
String | No | |
orders[].billing |
Object | No | |
orders[].billing.region |
Object | No | |
orders[].billing.region.value |
String | No | |
orders[].billing.paymentMethod |
Object | No | |
orders[].billing.paymentMethod.value |
String | No | |
orders[].billing.postCode |
Object | No | |
orders[].billing.postCode.value |
String | No | |
orders[].billing.phone |
Object | No | |
orders[].billing.phone.value |
String | No | |
orders[].billing.countryCode |
Object | No | |
orders[].billing.countryCode.value |
String | No | |
orders[].billing.address |
Object | No | |
orders[].billing.address.value |
String | No | |
orders[].billing.city |
Object | No | |
orders[].billing.city.value |
String | No | |
orders[].amount |
Number | No | |
orders[].coupons[] |
Array | No | |
orders[].createdAt |
String | No | |
orders[].status |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.