Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

404 not found. Need help getting basic shopify api access working to incorporate requests into flow

404 not found. Need help getting basic shopify api access working to incorporate requests into flow

greenwagon
New Member
4 0 0

Hi All. I am a little lost on getting basic api access setup to make rest calls from the shopify flow tool.

 

GreenWagonHub is a custom app I have created in the shopify develop apps menu and given api access to. I have generated the access token and saved it

 

I found the api docs where it says to structure the api request as:

 
following this example my output request string is:
 
then it says to add the X-Shopify-Access-Token to the header and add the access token as the value.
 
my access token is a variety of shpat********.
 
I have done all of these things and no matter what I always get a 404 not found.
 
I have professional experience in .net(web), database and api development. I believe I have set it up as explained, but nothing is working.
 
I would love if someone could tell me what I am doing wrong and if you could provide an example that would be even more helpful. Once I get a basic get request functioning I can take it from there. I have been testing my request using postman if anyone has done the same that would be even better.
 
Thanks
Replies 2 (2)

garyrgilbert
Shopify Partner
431 41 186

Uhm is greenwagon hub the name of the developer shop you are using?

 

cause when I go to https://greenwagonhub.myshopify.com/ I get the shop is not available.

 

Cheers,

 

Gary

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
greenwagon
New Member
4 0 0

Yes that is the name of the shop I created. I am assuming from your comment I haven't correctly activated the shop. I created the app and I installed it using an option in the menu. Am I missing something here?