Recordable attributes
Recordable attributes enable adding specific information to line items during operative processes. They are inherited during the creation of subsequent entities within the fulfillmenttools platform.
If a line item of a pick job has a recordable attribute, it is inherited by the corresponding pack job and, under certain circumstances, handover job line items. Handover job line items can also inherit recordable attributes from parcel line items.
Recordable attributes can be added when an order is created for inheritance by all subsequent line items, or they can be defined on listings for inheritance.
Example
More information about attributes is available in the REST API documentation. For example, the documentation for the GET endpoint for pack jobs shows the recordable attribute embedded in its line items.
An example of a recordableAttribute object is shown below:
{
"id": "8a8df5c8-c376-4197-8870-ccc33d22449e",
"key": "Herkunftsland", // read only
"keyLocalized": {
"de_DE": "Herkunftsland",
"en_US": "Country of Origin"
},
"value": "Korea, Republic of",
"group": "general",
"recordingRule": "MANDATORY"
}The value field contains the data that can be added or modified during different operative processes.
Last updated