Short Pick Reasons
This page is outdated. Please go to our new documentation under https://docs.fulfillmenttools.com/documentation.
If a picking task cannot be completed because some of the required items are unavailable, it is referred to as a shortpick. To provide clarity on why specific picking tasks cannot be fulfilled entirely, we've incorporated shortpick reasons into the line items of each picking task.
To integrate these reasons into a pickline item, they must be predefined in a configuration file. These reasons are constructed using a multi-language JSON format and are translated accordingly.
The multi language JSON looks like this, with all possible 2-code country codes as valid keys:
Add or change configuration
Picking configuration with shortpick reasons
Change the tenant wide picking central configuration
create/update picking central configuration
The date this entity was created at the platform. This value is generated by the service.
"2020-02-03T08:45:51.525Z"
The date this entity was modified last. This value is generated by the service.
"2020-02-03T09:45:51.525Z"
The version of the document to be used in optimistic locking mechanisms.
42
The picking central configuration was successfully updated.
The date this entity was created at the platform. This value is generated by the service.
"2020-02-03T08:45:51.525Z"
The date this entity was modified last. This value is generated by the service.
"2020-02-03T09:45:51.525Z"
The version of the document to be used in optimistic locking mechanisms.
42
Add reasons to a picking task.
Adding shortpick reasons is currently under development. It may not be possible to add shortpick reasons to pickline items at this moment.
Shortpick reasons can be added through the API methods of our PickJobs. See:
Headless Order FulfillmentA lineitem with shortpick reasons can look like this.
When accessed through the API, shortpick reasons will be translated into the required language. The language is determined either by the requested locale or the user's default locale. If neither is specified, the translation will default to the first available localizedReason, or if unavailable, it will default to the localization for "en_US".
If a picking task is restarted or reseted, the shortpick reasons on the pickline items will be deleted.
Last updated