Shopify API
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Labels:
- API
- Custom Tools
- Optimization
- Python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
