Beginner resources for headless Ecommerce application (Next 13-14)
Answered
Hygen Hound posted this in #help-forum
Hygen HoundOP
Hey guys,
I'm a half half frontend dev/web designer and I am looking to get out of my comfort zone to develop an e-commerce app with Shopify integration as a practice side project.
It would be great if you guys could share some resources (short courses, videos, articles, etc.) to help get me started!
Thanks!
I'm a half half frontend dev/web designer and I am looking to get out of my comfort zone to develop an e-commerce app with Shopify integration as a practice side project.
It would be great if you guys could share some resources (short courses, videos, articles, etc.) to help get me started!
Thanks!
Answered by B33fb0n3
Because you are the developer that want to work with Shopify, you need to use their api.
A good resource for that is: https://shopify.dev/docs/api
I think you know how to use an api, so I won’t show it here. Anything else is just nextjs and Shopify backend. Nothing more around it.
So you should be good to go @Hygen Hound
A good resource for that is: https://shopify.dev/docs/api
I think you know how to use an api, so I won’t show it here. Anything else is just nextjs and Shopify backend. Nothing more around it.
So you should be good to go @Hygen Hound
3 Replies
Because you are the developer that want to work with Shopify, you need to use their api.
A good resource for that is: https://shopify.dev/docs/api
I think you know how to use an api, so I won’t show it here. Anything else is just nextjs and Shopify backend. Nothing more around it.
So you should be good to go @Hygen Hound
A good resource for that is: https://shopify.dev/docs/api
I think you know how to use an api, so I won’t show it here. Anything else is just nextjs and Shopify backend. Nothing more around it.
So you should be good to go @Hygen Hound
Answer
Hygen HoundOP
@B33fb0n3 awesome! Very straightforward, thank you!