このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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

FAQ

What if the plugin disabled ?

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

評価

このプラグインにはレビューがありません。

貢献者と開発者

Products and Orders Last Modified for WC REST API はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Products and Orders Last Modified for WC REST API” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

version 1.0.1

Security improvement

version 1.0.0

First Release