OrderCustomAttribute Data Type

Custom Attribute

Properties
Name Type Description
id number Unique numeric identifier.
name string Name
value string Value
OrderCustomAttribute (JSON)
{
  "orderCustomAttribute" : {
    "id" : 12345,
    "name" : "...",
    "value" : "..."
  }
}
OrderCustomAttribute Data Type

Custom Attribute

Properties
Name Type Description
id int Unique numeric identifier.
name string Name
value string Value
OrderCustomAttribute (XML)
<orderCustomAttribute>
  <id>...</id>
  <name>...</name>
  <value>...</value>
</orderCustomAttribute>