Skip to main content

Data Definition

Additional data fields for the order module

HTTP Request

GET /api/v3/orders/custom_fields

Response

FieldTypeDescription
field_idintID of the defined data field
field_htmltypestringData type (input, textarea, select, checkbox, href)
field_namestringCode of the defined field, this code is unique
field_descriptionstringDescription
optionsarrayOptions returned in case the data type is select
[
{
"field_id": "189",
"field_htmltype": "textarea",
"field_name": "order_attribute_textarea",
"field_description": "Order Attribute (Textarea)",
"options": []
}
]