Products::Collection API & filtering by Order type
by Rich SteinmetzProducts::Collection API
Product collections in ClickFunnels are containers for a curated list of products or an automatic list (i.e., containing all products of the workspace). You can now create, update, and retrieve those collections via the new endpoints.
Filtering orders by type
An Order can be of type subscription
or one-time-order
. You can now filter your Order lists by one or the other with HTTP calls like this:
GET https://workspace.myclickfunnels.com/api/v2/orders?order_type=one-time-order
So now, when setting up the Zap and receiving test data, it is now ensured that only one-time orders are shown, excluding subscription orders in all cases.
Enjoy and let us know if you have any ideas, questions or doubts in the discussion forum 🙏