Property |
BEES CARE Required |
Required |
BEES GROW Required |
BEES Force |
Description |
Example |
prices array[object] |
false |
true |
false |
false |
Prices available for vendor accounts or price lists. |
|
prices.type string |
false |
true |
false |
false |
The type of the price measure unit |
PER_UNIT or PER_UOM |
prices.vendorItem string |
false |
true |
false |
false |
The vendor item identifier. It can have special characters |
VENDOR_ITEM_ID |
prices.sku string |
false |
true |
false |
false |
The sku alphanumeric identifier. It can have special characters but not dot |
VENDOR_SKU_001 |
prices.basePrice number |
false |
true |
false |
false |
The base price for the current sku represented by a financial amount. The max number of decimal places is 15 |
20.99 |
prices.measureUnit string |
false |
true |
false |
false |
The measure unit for the current sku |
CS |
prices.minimumPrice number |
false |
true |
false |
false |
The minimum price for the current sku represented by a financial amount. The max number of decimal places is 15 |
5.99 |
prices.deposit number |
false |
false |
false |
false |
The deposit representes the can/cask price. It's represented by a financial amount and the max number of decimal places is 15 |
3.99 |
prices.consignment number |
false |
false |
false |
false |
The deposit for kegs. |
0.75 |
prices.quantityPerPallet integer |
false |
false |
false |
false |
The quantity of the current sku that fit in a pallet. Used for the calculations of pallet deals. |
88 |
prices.promotionalPrice object |
false |
false |
false |
false |
|
|
prices.promotionalPrice.price number |
false |
true |
false |
false |
The value for the promotional price which is represented by a financial amount with the max number of decimal places as 15 |
10.99 |
prices.promotionalPrice.externalId string |
false |
true |
false |
false |
External Id for promotional price which is represented by an alphanumeric identifier |
ZTPM |
prices.promotionalPrice.validUntil string |
false |
true |
false |
false |
String to inform the expiration promotion date on format 'yyyy-MM-dd' |
2030-12-31 |