Products and Orders Last Modified for WC REST API

Retrieve Last Modified Products and Orders via WooCommerce REST API

Author:Chaharbaq Accounting Software (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:5.9
Plugin version:1.0.1
Added to WordPress repository:09-02-2021
Last updated:03-02-2022
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:814
Active installs:100+
plugin download
Click to start download

This is a simple plugin to retrieve latest modified products and orders based on date modfied when using Woocommerce REST API.

After installing the plugin you could access the latest modified products and orders after a given date via Woocommerce REST API like this :

  • Retrieve last modified products after a given time: /wp-json/wc/v3/products/?modified_after=2021-01-20T11:35:00
  • Retrieve last modified orders after a given time: /wp-json/wc/v3/orders/?modified_after=2021-01-20T18:35:00

FAQ
ChangeLog