Order Parameter
Parameter
The Parameter object contains a value of the given parameter along with additional information, like constraints and validation errors.
id
string
The primary identifier for the parameter.
name
string
The display name for the parameter.
externalId
string
The ID of the parameter within the external system.
value
string
The parameter's updatable value.
displayValue
string
The read-only value for the parameter.
constraints
Parameter constraints.
When specified, the value represents overridden parameter constraints.
When not specified, parameter constraints must be taken from the parameter definition.
error
A reference to the error object. When specified represents a parameter validation error.
Example
Parameter Constraints
Parameter Constraints define the overridden behavior of a parameter.
readonly
bool
The parameter may be only viewed.
hidden
bool
The parameter must not be shown to user.
required
bool
The parameter value is required.
unique
bool
The parameter value is unique.
Example
Parameter Group
Parameter Group is used to visually split different types of parameters.
ordering
Parameter []
Array of ordering parameters
fulfillment
Parameter []
Array of fulfillment parameters
Example
Last updated
Was this helpful?