Build an automated Shopify product tagger in under 20 minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • Build with Gadget: ggt.link/start-building-shopify
    This step-by-step tutorial will teach you how to build a full-stack Shopify app from scratch. By the end of it, you'll have built a Shopify app backend and embedded frontend using Polaris that allows merchants to define keywords they want products to be tagged with, and automatically apply those as tags when products gets created or updates.
    The code powering this app may change over time! Find the latest and greatest here: docs.gadget.dev/guides/tutori...
    Chapters
    00:00 Intro
    00:49 Connect to Shopify
    04:30 Data models & add custom model
    05:42 Actions & write custom tagging code
    10:51 Testing backend code
    12:10 Build an embedded frontend
    16:41 Run data sync
    17:38 Outro
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 7

  • @julieshi9257
    @julieshi9257 2 วันที่ผ่านมา

    can you customized the look too?

  • @pramodkumartg4430
    @pramodkumartg4430 24 วันที่ผ่านมา

    Hi can you please share the code for the frontend, that you pasted in index.js?

    • @rushipatel6965
      @rushipatel6965 23 วันที่ผ่านมา

      its on their docs

    • @gadget_dev
      @gadget_dev  20 วันที่ผ่านมา

      Here's a link to the written tutorial with all of the code: docs.gadget.dev/guides/tutorials/automated-product-tagger

  • @joelleon8712
    @joelleon8712 3 หลายเดือนก่อน

    Why gadget install packages using yarn?

    • @gadget_dev
      @gadget_dev  3 หลายเดือนก่อน

      yarn is just the package manager that Gadget supports under the hood. If you have any specific features provided by other package managers that you would like to see in Gadget, we would love to hear from you in our feature requests board on Discord: ggt.link/discord

    • @joelleon8712
      @joelleon8712 3 หลายเดือนก่อน

      @@gadget_dev Thanks for the answer, but i needed to install a library from npm packages and I couln't use the gadget because of that!