New filters for listing orders
almost 2 years ago by Tremendous Dev
We've added new filters to the GET /api/v2/orders endpoint.
- You can now filter orders by their campaigns, via
campaign_id - You can fetch orders from a particular period with
created_at
This is useful for organizations that use multiple campaigns and want to generate more detailed order reports.