This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
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¶
PHP¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
REST API¶
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 | |