Retrieve a condition property
Retrieve a single condition property, including the full list of values it accepts, by its identifier.
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Path Parameters
The stable identifier of the condition property.
"total_order_value"
Response
OK
Property metadata plus the full value table for SELECT-typed properties.
Stable identifier for the property; use this in condition payloads.
"destination_country"
Name of the property.
"Destination country"
Operators compatible with this property, with multiple precomputed for the pair.
Value type of the property — "SELECT", "TEXT", "NUMBER", …
"SELECT"
Optional explanatory text shown next to the property in the UI.
Whether the property can take multiple values in a single condition.
Delimiter used when multiple values are encoded as a single string.
If true, selecting this property should re-fetch dependent possibilities.
[[key, label], …] for SELECT-typed properties; empty for free-form.