| Request |
addItem |
- quantity: Int -> the quantity of the item you want to add
- units: Double? -> optional - the units of the item you want to add
- length: Double? -> optional - the length of the item you want to add
- width: Double? -> optional - the width of the item you want to add
- height: Double? -> optional - the height of the item you want to add
- posItemId: String -> the posItemId of the item you want to add
- basketId: String? -> the basketId of the basket where you want to add the item
to
- businessUnitId: String? -> the businessUnitId your in
|
| Response |
|
- ItemRegistrationState.ItemUpdated
- ItemRegistrationState.ItemError
|