DEV

Type.

CustomsRequirementCondition

A single rule used to determine whether a CONDITIONAL requirement applies.

Fields

fieldKey

String!

Required

The field whose value this condition evaluates.

logicalOperator

String

Joins this condition to the previous one. null for the first rule, otherwise "AND" or "OR".

operator

String!

Required

Comparison operator ("=", "!=", ">", "<", etc.).

value

String!

Required

The value used for the comparison.
Book a demo

Was this page helpful?