Availability

Introduction

Fulfillmenttools can act as the central source for stock information. It calculates and provides:

  • Stock that is physically present in a facility (Stock on Hand)

  • Stock that is available to be sold (Available on Stock)

  • Stock that is available to be sold & picked in a store or warehouse (Available for Picking)

  • Stock that is expected to arrive based on deliveries of goods, production, transfers from other facilities, etc. (Expected)

Stock information can be:

As an alternative, you can directly consume and operate on our stocks, i.e., get all stock entities and calculate the availabilities that you need in your software.

Stock on Hand

Describes stock which 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

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

  • stock that is reserved for orders

  • safety stock, i.e., stock that is held back for offline sales

Available for Picking

Available for picking describes stock which is available (not been 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:

  • stock that is reserved for orders

  • safety stock, i.e., stock that is held back for offline sales

Expected Stock

Incoming stock that is expected to arrive or to be produced. Expected stock can be communicated via our inbound process.

API Documentation

Request sum of stocks over facilities per product

We recommend to use this endpoint, for example, for listing pages in online shops.

Request stocks per facility for a specific product

We recommend to use this endpoint, for example, for product detail pages in online shops.

Request all stocks

Update all stocks

We recommend to use this endpoint, for example, to perform an inventory synchronisation with your ERP.

Last updated