Popis
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
Nejčastější dotazy
-
What if the plugin disabled ?
-
You will get all products listed via /wp-json/wc/v3/products/
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Products and Orders Last Modified for WC REST API je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Products and Orders Last Modified for WC REST API” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
version 1.0.1
Security improvement
version 1.0.0
First Release