Hi,
I can't able to retrieve the quantity details using clover REST API.
I tried,
curl --request GET \ --url 'https://sandbox.dev.clover.com/v3/merchants/{MID}/orders/{OID}?expand=lineItems' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {API}'
And Also
curl --request GET \ --url 'https://sandbox.dev.clover.com/v3/merchants/{MID}/orders/{OID}/line_items' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {API}'
Still i cant get the order quantity details of the specific product.
How to achieve this?
Please help