Magidoc

CustomField
Object

Fields

#

id

ID !
Non-null

The custom field definition ID.

name

Non-null

Display name of the custom field.

slug

Non-null

Machine-readable slug of the custom field.

translation

Non-null

The translation of the CustomField in the current locale, use "Accept-Language" header.

translations

Non-null

All translations of the CustomField.

type

Non-null

Field type (text_structured, text_freeform, number, boolean, date, url).

values

Available values for text_structured fields. Empty array for other types.

Usages

#

References

#

  • Field customFields from Query