Shipment UpdatedAt Criterion¶
The UpdatedAt
Search Criterion searches for shipments based on the date when their status was updated.
Arguments¶
updatedAt
- date to be matched, provided as aDateTimeInterface
objectoperator
- optional operator string (EQ, GT, GTE, LT, LTE)
Example¶
1 2 3 4 5 6 |
|