Codexshaper / laravel-woocommerce

WooCommerce Rest API for Laravel
MIT License
189 stars 59 forks source link

Get where date_modified #97

Closed QDenka closed 1 year ago

QDenka commented 1 year ago

Hello, it is possible to make get products where date_modified > $date?

$products = Product::where('date_modified', '>', Carbon::parse($cron->updated_at))->paginate($perPage, $page);

that was not working