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

Inventory Traits

Traits are a way to configure how certain storage locations and stocks should behave. This page describes the key concepts and how to work with them.

PreviousInventory ControlNextMeasurement Units

Last updated 5 months ago

Was this helpful?

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

Introduction

Traits provide information on how and are to be handled in operational processes. Traits are assigned to storage locations, but can affect the handling of both locations and the located on them. Each stock placed on a location (by assigning it a locationRef) will inherit the traits of its storage location.

Traits can, for example, be used to mark locations and its stock as pickable or to along with their stock.

Available traits

By default, each storage location has the traits PICKABLE and ACCESSIBLE, unless otherwise specified.

Trait
Default
Description

PICKABLE

Stock on these locations can be picked for fulfilling orders. Only stock marked as PICKABLE can be considered for incoming orders.

ACCESSIBLE

The ACCESSIBLE trait indicates that stock can be removed from and new stock can be put on this location. Removing the ACCESSIBLE trait from a location locks it for picking and triggers a notification during stowing processes. Only stock marked as ACCESSIBLE can be considered for incoming orders.

KEEP_ON_ZERO

OUTBOUND

Interacting with traits

Each trait has a default value. When nothing else is specified, the enabled traits are processed on both the storage location itself and the stocks on it. The default value (whether it is enabled or not) can be overwritten individually for each trait by setting it in the traitsConfig field on the storage location. All unspecified traits keep their defaults. This means that if a trait is enabled via the trait config, PICKABLE and ACCESSIBLE are set by default unless explicitly set to false.

The traitConfig should be used to write to traits. Do NOT use the trait array for that purpose.

Creating a storage location with traits

In the following example we create a storage location without the ACCESSIBLE trait. This means that stock on this location will not be considered for incoming orders and cannot be picked.

curl -sSL -X POST 'https://your.api.fulfillmenttools.com/api/facilities/facility id>/storagelocations' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <TOKEN>' \
--data-raw '{
    "tenantLocationId": "qa-location-01",
    "name": "QA on Hold 01",
    "type": "SINGLE_STORAGE",
    "runningSequences": [],
    "scannableCodes": [],
    "traitConfig": [
        {
            "trait": "ACCESSIBLE",
            "enabled": false
        }
    ]
}'

Traits in stock summaries and distribution

Both stock summaries and stock distributions allow fetching a high level overview on stock quantities per location for the respective trait(s).

curl -sSL 'https://your.api.fulfillmenttools.com/api/stocks/summaries' \
  --header 'Authorization: Bearer <TOKEN>' 
{
    "total": 249,
    "stockSummaries": [
        {
            "_id": "...",
            "details": {
                "safetyStock": 0,
                "totalAmount": 665,
                "available": 665,
                "reserved": 0,
                "expectedStocks": [],
                "byTrait": {
                    "PICKABLE": 665,
                    "ACCESSIBLE": 86
                }
            },
            "article": {
                "tenantArticleId": "...",
                "title": "",
                "imageUrl": null
            }
        },
        /* ... */
    ]
}    

Use Cases

Locking Storage Locations

To lock a storage location including the items placed on it, the ACCESSIBLE trait must be removed. As a consequence, the items on the location are not considered for incoming orders (i.e. picking). It is still possible to remove items from the location or put new items on it. Additionally, users are notified about the locked status when moving items from the location via App or Backoffice.

To unlock the storage location, the ACCESSIBLE trait must be set (again).

Traits in Order Routing and Fulfillment

The following storage locations and stocks are ignored in order routing and fulfillment:

  • with an empty array of traits

  • with only the trait PICKABLE

  • with only the trait ACCESSIBLE

Normally stocks are deleted when they reach 0 through operations like picking or stock movements. To change this behaviour, add the KEEP_ON_ZERO trait to the location. See .

The OUTBOUND trait marks storage locations for items that have already been picked and are ready for being handed over to a shipping provider. When configured in the , stocks and reservations are automatically booked to the defined outbound location after picking has been completed.

Storage locations and stock with the traits PICKABLE and ACCESSIBLEOR with no traits are considered for fences, ratings, and calculating .

stock availabilities
https://docs.fulfillmenttools.com/documentation
storage locations
stock
s
stock
lock locations
stock entities with amount 0
outbound inventory tracking
  • Introduction
  • Available traits
  • Interacting with traits
  • Creating a storage location with traits
  • POSTCreate a new storage location
  • Traits in stock summaries and distribution
  • Use Cases
  • Locking Storage Locations
  • Traits in Order Routing and Fulfillment

Create a new storage location

post

Creates a new storage location in this facility.

Path parameters
facilityIdstringRequired

ID of facility from whom you want to create the storage location

Body
namestring · max: 15Required

The name of this storage location

tenantLocationIdstringOptional

The internal tenant id for this location

typestring · enumRequired

Describes the kind of a storage location:

  • SINGLE_STORAGE- it is only allowed to store stock with the same tenantArticleId here
  • BULK_STORAGE- stocks belonging to different tenantArticleIds can be stored here
Possible values:
scannableCodesstring[] · max: 5Required

Barcodes representing this storage location

zoneRefstringOptional

The id of the Zone to which this storage location belongs

Example: Esb20gpHBL94X5NdMp3C
zoneNamestringOptional

The name of the Zone to which this storage location belongs

informationstring · max: 1024Optional

A free text information about this storage location, max length 1024

Responses
201
The storage location was successfully created.
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 endpoint
application/json
404
Facility not found
application/json
post
POST /api/facilities/{facilityId}/storagelocations HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 376

{
  "name": "text",
  "tenantLocationId": "text",
  "type": "SINGLE_STORAGE",
  "traits": [
    "PICKABLE"
  ],
  "traitConfig": [
    {
      "trait": "PICKABLE",
      "enabled": true
    }
  ],
  "scannableCodes": [
    "text"
  ],
  "runningSequences": [
    {
      "type": "PICKING_SEQUENCE",
      "previousStorageLocationRef": "text",
      "nextStorageLocationRef": "text"
    }
  ],
  "zoneRef": "Esb20gpHBL94X5NdMp3C",
  "zoneName": "text",
  "information": "text",
  "customAttributes": {}
}
{
  "id": "text",
  "facilityRef": "Esb20gpHBL94X5NdMp3C",
  "traits": [
    "PICKABLE"
  ],
  "traitConfig": [
    {
      "trait": "PICKABLE",
      "enabled": true
    }
  ],
  "schemaVersion": 1,
  "version": 42,
  "name": "text",
  "tenantLocationId": "text",
  "type": "SINGLE_STORAGE",
  "scannableCodes": [
    "text"
  ],
  "runningSequences": [
    {
      "type": "PICKING_SEQUENCE",
      "previousStorageLocationRef": "text",
      "nextStorageLocationRef": "text"
    }
  ],
  "zoneRef": "Esb20gpHBL94X5NdMp3C",
  "zoneName": "text",
  "information": "text",
  "customAttributes": {},
  "created": "2020-02-03T08:45:51.525Z",
  "lastModified": "2020-02-03T09:45:51.525Z"
}