Skip to content

routbiplab/Woocommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Woocommerce

Woocommerce REST API date filter

Steps to upload the plugin

Step 1: Zip the file into a folder.
Step 2: Upload the zip in Woocommerce by clicking on Upload Plugin as zip file.
Step 3: Activate the plugin.

How to use the filter

Rest Customer API by using after account creation date both for verson v1 and v2

front-url/wp-json/wc/v1/customers?created_after=2018-04-20T10:42:35

Rest Customer API by using after/before/exact account updation date both for verson v1 and v2

front-url/wp-json/wc/v2/customers?filter[meta_key]=last_update&filter[meta_value]=2018-09-10T06:43:07&last_update={eq/after/before}

Rest Product API by using after modified date both for verson v1 and v2

front-url/wp-json/wc/v1/products?modified_after=2018-04-20T10:42:35

Rest Product API by using before modified date both for verson v1 and v2

front-url/wp-json/wc/v1/products?modified_before=2018-03-31T09:33:44

Rest Order API by using after modified date both for verson v1 and v2

front-url/wp-json/wc/v1/orders?modified_after=2018-04-20T10:42:35

Rest Order API by using before modified date both for verson v1 and v2

front-url/wp-json/wc/v1/orders?modified_before=2018-03-31T09:33:44

About

Woocommerce REST API date filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages