Rahulk commented on Render app proxy response without layout
Can we get hit of another server or link from app proxy ?
View ArticleRahulk commented on Calculating signature via app proxy
How we gone implement app proxy in PHP
View ArticleRahulk commented on Calculating signature via app proxy
Can we redirect on php url using App proxy
View ArticleRahulk commented on Application Proxies
Please tell me the exact solution for this from start to establish app proxy I m beginner
View ArticleChris Ward commented on Pre-Sales with BrainTree gateway
Hello Brain it would have been nice to know this a month ago. Why was it not explained this way when I spoke to people at Celery directly already? When I asked questions the answers I got were never...
View ArticleShayne commented on How can I send an extra parameter into webhook response?
It's not going to be possible to customize a webhook to include the additional information that you're looking for. Have you thought about maybe making an API call to the store that you need the data...
View ArticleShayne commented on URL translation
Hi Aksel,Unfortunately there isn't any way to translate the URLs.
View ArticleShayne commented on get inserted Product Id in Webhook
Product/Insert isn't a valid topic, but both "products/create" and "products/update" will contain the product ID as "product_id".
View ArticleSunrise Integration commented on Redeem gift card from API
Assuming you're talking about the Gift Cards feature from within Shopify (the Pro and Unlimited plans), we've tried to do this in the past and the Shopify API does not have hooks into the Gift Card...
View ArticleBrian Nguyen commented on Pre-Sales with BrainTree gateway
Hi Chris -- sorry to hear that! I'd be more than happy to provide a demo or share more details if that would help address any remaining confusion. It's free to get started with Celery, but if you shoot...
View ArticleRahul Sharma commented on get inserted Product Id in Webhook
Thanks but In webhook response I am not getting any "product_id". Can you please tell me where I found this "product_id" in webhook response?
View Article403 Error from code snippet within my store. Is any authorization required?...
I'm trying to create a custom_collection. The code exists within my theme. Is any kind of auth required? From the same script I can add items to the cart and I'm not doing anything regarding auth, so I...
View ArticleUse JSON API to Retrieve Alternate Product Image Sizes? Medium Product Image...
In the Liquid template system, you can output specific product image sizes.For example, the following outputs the medium image url:{{ product.images[0] | product_img_url: 'medium' }}When using the JSON...
View ArticleTom J. commented on Embeded app SDK: Access to button loading state and...
I'm sure I'm splitting hairs here with my UI OCD complex, but I'm sure when the Shopify developers had intentions for the embedded app SDK, it was to generate a near-seamless experience between the...
View ArticleJason commented on Use JSON API to Retrieve Alternate Product Image Sizes?...
Just follow the file name pattern and alter the string as needed."//your-path/foo.jpg?1234" as medium would be "//you-path/foo_medium.jpg?1234"
View ArticleZach Doe commented on Use JSON API to Retrieve Alternate Product Image Sizes?...
Great, and thank you very much for the quick reply!
View ArticleEmbedded SDK: OAuth, API calls and form submissions by Andrew Kilham
Hey! I'm trying to set up my first app. I've got everything installed and a basic page working in the Embedded SDK. I was wondering a few things though;1. I don't understand the OAuth section on...
View ArticleRohit Porwal commented on How can I send an extra parameter into webhook...
Hi Shayne,Thanks for your reply.For API, I want to get some parameters from different-different Shopify sites and according to these parameters, I can recognize which Shopify site is sending webhooks....
View Article