Synchronize only new or changed rows using WooCommerce REST API
-
Hi,
I want to synchronize WooCommerce with a bookkeeping app using the REST API.
The (one-way) sync will include orders, products, product variations. WooCommerce will be the source.
The sync will be done often, therefore needs to be economical in terms of server load.I want to request only rows that are new OR have changed since the previous sync.
Can it be done using the “after” REST API query parameter?
(Given its description, “Limit response to resources published after…” I fear the answer is no, because a row can be public long before the last change – and I need those changes too)
Can it be done it all? Help much appreciated.
- The topic ‘Synchronize only new or changed rows using WooCommerce REST API’ is closed to new replies.