內容簡介
這是一款簡單的外掛程式,可使用 Woocommerce REST API,根據修改日期檢索最新修改的產品和訂單。
安裝插件後,您可以通過 Woocommerce REST API 存取特定日期後的最新修改產品和訂單,方法如下:
檢索特定時間後最後修改的產品:/wp-json/wc/v3/products/?modified_after=2021-01-20T11:35:00
檢索特定時間後最後修改的訂單:/wp-json/wc/v3/orders/?modified_after=2021-01-20T18:35:00
外掛標籤
開發者團隊
② 後台搜尋「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
