Additional order fields
Last updated
Was this helpful?
Use this object to create / update information on additional order/product fields.
AdditionalField
Object
AdditionalField.Label
String Field text.
AdditionalField.Code
String Field identifier. Alpha-numeric chars, underscores and dashes.
AdditionalField.Type
String
Field type:
LISTBOX
CHECKBOX
TEXT
HIDDEN
AdditionalField.ApplyTo
Sting
ORDER
PRODUCT
AdditionalField.Values
Array of values Custom values you control.
AdditionalField.ValidationRule
String The validation rule restricting the type of information shoppers can enter in the additional field during the purchase process.
AdditionalField.Translations
Array of objects Details below.
AdditionalField.Translations.Label
String
Field text translated in the language of the Translations object.
AdditionalField.Translations.Values
Object
Custom values you control translated in the language of the Translations object.
AdditionalField.Translations.Language
String ISO language code. (ISO 639-1 two-letter code).
Last updated
Was this helpful?
Was this helpful?