Property |
BEES CUSTOMER Required |
BEES FORCE Required |
BEES Partner Required |
Comments |
Example |
orders array[OrderV3] |
|
false |
|
List of orders, object of OrderV3. |
|
order.country string |
|
|
true |
Country related to the sale |
EC |
order.vendor_ID string |
|
|
true |
The unique identifier for the seller |
|
orders.beesAccountId string |
|
true |
true |
Brewery code. |
ACC-111-111 |
orders.channel string |
|
true |
true |
The source channel which created this order.
Used B2B_APP generated by the application,
B2B_WEB generated by the browser.
CX_TLP generated by BEES GROW
|
B2B_APP |
orders.orderNumber string |
|
true |
true |
The order bees number. |
UAT0012083 |
orders.placementDate string |
|
true |
true |
Placement date. |
2023-12-31T12:34:47.000Z |
orders.prviousStatus string |
|
false |
|
Previous Status. However, when the Order is generated in the App/Web, its status is 'PENDING'.
Allowed values: PENDING / PLACED / CONFIRMED / DENIED / MODIFIED / IN_TRANSIT / CANCELLED / DELIVERED / PARTIAL_DELIVERY / INVOICED / PENDING_CANCELLATION / PENDING_PAYMENT
|
PENDING |
order.status string |
|
true |
true |
Status of order. However, when the Order is generated in the App/Web, its status is 'PENDING'.
Allowed values: PENDING / PLACED / CONFIRMED / DENIED / MODIFIED / IN_TRANSIT / CANCELLED / DELIVERED / PARTIAL_DELIVERY / INVOICED / PENDING_CANCELLATION / PENDING_PAYMENT
|
PENDING |