AllocationStrategyEnum
Determine the allocation strategy for the channel.
PRIORITIZE_SORTING_ORDER - allocate stocks according to the warehouses' order within the channel
PRIORITIZE_HIGH_STOCK - allocate stock in a warehouse with the most stock
enum AllocationStrategyEnum {
PRIORITIZE_SORTING_ORDER
PRIORITIZE_HIGH_STOCK
}
Values
AllocationStrategyEnum.PRIORITIZE_SORTING_ORDER
AllocationStrategyEnum.PRIORITIZE_HIGH_STOCK
Member Of
StockSettings
object ● StockSettingsInput
input