CustomField Data Type

Contains custom fields for an order.

Properties
name data type description
code string The code of the custom field.
value string The value of the custom field.
inheritedFrom string The type of the custom field.

Example

{
  "code" : "orderReference",
  "value" : "22468-15267-80",
  "inheritedFrom" : "PURCHASE"
}