UpdatedAtRange Criterion¶
The UpdatedAtRange Search Criterion searches for products based on the date range when they were last updated.
Arguments¶
min- the start of the date range (inclusive), provided as aDateTimeInterfaceobject in PHP, or as a string acceptable byDateTimeInterfaceconstructor in RESTmax- the end of the date range (inclusive), provided as aDateTimeInterfaceobject in PHP, or as a string acceptable byDateTimeInterfaceconstructor in REST
At least one of min or max must be provided.
Example¶
You can use this Search Criterion over the REST API, in the payload of the POST /product/catalog/products/view request:
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 | |