Property |
Required |
BEES Care |
BEES Grow |
BEES Force |
Comments |
Example |
delivery_center_ids array[string] |
true |
false |
false |
false |
List of delivery centers ids. (You can use 'comma' to separate multiple 'delivery_center_ids') |
DDC01,DDC02 |
inventories array[object] |
true |
false |
false |
false |
Inventory item list |
>= 1 items |
inventories.vendor_item_id string |
true |
false |
false |
false |
Id of vendor item. |
ITEM01 |
inventories.quantity interger |
true |
false |
false |
false |
Quantity of items. The quantity must be equal or less than 2000000000 |
10 |
inventories.expiration_date string |
false |
false |
false |
false |
The expiration date for the oldest batch that compose the inventory quantity. It will be saved following UTC with the first time of the day |
2023-12-31 |
inventories.itemType string |
false |
false |
false |
false |
The item reference that the inventory is controlled. The control by SKU can be activated in the vendor configuration to be used by the platform. Allowed values: SKU, VENDOR_ITEM |
SKU |
inventories.itemPackageId string |
false |
false |
false |
false |
The id of the item package that define the stock unit. It is used when itemType = SKU. |
EACH |