Custom Attribute
| Name | Type | Description | |
|---|---|---|---|
id
|
number
|
Unique numeric identifier. | |
name
|
string
|
Name | |
value
|
string
|
Value |
{
"orderCustomAttribute" : {
"id" : 12345,
"name" : "...",
"value" : "..."
}
}
Custom Attribute
| Name | Type | Description | |
|---|---|---|---|
id
|
int
|
Unique numeric identifier. | |
name
|
string
|
Name | |
value
|
string
|
Value |
<orderCustomAttribute>
<id>...</id>
<name>...</name>
<value>...</value>
</orderCustomAttribute>