question

shalinirc avatar image
shalinirc asked David Marginian Deactivated edited

How to get ordered item list with modifiers using orders REST API

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

Orders
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

David Marginian avatar image
David Marginian Deactivated answered David Marginian Deactivated edited

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.


10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community