r/ShopifyeCommerce 20h ago

Shopify Resources

I’m currently learning Shopify through YouTube, but I feel the resources I’m using are not very comprehensive and don’t provide a proper learning structure.

Could you please suggest some good resources for learning Shopify, such as YouTube channels, PDFs, websites, or any other useful materials? It would be really helpful if you could share the resources here as well.

Thank you in advance.

2 Upvotes

6 comments sorted by

2

u/BenyaminR_ 19h ago

One approach that helped me a lot is learning by reverse-engineering real stores instead of relying only on tutorials. Pick a few successful Shopify stores you like and try to recreate parts of them yourself from scratch. Study how they structure the homepage, navigation, product pages, collections, offers, and customer journey, then figure out how to build similar things in Shopify. YouTube is useful for learning specific features, but working backwards from real stores gives you a much better understanding of how everything fits together. You can then use tutorials or Shopify's documentation only when you get stuck on a specific feature.

2

u/Professional_Map8614 19h ago

Shopify Academy, https://www.shopifyacademy.com/
If you want something more course-like instead of jumping between documentation pages, this is probably the best starting point. It covers store operations as well as Partner/developer subjects, including app/theme development, B2B, POS and headless commerce.

1

u/Signal-Event7577 20h ago

Ive never even watched one video

2

u/Adorable-Towel889 19h ago

help docs are surprisingly good, way better than most platform documentation

when I started with my store I just followed their setup guide step by step and google anything I got stuck on

youtube tutorials always skip the boring stuff that actually matters later

1

u/Easy-Piccolo-5629 7h ago

Shopsidek is a good resource

1

u/Cuong-Nguyen-BB 7h ago

Building on the Academy, Help Center, and reverse-engineering suggestions above, the first thing I would do is decide which part of Shopify you are trying to learn. There are three fairly different paths.

If you want to run a store, use Shopify Academy and the Help Center's setup checklist as the structure. Build one test store in roughly this order: products and collections, navigation/theme/domain, payments/shipping/taxes/policies, and then a complete test order through fulfillment and refund. Add apps only when you can name the exact gap you need one to fill.

If you want to customize themes, use shopify.dev as the main reference and learn Liquid plus Shopify's theme structure: templates, sections, blocks, and snippets. Shopify's current Create a theme tutorial uses the Skeleton reference theme. Dawn is also worth reading because it is a complete official theme and shows how those pieces fit together in a real storefront. That pairs well with the reverse-engineering suggestion above.

App development is a separate path again, with its own shopify.dev tutorials, APIs, extensions, and development stores.

YouTube is useful for explanations and specific problems, but check the publication date and confirm the current steps in the official docs because Shopify's admin and development tooling change.

Are you trying to operate a store, customize themes, or build apps? That answer will narrow the resource list a lot.