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.

While article attributes are non-editable after creation, recordable attributes add a value or an entire object to the line item during the corresponding operative process. For more information, see article attributes.

Example

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