Retrieve Orders

Learn to retrieve single and multiple orders using the Square APIs.

We can retrieve a single order or multiple orders using the following endpoints, respectively:

RetrieveOrder
https://connect.squareupsandbox.com/v2/orders/<order_id>
BatchRetrieveOrders
https://connect.squareupsandbox.com/v2/orders/batch-retrieve

Let's first see how to retrieve a single order using its ID.

Retrieve order

To retrieve a single order, we can use the RetrieveOrder endpoint using the order ID. ...