Import Shopify Data to Google Sheets

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 มิ.ย. 2024
  • In this tutorial, I will walk you though how to pull data from Shopify into Google Sheets! No coding required :) Feel free to also check out the KB article on our website for more details on pagination and other useful tips (linked below).
    Chapters:
    0:00 Intro to API Connector
    0:50 Shopify API Key Setup
    3:26 GET Orders
    5:30 Side-Note: limit Parameter
    6:07 GET Customers
    8:00 GET Products
    9:43 Side-Note: API Version
    Shopify:
    www.shopify.com/
    API Connector:
    workspace.google.com/marketpl...
    Documentation:
    mixedanalytics.com/knowledge-...
  • แนวปฏิบัติและการใช้ชีวิต

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

  • @neelsrivastava7785
    @neelsrivastava7785 2 ปีที่แล้ว

    Hey, thank you for the tutorial.
    Can this also be done for Sales v/s Date data from Shopify? Also, will this be real time, as in any new sales will automatically be updated on the google sheets?
    Is there any limit to number of sales being captured?

    • @mixedanalytics
      @mixedanalytics  2 ปีที่แล้ว

      Hi Neel!
      So I think if you pull that orders endpoitn and set status=close, then you can just search for the column orders » closed_at in your sheet once you pull the data. I think that woull be able to just show you the sales and the date they were closed.
      This data is not pulled real time, you will need to press "run" to grab the data again.
      Check out this article on Shopify that explains the limits and pagination: mixedanalytics.com/knowledge-base/access-shopify-data-in-google-sheets/#num5

  • @LayalMeselmani
    @LayalMeselmani 2 หลายเดือนก่อน

    These are not automatically updated every period of time? So I'd have to do this everytime I need to update the info?

  • @ss10569
    @ss10569 2 ปีที่แล้ว

    Whenever each run is done for extracting daily orders, do those get appended to the existing data set or overwrites it?

    • @mixedanalytics
      @mixedanalytics  2 ปีที่แล้ว

      If you look in "Output Options" inside API Connector, you can see the output mode has two options: overwrite, and append. Try switching to append if you wanna save what is already in the sheet :)

  • @carolinehodge5943
    @carolinehodge5943 8 หลายเดือนก่อน

    Hi I'm looking how to pull birthdates from Shopify into Google Sheets. Could I use your program to do this?

  • @boffinschist1098
    @boffinschist1098 2 ปีที่แล้ว

    Hi. I'm looking to have some inventories dependant on inventories of other products i.e. the same or divide by 2 and so on. You have an export here. How about an upload of say a different spreadsheet after the inventories have been manipulated? Was thinking like a scheduled csv inventory update. Thanks.

    • @mixedanalytics
      @mixedanalytics  ปีที่แล้ว

      Not really sure how to picture, this Boffin, maybe you can drop your idea over on our Reddit page, people are much more responsive there for these kind of niche projects: www.reddit.com/r/api_connector/

  • @jessicagennarelli5427
    @jessicagennarelli5427 2 ปีที่แล้ว

    Hello! I am looking to generate a google sheet with the following info: product purchased, customer name, customer phone number, & customer email. Is this something I can do with one of the processes you showed in this video?

    • @mixedanalytics
      @mixedanalytics  ปีที่แล้ว

      Hey Jessica!
      Yes it should be possible. I see here that this endpoint returns at least name email and phone number: shopify.dev/api/admin-rest/2022-07/resources/order
      Looks like it has the product ID, so you'd have to run a 2nd request to lookup the values in this table and get the name from here:
      shopify.dev/api/admin-rest/2022-07/resources/product#get-products-product-id

  • @mohammadbhoor5477
    @mohammadbhoor5477 2 ปีที่แล้ว

    hey, thanks for this tutorial
    but what if i want to update the quantity from a sheet that already have the product variants and quantity to shopify store pls help me

    • @mixedanalytics
      @mixedanalytics  2 ปีที่แล้ว

      So little secret, we can also use PUT and POST commands to push data from sheets to a particular API. I'm not sure what the exact steps would be for Shopify, but I think this may be a good place to start here: shopify.dev/api/admin-rest/2021-10/resources/product#[put]/admin/api/2021-10/products/{product_id}.json

  • @mennaismail3988
    @mennaismail3988 2 ปีที่แล้ว

    if i'm gonna use these data to create a dashboard, is it gonna be updated alone or i should update it every now and then manually

    • @mixedanalytics
      @mixedanalytics  2 ปีที่แล้ว +1

      You would need to click Run to update it for free, or you can set up scheduling (paid feature).

  • @serhiishevchenko4526
    @serhiishevchenko4526 2 ปีที่แล้ว

    Can I use the Analytic report instead of products or customers?

    • @mixedanalytics
      @mixedanalytics  2 ปีที่แล้ว +1

      You can try this one: shopify.dev/api/admin-rest/2021-10/resources/report#top

  • @PapillonThe
    @PapillonThe ปีที่แล้ว

    hi, is there any way to export the dailsy Conversion rate to Google Sheets?

    • @mixedanalytics
      @mixedanalytics  ปีที่แล้ว

      I don't think Shopify provides conversion rate, at least not through the API. I suggest using a web analytics tool like Google Analytics for this type of metric.

  • @hongkonger89
    @hongkonger89 3 ปีที่แล้ว

    Is it possible to extract all inventory to google instead of only 250 row?

    • @mixedanalytics
      @mixedanalytics  3 ปีที่แล้ว

      Hey Alex,
      Sorry for the late reply! You'll have to implement pagination if you want more than 150 rows, you can read up on it here: mixedanalytics.com/knowledge-base/access-shopify-data-in-google-sheets/#num5

  • @johnreyrayala724
    @johnreyrayala724 2 ปีที่แล้ว

    Does the data appends every time you run?

    • @mixedanalytics
      @mixedanalytics  2 ปีที่แล้ว

      You can set it in the output options, change it from `overwrite` to `append`

  • @genmakay
    @genmakay 2 ปีที่แล้ว

    I have products with variants, but the variants aren't products they are just customization options. How can I make it so that Shopify doesn't track my variants are products? I know Bigcommerce has an easy button to click to make this happen. I can't figure it out with Shopify. Please help! Thanks

    • @mixedanalytics
      @mixedanalytics  2 ปีที่แล้ว

      Hello!
      From what I can tell, the /admin/api/2021-04/products.json DOES return variants by default, buy you can change this by specifying your fields with the fields query parameter. So for example, you would use /admin/api/2021-04/products.json?fields=id,title as an example. Let me know if that helps your issue. My hunch is if that doesn't work, you may need to do some manipulations in Sheet via QUERY() or some other built in functions.

  • @igniteyourbrandpremierdigi2520
    @igniteyourbrandpremierdigi2520 3 ปีที่แล้ว +1

    What about the Facebook API?

    • @mixedanalytics
      @mixedanalytics  3 ปีที่แล้ว

      It's on the way :D In the meantime check this out: mixedanalytics.com/knowledge-base/import-facebook-ad-data-to-google-sheets/

  • @adamqa1
    @adamqa1 ปีที่แล้ว

    A great way to retrieve competition store data and see their best selling products and ads too ! nice try

  • @danielvillacistobar8912
    @danielvillacistobar8912 ปีที่แล้ว

    Hey, how should be written a request to get the data from contact form?

    • @mixedanalytics
      @mixedanalytics  ปีที่แล้ว

      Hmm good question... Not seeing anything doing a quick search. Drop your idea over in our Reddit page: www.reddit.com/r/api_connector/