Michaël_G_
Shopify Expert
Contact Me
Status
Offline
Last Activity
‎09-13-2022 05:31 AM
Topic Started
1
Topics Started
Topic Solutions
0
Solutions
Post Count
74
Posts
Post Kudos
59
Likes

Community Badges

Hi, First of all thanks a lot for opening the search API to GraphQL. This is very useful to be able to re-use the infrastructure Shopify has built. However, there is a little thing ...
Hi, From my understanding, creating a storefront access token in an app (https://help.shopify.com/api/reference/storefront_access_token#index) will trigger the creation of a new line in the "sales...
Hi, We are currently creating automatically draft orders using the new Draft Order API (which is awesome, by the way) and send the invoice URL by email to the customer. However, it happens that wh...
Hi, I can see the API documentation is missing the endpoints that allow to retrieve, update, delete or create an article without the associated blog ID. Those API are very useful as they allow us ...
Hi ! We're using an EmberJS app to power our app, and as all client side frameworks, our boot time is a bit longer, and then provides very snappy user experience. However, the issue we're encou...
I've initially posted this topic in the Shopify Apps forum but actually the API is more suited. Sorry for the duplicate. Hi, I've seen the new feature of delegate token for OAuth (https://help....
Hi, I've seen the new feature of delegate token for OAuth (https://help.shopify.com/api/guides/authentication/oauth#delegating-access-to-subsystems). I have a question regarding this: due to th...
Hi, The embedded SDK offers already specialized methods to set various parts of the toolbar (setTitle, setPagination, setBreadcrumb), however it offers no simple way to overrides button. Currently...
Hi, I've already posted this question some month ago but didn't receive any answer, and the thread got closed... but I didn't find any answer yet so here I am again. I'm actually installing som...
Hi, We are using a translation app, and we're setting two sub-domains (en.myshop.com and fr.myshop.com). I'd like to slightly modify the output based on the domain (removing one block), and I'd li...
Hi, We've started creating a Shopify app using the Embedded SDK, but when testing it inside the iframe... nothing worked! Technically, our application URL is on a PHP server, that has a specifi...
Hi, As of otday, if you configure Shopify to automatically capture payment, the "orders/paid" webhook is not called at all. Instead, a bunch of "orders/update" are fired, but those are hard to wor...
Hi, As of today, when calling the activate recurring charge endpoint, Shopify returns a response with a Content-Type of "application/json", however the response body is an empty string, which is n...
Hi, I've got some problem when trying to update a product image with a src. I can create a product image correctly using the src (code in PHP): $client->createProductImage([ 'product_id...
Hi, I'd like to have a bit of precision about how the Shopify billing API works when it comes to trial on uninstall and plan change. Let's say that a user install an app, is put on a plan with ...
Hi everyone, I know this is an edge case that has very few probability to happen, but on app uninstall, we use a message queue to further processing the message and delete all the associated data ...
Hi everyone, I know this is an edge case that has very few probability to happen, but on app uninstall, we use a message queue to further processing the message and delete all the associated data ...
Hi ! I have a short question. Considering that Shopify rather sends the shop domain rather than shop ID, we plan to use the shop domain as our "primary key" for most our objects using shops. Ho...
Hi, I need to do some processing whenever a blog article is updated/added. However I can't find any webhooks for those. Would it be possible to add an article.create, article.update and article...
Hi, If a storefront is correctly protected by a password, trying to do Ajax call to this store in server code won't work. Is there any way to pass a parameter to any request using the storefront p...
Hi everyone, I'm trying to understand the API in order to work on my first app, and I thought about something. Instead of embedding my own translation mechanism, why not take advantage of the Shop...
Hi Shopify team! Liquid has a filter for url_for_type, url_for_vendor... but it lacks a "url_for_tag" filter. I know there is a link_to_tag but it generates a complete "a" element, which is not ap...
No content to show

User Activity

We have the same issue here, I have updated our code to remove any trace of value_type, but we still get those deprecation message, and I am unsure why. Would it be a bug in the detection made by Shopify?
ミカエルです(Prestigeのデベロッパ)。現在セクションのデータがシェアされていないから、新しいテーマに変更すると、セクションの内容をもう一度追加しなけれないけない。年末に新しいテーマエディターを導入して、セクションのダータがシェアするか、将来に変更しやすくなります。
Unless the number of customers is bounded and that you are sure it won't grow beyond a given limit, it may work, but I would personally do not go this way as it's not only quite complex to manage, but you may also reach the limits of products/collect...
Hi, What we have done here is that we have created a super lightweight micro-service that only listens to webhook and add elements into a queue. This way at worst only this micro-service is DDos (which is very small and optimized and therefore most ...
Hi Shopify :), I can see in order now that there is a super nice timeline. However I didn't find any way for an app to interact with this timeline. It would allow some nice usages, especially here are some things that would be good: * Being able to...
This widget could not be displayed.
This widget could not be displayed.
Likes given to