In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Shopify API

ThornhillTaylor
7 - Meteor

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.

4 REPLIES 4
CharlieS
17 - Castor
17 - Castor

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

 

ThornhillTaylor
7 - Meteor

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

 

CharlieS
17 - Castor
17 - Castor

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

 

apathetichell
19 - Altair

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.

Labels
Top Solution Authors