Map Orders Ids (guid) with Order Ids in the sales report
Is there a way to link/map the order Ids fetched using get request from API with the order Ids (big int) in the sales report's order tab ?
0
-
Official comment
Hi Aniruddha Pyas, the order numbers in the Toast sales reports are represented as the displayNumber in the GET orders API response. However, you are not able to poll the orders API by displayNumber. Your options for retrieving orders are outlined in these guides:
- Get an order - Retrieves detailed information about a single order, specified by its GUID.
- Get multiple orders - Returns an array of Order objects containing detailed information about all of the orders opened during a period of time.
Please sign in to leave a comment.
Comments
1 comment