I am trying to access all data in shopify via an API
I have my:
Access Token
api key
Client Secret
Store name
Is there anyway to pull in all data via the api in Alteryx?
help would be appreciated. I have read posts on this but cannot get it to work.
Solved! Go to Solution.
What resources did you check out? What specifically isn't working for you?
Check out this video from @NPT to get started:
https://www.youtube.com/watch?v=7zbMHdXS-cQ
I think the biggest issue I have is i Need the master PW... im hoping once i get that, we will be ok... but otherwise... ive gotten access via ODBC connector but it is too slow.. so now Alteryx is my next step
The Download tool is the go-to for APis. Feed it the URL string with all the appropriate endpoints and it should return the data you're looking for.
https://help.alteryx.com/current/en/designer/tools/developer/download-tool.html
connecting via api in postman should be your first step. identify what you need - header needs and password needs. identify the format that a return is in - and key endpoints you need.
after you've succesfully built this in postman - THEN - you should work on rebuilding the API in Alteryx using the Download tool. Troubleshooting header/connection issues in Alteryx can be a pain.