Aug 5, 2020
I tried sending a request to create Asset for a theme using postman, and here are my configurations: Request_URL: 'https://{apiKey}:{password}@{shop}/admin/api/2020-07/themes/{theme_id}/assets.json'...
No content to show
User Activity
Oh, I see, thanks.
@denislins Yeah, I just checked it and it's working as normal. Thanks.By the way, please do you know how to test the post purchase extension on a development store without using the Google Chrome or Firefox extension provided by Shopify.
Yeah, I guess so. Please I want to ask, since you are also working on a Post-purchase extension, how do you test the extension? Right now, I am using the Chrome developer's extension but I am looking for a cleaner way to test it. Do you have any idea...
This was working fine since about 2 weeks ago, then I started experiencing this error today, nothing changed in the code, the error is happening for the applyChanges function. Does anyone experience the same thing. I think this is an internal issue f...
After following the guidelines provided by Shopify Docs to build a post-purchase extension, it works well in the development phase and the only way to test it is by using the Chrome Developer's extension provided by Shopify.Now, I am trying to deploy...
@Cross-Apps Like Jason said, Shopify Team must grant the access specifically for your app, that is the only way we could get it to work.
Just taking a guess here, but i do see the <main> tag on every page of every theme that i've worked with so I guess you can try to work with that? If you can looking for a low-level element specific to each product or something, i am not sure there i...
05-13-2021
I am developing an app that is supposed to manage gift cards for a Shopify Plus Store. At first I was using a private app and everything was working well, until there was a need to make use of App Proxy which is not supported by private apps so I had...
Hi @Giulio1 It's pretty disappointing that the currency object is inaccessible even though it is stated in the docs. I was able to get this to work by accessing shop.money_format and then i used substring to extract the currency symbol from the resul...