Property |
Required |
BEES CARE Required |
BEES GROW Required |
BEES FORCE Required |
Description |
Example |
charges array[object] |
false |
false |
false |
false |
List of charges |
|
charges.chargeId string |
true |
false |
false |
false |
The charge alphanumeric identifier |
LOGISTIC_COST |
charges.type string |
true |
false |
false |
false |
The charge type represents the way it's going to be calculated. It can be percent or cash. |
$ or % |
charges.value number |
true |
false |
false |
false |
The value of the charge. Its application depends on the type and it's a financial value with the max number of decimal places as 15 |
20.99 |
charges.base number |
false |
false |
false |
false |
The base replaces the base price of the sku in the charge calculation. It's a financial value with the max number of decimal places as 15 |
10.99 |