Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

Products and Orders Last Modified for WC REST API

Deskripsyon

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/

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “Products and Orders Last Modified for WC REST API” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Changelog

version 1.0.1

Security improvement

version 1.0.0

First Release