Weird Order Noticed on API

Hi Support Team,

I’ve encountered an issue with an order for one of our clients. The order, identified by Order ID/Transaction ID Gu569kCEsbVM5sjmbK1jVLLL83OZY, locationId: LNZA08JB8TBSJ, includes an item (Snack Chicken) priced at 2000, with 0 tax applied. However, upon further investigation, I noticed that a discount of 2300 was applied to the same item.

If you need any additional information from my end, please let me know.

Thank you!

Could you please clarify how this situation is possible ? Below is the full cURL request used to retrieve the order details:

curl --location ‘https://connect.squareup.com/v2/orders/batch-retrieve’ –header ‘Square-Version: 2024-02-22’ –header ‘Authorization: Bearer {{TOKEN}}’ –header ‘Content-Type: application/json’ –data ‘{“location_id”: “LNZA08JB8TBSJ”,“order_ids”: [“Gu569kCEsbVM5sjmbK1jVLLL83OZY”]}’