We have added a new filter to the Products List endpoint. You can call /api/products?flag=action
and you will get only products having “action” flag set (and within actual date range). You can specify only one flag at a time. Do not be confused the flags are not part of the response. Assigned flags are available in the Product Detail endpoint (using ?include=flags
).