Shopify Admin API Tutorial | GraphQL & Rest Queries

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025

Комментарии • 32

  • @fernandopereirafezinho3535
    @fernandopereirafezinho3535 Год назад +1

    If anyone is struggling to have their permissions updated, I had to execute the following before building the app: npm run shopify app config push ..Your video has been helping me a lot. Thank you.

  • @ibnulferdous
    @ibnulferdous Год назад +2

    Hello. Thank you for making videos. Waiting for the part 4.

  • @alirezamhm7226
    @alirezamhm7226 Год назад +1

    it's very useful for me thanks alot

  • @TejasSarvaiya-p8u
    @TejasSarvaiya-p8u Год назад +1

    Hey man,love the way you teaching. It is really helping me to understand how API works. I have one question how can I add a script tag. The src attribute not understanding.

  • @mrmrk4003
    @mrmrk4003 Год назад +2

    Waiting for part 4

  • @HiteshKumar-rp4my
    @HiteshKumar-rp4my Год назад +1

    Hi your video is awesome!! when will be the next :video will come

  • @diegovelasquez2187
    @diegovelasquez2187 2 года назад +1

    Amazing!!! thank you

  • @JamieFlynt
    @JamieFlynt Год назад +1

    Hey man, love the content, it's really helping me out as a newbie Shopify Dev.
    Quick question for you, are you all self taught or are there any resources you subscribe to? Like online classes, tutorials, etc. that I might be able to take advantage of as well.
    Thanks in advance!

  • @cubanlincoln1767
    @cubanlincoln1767 Год назад

    I have been following this series, sometimes you use regular "fetch" function to call the api and others you use "useAuthenticatedFecth", When is the right occasion to use which one?

  • @ketanchoudhari6606
    @ketanchoudhari6606 16 дней назад

    do shopify provide system to integration of custom payment gateway in store consider I had purchase a payment gateway and want to use that gateway only for my website in shopify how this can be down do shopify provide any API for it

  • @TheAzerue
    @TheAzerue 10 месяцев назад

    Can you some share link to part 4

  • @elitheasian
    @elitheasian Год назад

    You rushed through the last part, creating the product with the form title. This is the part of the video I wanted to see as I could not get it to work correctly. Could you go more into this please?

  • @VivekViradia
    @VivekViradia Год назад

    How did you got the URL for "Customer data request endpoint". I am Stuck at the starting of the toturial.

  • @rahmansadik4266
    @rahmansadik4266 Год назад

    hey can you make a vidoe how we can register or subscribe to orders create webhook?

  • @RazaMohayyuddin-f2v
    @RazaMohayyuddin-f2v Год назад

    Hey Man great work can you guide How we can make bundle of products using graphQL admin API and provide discounted products to our customer ?

  • @waqarkhan-bz7ig
    @waqarkhan-bz7ig Год назад

    also can u have some subscription app ?

  • @SahilBhatti-l9q
    @SahilBhatti-l9q Год назад +1

    BRO can you please make a seperate video to display the data on browser from api..this video is lil complicated. please make a video straight forward how to display data without using any polaris if possible...

  • @Hastishah
    @Hastishah 2 года назад +1

    Thank you for Amazing Videos., Can you please cover similar series or different using Laravel instead of Node ?

    • @stephanodev
      @stephanodev  2 года назад

      Thank you! That’s a good suggestion! I will think about doing a remaster for php with lavarel after we are node with nodejs 🤝

  • @a_human_on_earth
    @a_human_on_earth Год назад

    One doubt: For node we are here using GraphQL right, so how to save data in DB? Like if we need custom DB then what todo? Normally I use mongo with nodejs for my web apps. but here on polaris both the front and backend is with same project. I saw a database.sqlite file on project folder of polaris project. Can we do all sql operations without a dedicated database server?

    • @stephanodev
      @stephanodev  Год назад

      Just connect your db normally to your server with express. Then u can access the data from the frontend

  • @waqarkhan-bz7ig
    @waqarkhan-bz7ig Год назад

    when next tutorial is stream ?

  • @a_human_on_earth
    @a_human_on_earth Год назад

    Very good video bro, please don't always highlight why you are increasing the size. If needed just explain the steps you are doing to expand the window when you do it on first time. No need to explain every time when you increase the text size and hiding the terminal blah blah! 😁

  • @MusaRehman-m9o
    @MusaRehman-m9o Год назад +1

    tysm

  • @franobarrio
    @franobarrio Год назад

    hey ! where can I contact you for freelance work ? Cheers

    • @stephanodev
      @stephanodev  Год назад

      You can send me an email rickmartini456gmail.com

  • @monchan31
    @monchan31 Год назад

    Hi!
    I am a new shopify engineer.
    This video was very easy to understand.
    Is there any way to display the current number of visits on the site using api?
    I looked at the shopify documentation and could not figure out how to get the number of accesses...

  • @strot2103
    @strot2103 Год назад

    So unclear sometimes, and the code from github doesnt really work