Hey I am very new to developing would love some help getting started with api’s. I am trying to access just the orders and order descriptions to store into a database, is that possible with orders API. if it is where should I begin. I am very familiar with python, so if you could use python it would be very helpful.
Hi @Rahul_24 welcome to the forums!
Sure, you can retrieve orders via the orders api (https://developer.squareup.com/docs/orders-api/what-it-does). Are there specific questions you have about the API? For instance, if you just want to look through all your orders, you can use the SearchOrders endpoint to get a list of orders.
As for Python: any normal HTTP request works, which Python definitely supports. However, we do have a Python SDK that can simplify the requests/responses as well.