Channel Inventory
Last updated
Last updated
Channel inventory is currently not fully operational as it is not considered in reservations and routing.
Channel inventory allows reserving inventory for specific sales channels or other purposes. Depending on the individual use case, different rules and time periods for stock assignment can be defined per channel. Reservations for specific channels are always performed on facility level.
Follow the below steps when introducing channel inventory for use cases:
Please go to the for more information on managing channel inventory via API. The API documentation can be found here.
Availability channels in our platform are designed to represent sales channels or other topics inventory should be grouped by. Depending on the priority of the distribution path, different strategies can be defined for stock reduction for the channel.
RESTRICT (Only stock that has been explicitly allocated to this channel is available for sales via this channel. As soon as the allocated stock is used up, no stock is available any more).
REGULAR (If an order is accepted via this channel, the allocated stock is first used up. Afterwards, stock that is has not been allocated to any channel is used.)
IRON_RESERVE (If an order is accepted via this channel, stock that is not assigned to any channel is used. Only after all other stock is used, the stock explicitly allocated to the channel is taken.)
When deleting a channel, the allocated stock is added back to the general availability.
Each allocation must belong to a group. Groups are used to organize allocations in facilities for a specific product and channel. They are also used to display related allocations as grouped together in the Backoffice. When deleting a group, the allocated stock is added back to the general availability.
The core functionality of channels is realized through availabilityAllocation
entities. These entities link channels to specific products (identified by tenantArticleIds
) and assign a predetermined quantity of stock to each channel. When deleting an allocation, the allocated stock is added back to the general availability.
Active allocations reduce the available amount of the specified tenantArticleId(s) for all other channels by the specified amount. Initially, other availabilities are reduced by the defined initialStockQuantity
. If orders are received via a channel, the quantity of allocated stock is reduced depending on the channel strategy:
Restrict: Available on Stock is equal to the stock that has been initially allocated to the channel minus all stock that has already been sold over this channel since the allocation has become active
Regular: Available on Stock is all stock that is generally available plus stock that has been initially allocated to the channel, minus all stock that has already been sold over this channel since the allocation has become active
Iron Reserve: Available on Stock is all stock that is generally available plus stock that has been allocated to the channel. Stock that has already been sold over this channel is only deducted if no other stock for that product is generally available