Andy commented on Can I change the outbound Webhooks POST User-Agent string
Just a follow up here - the SaaS service I'm trying to target with the Webhook has confirmed that the User-Agent : Ruby (or really anything not "browser-ish") breaks it... So - I'm definitely in need...
View ArticleUsing the Python API by urip
I don't understand how could there be so little documentation for the Python API. How could those few lines in Github really cover it all?For example, I want to get all variants for a specific product...
View ArticleChris Saunders commented on Using the Python API
Shopify API requests include all variants for a product in the Product JSON.Simply fetch the product you are interested in and range over your product.variants.The API uses pythons equivalent to...
View Articlewebhook data by Saul
Hi! im deploying an app for shipping and this use two weebhooks one when a orden has fulfilment and the other is to know when the app, this webhooks what i want to is send me the data an email. im...
View Articlemstindia commented on Anyway I can find out customer ID of logged in customer...
Hi Chris,Multipass login not really working as I want it. Here is what I am trying to do.I want to show a list of records from my database on proxy page for a customer.I want to redirect customer to a...
View Articlessiter commented on Product ID and product variation parent/child relation
is there a way? i'm looking for the same thing. I need to grab the id's for each product and variant to keep on my inventory to interact with the api. I did an export from the UI and it's not listed....
View ArticleValue of the custom input field - what's the Liquid syntax?? by Ivan Nikolov
Hello. I'm trying to edit a custom template in the Order Printer app. On most of our products we offer personalization and I would like to be able to display the personalization on the invoice that we...
View Articleproduct and product variants by ssiter
I'm a little confused on how products are handled through the API. The store i'm working with when i do an export of inventory throught the UI i get over a 1000 skus. When i make the product count call...
View ArticleChris Saunders commented on Product ID and product variation parent/child...
You'll need to use the Shopify API to do that.Register webhooks to pick up on inventory changes. You'll also have the product and variant ids.
View ArticleAdding snippets with API by jeffjones
Hi everyone,I recently installed the Zopim Live Chat app on a Shopify store. During the installation process, it automatically added a snippet, zopim.liquid, to my current theme, so that all I had to...
View ArticleJohannes Hodde commented on Adding snippets with API
Hi Jeff,Yes, you can create or modify an asset by making a PUT request to /admin/themes/[THEME_ID]/asset.json like explained here ;)
View ArticleBoris Zeiberg commented on Private app API URL works in browser but not in...
I have the same issue with .NET client. JSON call is fine in FireFox using RestClient but not in .NET app. I get The remote server returned an error: (401) Unauthorized.Any...
View ArticleUser-based Pricing by Donovan Johnson
We're trying to develop our store with multiple price points per product - controlled by variants. We'd like to be able to offer customers that accept marketing a discounted rate.I understand there are...
View ArticleBest webhook to use in order to generate a serial after customer purchase. by...
Hi everyone,After purchasing our software it will be necessary for a POST to be sent to a license generator service that will in return respond back with a serial code tied to the purchase. It looks...
View ArticleCDN cache serving stale content to new users by Al Priest
On the store I maintain I have a daily changing piece of content which doesn't always update correctly. Currently in a chrome private browsing session I see the content from Friday, whereas in the...
View ArticleMassaad commented on CDN cache serving stale content to new users
Hello Al,The versions of files on the CDN are indicated at the end of the URL, after the question mark. If you are creating hard links to the original file you could be pulling down any version, not...
View ArticleAl Priest commented on CDN cache serving stale content to new users
Sorry, I didn't describe what the content was - it's the HTML that is rendered for the homepage of the site, not an asset.
View ArticlePersonalized cash discount by Thomas Weiss
Hi there,I would like to implement some personalized cash discount. The idea is that, based on his email address, the customer could benefit from a cash discount when placing his order. The amount of...
View ArticleShopify CDN images by SearchSpring
We provide a service that requires regular updates to a database of client products from Shopify. One of our clients uses a third party application to manage product inventory. This application appears...
View ArticleAutomatic insertion on image size into API image urls by SearchSpring
We provide a service that requires that we regularly update a database of client products from Shopify. Is there a way to consistently obtain a specific size image_url via the API? We have one client...
View Article