Expanding on the question title,
We can pull line items no problem using the code:https://api.clover.com/v3/merchants/Y3MRE510Q2XP1/orders?filter=modifiedTime
>1630029803000&filter=modifiedTime<1630116203000&limit=1000&expand=lineItems
but when we try and add &expand=discounts to the end we receive a 403 forbidden error
We do have read permissions on orders which should include "For orders data, such as line items, order types, and discounts "
So any help would be grateful here as to where we are going wrong with this.