Product list can be filtered by a flag

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).

Post navigation