CreatedAt Criterion¶
The CreatedAt Search Criterion searches for products based on the date when they were created.
Arguments¶
createdAt(PHP),created_at(REST) - indicating the date that should be matched, provided as aDateTimeInterfaceobject in PHP, or as a string acceptable byDateTimeconstructor in RESToperator- Operator constant (EQ, GT, GTE, LT, LTE) in PHP or its value in REST
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 | |