fulfillmenttools
  • Welcome to the fulfillmenttools Platform Documentation
  • Getting Started
    • Setup your access to fulfillmenttools
    • Make your first API Calls
      • Add your first facility
      • Add your first listing
      • Place your first order
    • Core concepts & terminology
      • Order Flow
    • Postman Collection
    • Client SDKs
    • FAQ
  • Clients
    • Backoffice
      • First steps - Registration
      • Network view
        • Home
        • Orders
          • Unroutable orders
          • Pre-orders & Backorders
          • Order History
        • Inventory Management
          • Stock Overview
          • Channel Inventory
        • Facilities
        • Users
        • Returns
        • DOMS configuration
        • Settings
        • Analytics
          • DOMS Pages
          • Fulfillment Operations Pages
          • Inventory Pages
          • Downloads Page
      • Facility view
        • Home
        • Inbound
        • Tasks
        • Listings
        • Storage Locations
        • Facility
        • Users
    • Inventory app
      • Registration Inventory App
      • App sections
        • Inbound
        • Storage and relocation
    • Operations app
      • Android
        • Manual Registration
        • Android Enterprise Registration
        • Sections
          • Picking
            • Load Units (legacy)
            • Substitute items
            • Weighed or measured products
            • Scanning configuration
            • Picking Methods
              • Batch Picking
              • Multi Order Picking
          • Packing
          • Handover
          • Returns (legacy)
        • Printing
        • Notifications
      • Webapp
        • Packing
      • Overview features Android & Webapp
    • Technical requirements
      • Zebra Hardware Scanner Configuration
      • Honeywell Hardware Scanner Configuration
      • Supported barcodes for camera scanning
      • Requirements for fft applications
      • Zebra printer
    • Returns app
      • Handle unannounced returns
      • Handle announced returns
  • Products
    • Core Functionality
      • Process
        • External actions
      • Add and manage facilities
      • Notification Center
      • Checking on features
      • Tags and Stickers Concept
      • GDPR
      • Remote Configuration
      • Expiry
      • Target time
      • Time calculation for queries of future availabilities (LPS-calculation)
      • Interfacility Transfer
    • Carrier Management
      • Overview
        • Available Carriers
      • Concepts
        • Carrier Country Service Mapping (CCSM)
        • Non-delivery-days
        • Custom Carrier & Headless operation of Carriers
      • Providing needed data
    • Fulfillment Options
      • Fulfillability Check
      • Checkout Options
        • Available fulfillment options based on basket
        • Earliest possible delivery date
        • Available delivery dates within time-period
        • Availability for delivery date
      • Delivery Promise
    • Inventory Management
      • Configurations
      • Entities
        • Listing
        • Stock
          • Stock Properties
        • Storage Location
        • Zone
      • Global Inventory
        • Stock availability
        • Channel Inventory
        • Expected stock
        • Inbound Process
        • Reservations
        • Safety Stock
      • Inventory Control
        • Inventory Traits
        • Measurement Units
        • Outbound Inventory Tracking
        • Storage Location Recommendations
    • Order Fulfillment
      • Headless Order Fulfillment
      • Pick Jobs
      • Zone picking
      • Load Units
      • Custom Service
      • Handover Jobs
      • Add External Documents
      • Configurations
        • Picking Configuration
          • Picking methods
          • Short Pick Reasons
        • Packing Configuration
          • Packing Container Types
        • Print / Document Configuration
        • Tag Configurations
          • Parcel Tag Configuration
        • Handover Configuration
        • Operative Container Types
    • Order Routing
      • Entities
        • Ship-from-Store Orders
        • Click-and-Collect Orders
        • Locked Orders
        • Custom Services Orders
          • Simple Custom Service Order
          • Complex Custom Service Order
      • Fences
      • Ratings
      • Order Split
        • Order split - initial routing
        • Order split after shortpick
        • Item bundles
      • Reroute
      • Shape the routing with the DOMS Toolkit
      • Decision logs
    • Returns Management
      • Returns legacy
        • Available status
      • Returns 2.0
        • Return Reasons
        • Item Conditions
        • Integrating Returns with Events
    • Use Cases
      • Demand-Driven Replenishment
      • Expected stock in availability
      • Multi Order Picking
      • Interfacility transfer
      • Assigned Users
  • Connecting to fulfillmenttools
    • General Topics
      • Use external identity providers to authenticate to fulfillmenttools
        • Microsoft Entra ID / Azure Active Directory (AD)
      • Public Event Export
      • Available Regions
      • Backup Policies
    • GraphQL API
    • RESTful API
      • General Topics
        • API Release Life Cycle
        • Versioning
        • Authorization
        • Customization via Attributes
        • Update Guarantees
        • Rate Limits
        • Resource Timestamps
        • Pagination Interface
        • Localization
        • Custom Attributes
      • OpenAPI Specification
        • Swagger UI
        • OpenAPI 3.0 Spec
    • Eventing
      • Structure of an Event
      • Available Events
      • Tutorial
    • commercetools Connect
    • Integration Tutorial
      • Adding facilities
      • Adding listings to facilities
      • Configuring stocks
      • Carrier configuration
      • Placing orders
      • Checkout Options
      • Distributed Order Management System (Routing)
      • Local fulfillment configuration
  • Incident Reporting
    • How to report incidents in fulfillmenttools
    • How to define incident priorities
  • Release Notes
    • Release Summary – May 2024
    • Release Summary – June 2024
    • Release Summary – July 2024
    • Release Summary – August 2024
    • Release Summary – September 2024
    • Release Summary – October 2024
Powered by GitBook
On this page

Was this helpful?

  1. Products
  2. Inventory Management
  3. Inventory Control

Outbound Inventory Tracking

Our system allows to track inventory levels until items physically leave the facility and are handed over to another legal entity.

PreviousMeasurement UnitsNextStorage Location Recommendations

Last updated 5 months ago

Was this helpful?

This page is outdated. Please go to our new documentation under .

Outbound inventory describes stock that has already been picked for an order and has been physically separated from other stocks. It is placed on an outbound location until being handed over to another party and finally, leaving the warehouse. The outbound location along with its items is displayed in the . It is a collective display for all outbound storage locations in a facility and thus, can be of virtual nature.

The configurations for tracking outbound stock are defined for each facility individually.

Prerequisites

  • Picking: Only if picking is conducted with our system the outbound inventory feature can be used.

  • Packing: The use of our packing feature is not required for enabling outbound inventory tracking.

  • Handover: If you want to remove stock from your system only after it has been handed over, it is necessary to use our handover feature as well.

Configuration

1. Create an outbound storage location

  • Create a storage location that will be used as storage for items that have already been picked and are ready for being handed over to a shipping provider. The defined location does not need to represent a physical storage space or area but should map the concept of outbound stock. This can be done in the Backoffice or via API.

  • Make sure the location complies with the following requirements:

    • type must be BULK_STORAGE

    • The stock on an outbound storage location is not available for orders, and should not be picked or moved (besides for handover). Therefore, it must have the following trait configuration:

      • ACCESSIBLE: false

      • PICKABLE: false

      • OUTBOUND: true

    • name is recommended to be chosen in order to convey the meaning of the location so that users refrain from adjusting stock on that location.

  • This storage location is a requirement for enabling the following configuration.

Here's an example API call to create the storage location:

curl -sSL -X POST 'https://your.api.fulfillmenttools.com/api/facilities/<yourFacilityId>/storagelocations' \
--header 'Authorization: Bearer <TOKEN>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "name": "Outgoing Goods",
  "tenantLocationId": "outbound-1",
  "type": "BULK_STORAGE",
  "scannableCodes": [],
  "runningSequences": [],
  "traitConfig": [
    {
      "trait": "ACCESSIBLE",
      "enabled": false
    },
    {
      "trait": "PICKABLE",
      "enabled": false
    },
        {
      "trait": "OUTBOUND",
      "enabled": TRUE
    }
]
}'

Note down the id of the created storage location from the response as you will need it in the next step.

2. Enable Configuration

  • Update or create the FacilityInventoryConfiguration with settings.

  • You can find an example below. Please pay attention not to overwrite previous settings you may already have included in your configuration.

  • Set the following fields inoutboundStockConfiguration

    • trackOutboundStock is used to (de-)activate the feature without deleting the previously defined settings

    • locationRef references the outbound storage location created in the previous step

    • clearTrigger is used to specify when the stock should be deleted in the respective facility.

      • event

        • Use the event pick-job-closed_event-v1 if stock should be deleted after picking

        • Use the event handoverjob-handed-over_event-v1 if stock should be deleted after handing it over to another party (e.g. carrier)

        • More events will be added in the future.

      • tagFilter

        • Can be set to allow further granularity

        • Each entry in the tagFilter array represents a condition, all must be fulfilled.

          • Each value in the allowedValues array represents a possible value, one of them must be matched.

            • If the event is a pickjob event, the conditions will be tried against the tag array in the pickjob.

            • If the event is handoverjob event the conditions will be tried against the tag array in the handoverjob

curl -sSL -X PATCH 'https:///your.api.fulfillmenttools.com/api/facilities/<yourFacilityId>/configurations/inventory' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <TOKEN>' \
--data '{
  "version": 2,
  "isMixedStorage": null,
  "outboundStockConfiguration": {
    "trackOutboundStock": true,
    "locationRef": "<your location ref>",
    "clearTrigger": [
        {
            "event": "handoverjob-handed-over_event-v1"
        },
        {
            "event": "pick-job-closed_event-v1",
            "tagFilter": [
              {
                "tagId": "order-type",
                "allowedValues": [
                  "production"
                ]
              }
            ]
        }
    ]
  }
}'

Working Principle

If the outboundStockConfigurationis enabled, the following behaviour will take place:

  • After a PickJob was completed, the following actions take place:

    • stocks are reduced on the original location

    • new stock is created on the defined outbound location.

    • the reservation is lifted off of the original stock and placed on the newly created stock

  • After the stock left the facility (indicated by the clearTrigger as described above), all related stocks and reservations are deleted.

Stock on the outbound location is still included in stock levels communicated via FACILITY_STOCK_CHANGED events (however, not as ). Thus, external systems will still receive accurate stock levels for items physically present in the facility.

https://docs.fulfillmenttools.com/documentation
storage location overview
available
  • Prerequisites
  • Configuration
  • PATCHUpdate Inventory Configuration for a Facility
  • Working Principle

Update Inventory Configuration for a Facility

patch

Path parameters
facilityIdstringRequired
Body
isMixedStorageboolean | nullableOptional
versionnumberRequired
Responses
200
Requested Inventory Facility Configuration
application/json
401
Your user is not allowed to operate against this API instance
application/json
403
Your user, although recognized, is not authorized to use this
application/json
patch
PATCH /api/facilities/{facilityId}/configurations/inventory HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 223

{
  "isMixedStorage": true,
  "outboundStockConfiguration": {
    "clearTrigger": [
      {
        "event": "pick-job-closed_event-v1",
        "tagFilter": [
          {
            "allowedValues": [
              "text"
            ],
            "tagId": "text"
          }
        ]
      }
    ],
    "locationRef": "text",
    "trackOutboundStock": true
  },
  "version": 1
}
{
  "facilityRef": "text",
  "id": "text",
  "isMixedStorage": true,
  "outboundStockConfiguration": {
    "clearTrigger": [
      {
        "event": "pick-job-closed_event-v1",
        "tagFilter": [
          {
            "allowedValues": [
              "text"
            ],
            "tagId": "text"
          }
        ]
      }
    ],
    "locationRef": "text",
    "trackOutboundStock": true
  },
  "version": 1
}