Sets a tracked shipments filter that tests an input field value against a condition.
Used In
Fields
Name | Type | Description |
---|---|---|
or | [FilterBy] | Sets an additional filter as an OR branch to the current filter. |
field | TrackedShipmentsFieldInput! | Select the shipment field whose values will be compared to the condition set in the ranges field below or the value set in values field below. |
ranges | [RangeInputOptions!] | Sets the condition matched against the values of the field field above. If you are setting the values field, leave the ranges field empty. |
values | [StringOrBoolean!] | Sets the value matched against the values of the field field above. If you are setting the ranges field, leave the values field empty. |