| Interface | Description |
|---|---|
| InventoryReservationStrategy |
Configurable interface used to determine how to create
InventoryReservations for a FulfillmentGroup when
an order is checked out. |
| Class | Description |
|---|---|
| AbstractInventoryReservationStrategy | |
| InventoryReservationStrategyType |
Extensible types of
InventoryReservationStrategy. |
| MultipleReservationPerItemReservationStrategy |
Creates multiple reservations for each
FulfillmentGroupItem. |
| SingleLocationPerGroupReservationStrategy |
All
FulfillmentGroupItems are reserved from a single FulfillmentLocation for the entire FulfillmentGroup. |
| SingleLocationPerItemReservationStrategy |
Each
FulfillmentGroupItem within a FulfillmentGroup must have the entire item fulfilled from a single
FulfillmentLocation. |
Copyright © 2020. All rights reserved.