Changes in integration with WooCommerce and WooCommerce API: Introducing find_value and find_where Parameters
WooCommerce (Bridge Version):
- product.listcount - find_where now supports searching by name and description.
- category.listcount - find_where now supports searching by name and description.
- customer.listcount - find_where now supports searching by email, first name, and last name.
- product.child_item.list - find_where now supports searching by name and description. Additionally, a separate filter for SKU has been added.
WooCommerce (API Version):
- product.listcount - find_where supports name_or_description, which allows searching by both name and description simultaneously.
- category.listcount - find_where supports searching by name.
- customer.listcount - find_where supports searching by email.
- product.child_item.list - find_where supports searching by name. Additionally, a separate filter for SKU has been added.