container name returnable size unitOfMeasurement |
Array structure to describe the way an item is laid up Container name, usually describes container’s type: bottle, can, etc. Boolean field to indicates if an item is from returnable type The container’s size, directly related with the unit of measurement field Container’s unit of measurement, directly related with the "size” field |
"container": "name": "LATA", "returnable": false, "size": 350, "unitOfMeasurement": "ML/CCM" |