This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Products and Orders Last Modified for WC REST API

ਵੇਰਵਾ

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

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

What if the plugin disabled ?

You will get all products listed via /wp-json/wc/v3/products/

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Products and Orders Last Modified for WC REST API” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Products and Orders Last Modified for WC REST API” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

version 1.0.1

Security improvement

version 1.0.0

First Release