FormValueInput
Input object
A generic key-value pair for submitting form data. Used for customer data, ticket holder data, checkout options, and other form-based inputs.
The available keys depend on the context. Dot notation in keys represents nesting
(e.g. address.postal_code groups under "address").
Fields
| Field | Description | Type |
|---|---|---|
key | The field name. Use dot notation to refer to a nested value (e.g. `address.postal_code`, `name.first_name`). | String! |
value | The field value as a string. When setting a boolean field, use `bool:1` for true and `bool:0` for false. | String! |
Used By (6)
FormValueInput is referenced by the following fields, arguments, and input fields: