public interface FulfillmentGroupItemReservations extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<InventoryReservation> |
getReservations()
All of the
InventoryReservations associated with this FulfillmentGroupItem. |
void |
setReservations(List<InventoryReservation> reservations)
Sets where inventory comes from out of a
FulfillmentGroupItem. |
List<InventoryReservation> getReservations()
InventoryReservations associated with this FulfillmentGroupItem. The sum of all of the
quantitities of the reservations should be equal to the quantity of the FulfillmentGroupItem.void setReservations(List<InventoryReservation> reservations)
FulfillmentGroupItem. The sum of all of the quantities of the given
reservations should total up to the sum of the quantity of the FulfillmentGroupItem.reservations - the locations that inventory comes from for this FulfillmentGroupItemCopyright © 2020. All rights reserved.