WooCommerce Subscriptions API request subscription statuses based on date of modification (ie cancelled after 11-16-2021, on hold, etc)

I use the WooCommerce Subscriptions API frequently for my business and one thing that is missing (I think) is the ability to filter subscriptions that are cancelled based on the date they were cancelled. Basically I update my internal database every month and see who cancelled their subscription so I know what I need to order for inventory but in order to do this, currently I have to review all dates and subscriptions to see which ones are cancelled. I want to just be able to request subscriptions that were cancelled based on a particular date.

ie:
https://mywebsite.com/wp-json/wc/v1/subscriptions?status=cancelled&modified_after=11-16-2021

Author

Current Status

Open

Last updated: November 16, 2021

0 comments

Log in to comment on this feature request.