Hi all,
I'm a complete beginner and have never worked with API's before. So I'm really sorry, but I'm hoping someone could help me, as I've been googling for days and don't know what is what anymore!
I am trying to link my shipping solution (Shipstation) to my Airtable database.
So far, I've managed to successfully set up a webhook, so when an order is shipped, Shipstation sends a webhook to Airtable. However the webhook is just a "resource_url", not actual useful data (like an order number). I've gone to the "resource_url" (which needs a username and password) and it has all the data I need.
So I guess I need to "run a script" and write an API to go and fetch the data from the "resource_url", so I can then use the order number to "update record".
I've added the "resource_url" from the webhook as a variable / input config.
So what I need the script to do is;
- Go to "resource_url" (which is the input config called SHIPSTATION)
- Login with Username and password
- Output the data
Can anyone help? Or point me to a resource that explains where I need to start (to someone who doesn't really know what an API is?)
Many thanks Sarah