About requirement to release my Shopify App by Naohiro
I'm developing Shopify App (neither Private App nor Embeded App) to integrate my web service with Shopify. I will display some Shopify data in my app using Shopify Webhook API. And I don't want to...
View ArticleMark Smith commented on Get List of Product Meta Fields
Thanks Jason,That's perfect.Mark
View Article403 Forbidden error while adding/updating meta fields to existing image by...
Hi,I am updating my existing images on the shopify store but for some reason I am getting 403 error.Could anybody please help me.I have the requests as follows.Update existing Image Meta...
View ArticleChris Saunders commented on 403 Forbidden error while adding/updating meta...
You aren't using the right API, the API you are trying to use doesn't actually exist. You should be using product_images/<product_image_id/metafields.jsonAlso how were your API permissions granted?...
View ArticleChris Saunders commented on About requirement to release my Shopify App
You don't need to have an API published in the App store in order to make it such that merchants can use your application.Have your sign-in page have the merchant enter their shop domain and initiate...
View ArticleChris Saunders commented on Shopify CarrierService
Yes. All the shipping providers we had previously integrated with (Amazon fulfillment, Shipwire, etc) use the product SKU as it's identifier. Passing the additional information over typically means...
View ArticleAuth Help... code param not received. by CharlesTop
Hoping someone can help me here. I am not receiving the "code" param when clicking on the "APP Card" of application after install. It is my understanding I need to use the "code" param to verify the...
View ArticleCharlesTop commented on Shopify CarrierService
Chris,It would be very helpful if we could also get the "Tags" of the products. Or even specify one/or more metafields to pass over. An APP I am working on to help out with many aspects of "Shipping"...
View ArticleNaohiro commented on About requirement to release my Shopify App
Hi Chirs,Thanks for your quick reply. No additional steps are required to release my app? I wonder developing app already has eqivalent functionality to production app, or I need review, service fee, etc.
View ArticleKevin Hughes commented on Shopify CarrierService
You could also just make a GET request to get the product then you'd have everything
View ArticleKevin Hughes commented on About requirement to release my Shopify App
Nope nothing like that just ship it!
View ArticleKevin Hughes commented on Auth Help... code param not received.
Can you expand on exactly what you are doing in terms of requests so I can help you out. Have you followed step 1 from the Oauth tutorial (http://docs.shopify.com/api/tutorials/oauth) and seen the...
View ArticleNaohiro commented on About requirement to release my Shopify App
I'm glad to hear that! Thank you.
View ArticleCharlesTop commented on Auth Help... code param not received.
Kevin,Yes of course :-) I have a custom redirect being passed on the oAuth endpoint "/admin/oauth/authorize" which exchanges the code and gets the "permanent token". That is saved to dbase and set as...
View ArticleKevin Hughes commented on Auth Help... code param not received.
Okay so you have your token already thats good. To verify future requests you follow the steps in number 6 - but here is what you're missing - you don't need to have the code to verify future requests...
View ArticleCharlesTop commented on Auth Help... code param not received.
Kevin,Thanks for taking time to help me out with this. So if I am getting the query string parameters of:shop=<shop>×tamp=<TS>&signature=<sig> I would do the following to...
View ArticleKevin Hughes commented on Auth Help... code param not received.
yeah, although you probably want to implement the sorting of the params.
View ArticleCharlesTop commented on Auth Help... code param not received.
Ok great. Yes I will sort the parameters. Thanks a ton! Going to go ahead and implement that into the CakePHP Plugin/Component this week. I felt the need to create a new one, because the one on...
View Article