HunkyBill commented on Create Product succeeds with 201, but has null product id
You can no doubt now understand why I refuse to use the API to create products. Not only is it a challenge to do that with code, but imagine trying to wrap a nice UX over top of that. Bah... at this...
View ArticleBen Cox commented on Create Product succeeds with 201, but has null product id
Hi Adam, Something weird is definitely happening with that request. As you found the key field was definitely the problem - those need to be between 3 and 30 characters to pass validation. While the...
View ArticleHunkyBill commented on Create Product succeeds with 201, but has null product id
Even better than sending 201 was the fact the failed request created a resource that was then attached to nothing... an orphan. Wowza!
View ArticleHow to tell which shop fired the webhook? by shaharsol
I created a webhook for orders/fulfilled, and now Shopify POSTs my app whenever a shop that installed the app fulfilled an order. My question is: how can I tell which shop is that (in case there's more...
View ArticleWebhooks via API - webhooks created via OAuth unavailable via shopify cli...
Hi guys,I've been using a lot more of the ShopifyAPI CLI tool recently. I ran into an interesting phenomenon.I create webhooks programatically in my development application which authenticates with...
View ArticleMaarten van Grootel commented on How to tell which shop fired the webhook?
The HTTP request headers of the POST will tell you which shop it came from, so I would recommend you check those out. I believe it is 'X-Shopify-Shop-Domain'Hope that helps!
View ArticleHunkyBill commented on Webhooks via API - webhooks created via OAuth...
Are you using the same API key for both? Webhooks are tied to a specific API key... you cannot see Webhooks from other keys.
View ArticleOrders API Issue by Erik Garcia
The orders API using the /admin/orders.json?since_id=123 doesn't seem to work. I add a since_id querystring parameter of 1004, which I would like would give me order id 1004, 1005 or just 1005,...
View ArticleMrPunkin commented on Webhooks via API - webhooks created via OAuth...
I would imagine it is due to the CLI using the private key for the store, not your apps API key. I ran into this issue yesterday.
View ArticleErik Garcia commented on Orders API Issue
I found the issue, for everyone new to Shopify the since_id is not your store's order ID, it is the shopify id
View ArticleOrders Action Drop Down link ID limits? by MrPunkin
Hey there, I can't seem to find any information on this and we don't have enough test orders / products yet to try it myself. Is there a limit to the count of IDs that can be submitted when you build a...
View ArticleMrPunkin commented on Orders Action Drop Down link ID limits?
It appears there is a limit to only the 50 on the page? Is this correct?
View ArticleShawn M commented on verification of webhooks
I have the same question. I'm trying to setup an external service which will receive orders from a Shopify store via webhooks. I'm not trying to create a front-end that generates orders via API or...
View ArticleNEED TO CREATE A GLOBAL VARIABLE by Rafael Paiva
Hi All,I need a way to create a variable I can use in all templates.Is this possible?Thanks,Rafael
View Articleshaharsol commented on How to tell which shop fired the webhook?
Thanks! You were right.
View ArticleWhat's the right way for an app to add a button to each shop page? by shaharsol
Let's say I want my app to add a button to each shop page (clicking this button will open a popup where the customer can do some functionality).I'm really confused as what's the best way to accomplish...
View ArticleApplication Callback URL - distinguish install from app banner click by...
In the app settings page, under Application Callback URL, the explanation reads: When a merchant installs the app, or clicks on the app banner from their store admin, we will redirect them to this...
View Articleleonardteo commented on Webhooks via API - webhooks created via OAuth...
Thanks guys! That makes sense now.Leo
View ArticlePassing company name to the 'checkout' API by svangansbeke
HiI need to pass the company name to the 'checkout' api.I tried to assign billing_address_company but it does not take the the value 'pre-filled' when the checkout is shown.Is there a possibility to...
View ArticleChristian Joudrey commented on Passing company name to the 'checkout' API
Hi Stefan,When you say "checkout API" are you talking about cart permalinks (http://www.shopify.ca/technology/4849802-new-feature-cart-permalinks)?If so, you can pass the company field as so:...
View Article