- 16
- 6 699
David Valencia
เข้าร่วมเมื่อ 26 ธ.ค. 2023
I make videos about e-commerce and Shopify.
How to make a Klaviyo API call with Python
An introduction to making a Klaviyo API call using Python. I will cover getting your API key and making a GET call to fetch campaign data. The video also shows how to pass multiple fields in the requests.
Klaviyo API Docs - developers.klaviyo.com/en/reference/api_overview
Klaviyo Python Git - github.com/klaviyo/klaviyo-api-python
Klaviyo API Docs - developers.klaviyo.com/en/reference/api_overview
Klaviyo Python Git - github.com/klaviyo/klaviyo-api-python
มุมมอง: 62
วีดีโอ
Shopify API with Python - Making Paginated Requests - Part 4
มุมมอง 1232 หลายเดือนก่อน
Learn to make Paginated Requests using Shopify API with Python. git: github.com/DaveedValencia/ShopifyPythonAPI Shopify Docs: shopify.dev/docs/api/admin-rest
Shopify API with Python - Make Calls with Parameters - Part 3
มุมมอง 982 หลายเดือนก่อน
Learn to pass parameters such as fields when making a Shopify API Call using Python. git: github.com/DaveedValencia/ShopifyPythonAPI Shopify Docs: shopify.dev/docs/api/admin-rest
Shopify API with Python - Making First Call - Part 2
มุมมอง 1162 หลายเดือนก่อน
Learn to make your first Shopify API call using Python. git: github.com/DaveedValencia/ShopifyPythonAPI Shopify Docs: shopify.dev/docs/api/admin-rest
Shopify API with Python - Getting Credentials - Part 1
มุมมอง 672 หลายเดือนก่อน
Guide to generating an access token for Shopify API Calls. git: github.com/DaveedValencia/ShopifyPythonAPI Shopify Docs: shopify.dev/docs/api/admin-rest
Cut Klaviyo Cost and STAY on Klaviyo with Python
มุมมอง 242 หลายเดือนก่อน
Cut your Klaviyo cost while remaining on Klaviyo. Learn to do this with Python and the SendGrid API. Git: github.com/DaveedValencia/KlaviyoWithSendGrid
Add GA4 to WordPress - No Plugin Needed - 2024
มุมมอง 125 หลายเดือนก่อน
How to add GA4 to a WordPress website without using a plugin.
Shopify Add Free Gift to Order - No App Needed
มุมมอง 1845 หลายเดือนก่อน
How to add a free gift to order without using an app. Github: github.com/DaveedValencia/FreeGiftWithPurchaseShopify
Optimize Google Shopping Campaigns Using Python
มุมมอง 535 หลายเดือนก่อน
Optimize Google Shopping Campaigns using Python to automate adding negative keywords. github: github.com/DaveedValencia/NegativeKeywordsGoogleAds
How To Create Winback In Klaviyo Using Segments
มุมมอง 385 หลายเดือนก่อน
Learn how to create a winback segment in Klaviyo to re-engage old customers with winback campaigns.
How to install WordPress on Digital Ocean - Tutorial 2024
มุมมอง 5666 หลายเดือนก่อน
Learn how to install WordPress using a Digital Ocean Droplet in 2024.
Shopify SEO with ChatGPT - Fully Automated 2024
มุมมอง 2656 หลายเดือนก่อน
Learn to use ChatGPT to create Shopify Product descriptions, SEO titles and SEO descriptions. Make the changes in bulk using this python script and put your store SEO on autopilot. Git Hub - github.com/DaveedValencia/ShopifySeoChatGPT Twitter - DaveedValencia
How To Make OpenAI Python API Call
มุมมอง 1928 หลายเดือนก่อน
Learn to make your first OpenAI API call using Python. We follow the example by OpenAI.
How To Add DMARC for Klaviyo and Shopify in 3 EASY STEPS!
มุมมอง 2K10 หลายเดือนก่อน
Add a DMARC record to your DNS to send emails from Klaviyo and Shopify. TXT RECORD: v=DMARC1; p=none; rua=mailto:dmarc-reports@solarmora.com
Tiered Discounts In Shopify, NO APP Needed 2024
มุมมอง 96110 หลายเดือนก่อน
Shopify now lets us create an automatic tiered discount based on the cart value. It will automatically apply the correct discount at checkout.
How To Make A Shopify REST API Call With Python 2024
มุมมอง 2K10 หลายเดือนก่อน
How To Make A Shopify REST API Call With Python 2024
ThanYou SO much. You explain everything very well
Thx for the vid David! Question kind of related to that, any idea on how Custom Composite Data Store handle Vector store data? do you think they built an open source index on FAISS or other?
Can you exclude products from the tiered discount?
You a beast!! Thanks for sharing
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!
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.
Great video, I was struggling with the Shopify API Python package documentation, this is a lot more straightforward. Thanks 👍
Can this work with dollar amounts off an order instead of percentage?
Hi David, I second what Peter has said. Have you found a way to apply this to specific collections yet? Or, is it going to be a site-wide discount if setup this way?
Create Discount > Amount Off Products > Automatic Discount > Title: SAVE25 > Percentage > 25% > Applies to Specific Collections (choose collection). Then repeat for each discount tier but the collections have to be the same ones at each tier. This should work!
Hi David, I'm trying to learn how to optimize all forms of Google ads using python scripts, would you be able to help with that?
Yes, I also want to do this. If you can do it, can you help me
Just wanted to leave a comment to say thanks, this works great plus the OpenAI API isn't too costly. This will save us a lot of time seeing as we have 20,000 products in one range. Great content, looking forward to more. Just an off question, how easy do you think it would be to create a product lister for Shopify? Basically feed it a CSV with the information then use the API to create the products. I use Matrixify at the moment but at $200 a month it's quite costly.
when you write , please zoom a little bit , it will be helpful for audience
thank you so much, I fix my digitalocean
Great! Simpel to follow, and love that you check the work afterwards. Big thanks!
It took me a long time to find anyone explaining how to do this this without using an app. Thank you, this was very helpful and I loved the fact that you showed that it working.
Glad it helped!
thanks! simple to follow
It helped, thank you. Next time post the code in the comments or a github.
just what I needed