How To Make A Shopify REST API Call With Python 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

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

  • @doehetalsnijnkonijn
    @doehetalsnijnkonijn 9 หลายเดือนก่อน +1

    It helped, thank you. Next time post the code in the comments or a github.

  • @santiagobonilla6306
    @santiagobonilla6306 4 หลายเดือนก่อน

    Great video, I was struggling with the Shopify API Python package documentation, this is a lot more straightforward. Thanks 👍

  • @amanahmed6057
    @amanahmed6057 5 หลายเดือนก่อน +3

    when you write , please zoom a little bit , it will be helpful for audience

  • @aj_theanalyst
    @aj_theanalyst 28 วันที่ผ่านมา

    How to extract customer info like name, email? Can you guide on that too? Thanks

  • @sergiut-n7d
    @sergiut-n7d 3 หลายเดือนก่อน

    Good topic, video is straight forward and voice clear, but zooming the area you are using from your screen can make it easier to follow. I am trying to test the Shopify API and even after following your API test for python, I still cannot get a response other than 404. I created the Shopify app, set up the Admin API access scopes and got access to my token, but I cannot find the problem as to why API requests are always 404. Do you have any suggestions? Thank you!

    • @DaveedValencia
      @DaveedValencia  3 หลายเดือนก่อน +1

      I redid the video recently to be more zoomed in and I broke it into 4 parts. Its the recent upload on my page. You might find the new video more helpful.
      Typically 404 is due to the endpoint missing parameters or the token not being passed through or you don't have the right permissions on the token.