Questions

Up-sell items that can be sold during the checkout process

Questions which can be asked during the checkout procedure. These could be questions such as pick-up / drop-off locations or anything else.

FieldDescription
idA UUID that uniquely identifies this question.
labelThe question label to ask.
input_typeThe type of field that should be used to input data. Possible are:
date
time
datetime
email
number
tel
url
text
textarea
select
These map directly to HTML5 input types.
optionalWhether this question is option or required.
optionsAn array of options to choose from, only if the input_type is select.
weightAn integer defining in what order this question should be displayed.
Language