Sets a tracked shipments filter that tests an input field value against a condition used by the trackedShipments query.
Fields
| Name | Type | Description |
|---|---|---|
| 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. |
| values | [StringOrBoolean!] | Sets the value matched against the values of the field field above. |
