Stock availability

Introduction

Fulfillmenttools serves as the central repository for stock data. Updates are integrated into the platform from multiple sources. The system consolidates these inputs to deliver diverse availability metrics for various use cases. These metrics can be queried through the REST API and accessed in the Backoffice.

  • "Available on picking" is the stock value considered for incoming orders. This is sometimes also referred to as "available for shipping".

  • When no inventory traits (pickable & accessible), and no safety stock is used, the values "available on stock" and "available for picking" will be the same.

Getting stock availability information

Backoffice
REST API

Stock availability values

Availability value
Meaning

Stock on hand (On hand)

Describes stock that is physically located in a facility. Stock that is, for example, still booked to the facility but is already in transit to another facility is not included.

Available on stock (AOS)

Available on stock describes stock that is available for selling (not earmarked for other purposes). In our platform, it refers to stock that is accessible, reduced by:

Available for picking (AFP)

Available for picking describes stock which is available (not earmarked for other purposes), and also ready to be picked. In our platform, it refers to all stock that is accessible and pickable, reduced by:

This value is used for incoming orders.

Expected stock

Expected stock that is expected to arrive or to be produced. Expected stock can be communicated via the inbound process. After an inboundProcess with a purchaseOrder was created, our systems automatically create expected stock for the requested items. Expected stock is visible in the stock overview in the Backoffice. Once a purchase order was created, its expected stock can be considered in the shop availability.

This value can be considered for incoming orders. More information can be found under Expected stock in availability.

Safety stock

Safety stock allows guarding offline sales against online-induced stock-outs. It can be defined on the facility level, and decreases the available stock levels ("available for picking" and "available on stock"). This means that if the stock level in a given facility is equal or less than the configured safety stock, the available stock is 0.

Users can configure the desired safety stock quantity for each listing. Configurations can be made in the stock overview in the Backoffice or via safety stocks REST API.

Expected stock details

Creation and management of expected stock

Expected stock is automatically created after a new inbound process with a corresponding purchase order is added. Expected stock can only be managed via the purchase order and cannot directly be edited via API. Quantities, attributes, etc. of expected stock can be edited via the requested items of the purchase order.

Properties and available until on expected stock

Similar to stocks, expected stock can have properties and an availableUntil value. Stock properties can be specified in the requested items of the purchase order. They can be used, for example, to communicate an expiry date for expected goods so that the future inventory availability can already be adapted before the goods are accepted. The availableUntil value is calculated and set automatically if configured in the listing.

Last updated