Skip to main content
Version: Canary 🚧

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


Was this page helpful?