Hi,
I am calling "Get all line items for an order" (https://sandbox.dev.clover.com/v3/merchants/mId/orders/orderId/line_items) REST API and trying to expand response with "taxRates" expand query parameter. But in response I am receiving "Invalid permissions for expandable fields." error. This API is working for every other expand parameter except "taxRates".
My app already has below permissions in merchant account in sandbox environment:
Read and modify Inventory data
Read and modify Customers data
Read and modify Orders data
Read and modify Payments data
Process credit cards
What could be the possible reason for this error?
Thanks for the help in advance.