Can u help me with REST API for getting orders detail?How can I get ordered item modifiers list and ordered qty detail for a single order item
Can u help me with REST API for getting orders detail?How can I get ordered item modifiers list and ordered qty detail for a single order item
Please see the Community Guidelines - https://community.clover.com/page/community-guidelines.
You should read through all of the subsections here - https://docs.clover.com/docs/making-rest-api-calls so you can learn how to use our API.
For this specific question:
/v3/merchants/{ {mid}}/orders/{orderId}?expand=lineItems&expand=lineItems.modifications
Each line item represents a quantity of 1.
1 Person is following this question.