Shopify Admin API Tutorial | GraphQL & Rest Queries

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • In this tutorial we are going focus on making our first queries to the the GraphQl and Rest APIs from Shopify.
    We will display our data in our frontend using Polaris and React.
    This is the Third part from our series.
    Please check the first part if you haven't watch it.
    Part 1 : www.youtube.co....
    Part 2: • Shopify Admin API Tuto...
    We are going to walk through the documentation as well as working some of the new features of the new Shopify CLI-3.
    This video will show you how to get started on creating your own Shopify custom apps.
    #webdevelopment
    #shopify
    #react
    #coding
    #programming
    #nodejs
    #javascript
    #liquid
    #api
    Hope you gain value from this tutorial! I will try to start a series for Shopify developers and dive deep into this great framework!
    Thank you for watching!
    Github: github.com/ste...

КОМЕНТАРІ • 31

  • @fernandopereirafezinho3535
    @fernandopereirafezinho3535 11 місяців тому +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.

  • @TejasSarvaiya-p8u
    @TejasSarvaiya-p8u 10 місяців тому +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.

  • @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?

  • @alirezamhm7226
    @alirezamhm7226 Рік тому +1

    it's very useful for me thanks alot

  • @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

  • @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?

  • @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!

  • @diegovelasquez2187
    @diegovelasquez2187 Рік тому +1

    Amazing!!! thank you

  • @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...

  • @VivekViradia
    @VivekViradia Рік тому

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

  • @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 ?

  • @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

  • @Hastishah
    @Hastishah Рік тому +1

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

    • @stephanodev
      @stephanodev  Рік тому

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

  • @rahmansadik4266
    @rahmansadik4266 Рік тому

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

  • @TheAzerue
    @TheAzerue 7 місяців тому

    Can you some share link to part 4

  • @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...

  • @MusaRehman-m9o
    @MusaRehman-m9o Рік тому +1

    tysm

  • @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! 😁

  • @waqarkhan-bz7ig
    @waqarkhan-bz7ig Рік тому

    also can u have some subscription app ?

  • @waqarkhan-bz7ig
    @waqarkhan-bz7ig Рік тому

    when next tutorial is stream ?

  • @franobarrio
    @franobarrio Рік тому

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

    • @stephanodev
      @stephanodev  Рік тому

      You can send me an email rickmartini456gmail.com

  • @strot2103
    @strot2103 Рік тому

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