Hello, I developed the WC Fulfillment app: https://apps.shopify.com/wc-fulfillment. This app has been very successful, and it is one of the top Print on Demand apps in the Shopify app store. I ...
In the app requirements checklist I see "You must build a secure app that is protected against cross-site request forgery (CSRF) attacks, cross-site scripting (XSS) attacks and other security vulnera...
Shopify, please provide a way for app developers / companies to comment on reviews. What is the timeline for this feature?
It would be really nice if we could actually comment on reviews that people leave for our app. We spend 1.5 years developing our app and funding ourselves out of our own pockets, and while we ha...
Oct 9, 2017
I'd like to revive an old topic. This is still an issue. It was mentioned here in the forum in 2013, and Shopify has not fixed it. Can Shopify please make variant creation via the API respect...
I'm wanting to create a Shopify app where users can create custom products. This will be a user interface that plugs into an existing Shopify store via an iframe. I see the following resources: ...
No content to show
User Activity
@randomdude1 @3Adigit Sorry for the delayed response. It seems Shopify's forum software failed to email me about your question. I ended up using a script tag specifically for the Thank You page. When creating a script tag via API, you can set `displa...
We are implementing the GDPR webhook endpoints in our app and are wondering exactly how to respond to the "customers/data_request" webhook. From the documentation, the request payload looks like this: {
"shop_id": 954889,
"shop_domain": "{shop}.m...
"Custom" Shopify apps (as opposed to "public" ones), often used for development purposes when developing Shopify apps, are unable to utilize the Billing API. Therefore, it is impossible to implement, test, and verify any functionality that deals with...
10-20-2022
Nevermind! I made a bad assumption that app embed blocks run in a sandboxed web worker environment, and this appears to not be the case.
10-20-2022
Nevermind! I made a bad assumption that app embed blocks run in a sandboxed web worker environment, and this appears to not be the case.
@axess It seems your suggestion is to use an app embed block for all storefront pages except the Thank You page, and then rely on a ScriptTag for the Thank You page. Shopify is telling me with my app that I have to use an app embed block and not use ...
I am being told by Shopify that my app may no longer use a ScriptTag and must convert to using an app embed block. My upselling app makes heavy use of the Shopify Ajax API in order to read cart data and replace items in the cart (i.e., when an upsell...
Hi everyone, I spent the past two years living on savings and actively developing an upselling app, and I'm about one month from launch. The app uses a ScriptTag is used to inject a .js file to display offers to customers in full screen modal form. S...
I’ve noticed that sometimes when I use the invoice URL for a draft order to check out and complete the order, the draft order (after querying Shopify’s API) still has `order_id` set to `null`. I cannot reproduce this consistently. Has anyone experien...
Thank you. That works. In my opinion, this is not very intuitive, and using the global search to now search for customers should be documented on one or both of these pages: https://help.shopify.com/en/manual/customers/customer-segmentation/customer-...
It seems Shopify decided to replace customer searching with segmentation in my client's shop. Now there is no way for him to search by customer name. WTF? How does one actually search for "Bob Smith" using the customer segmentation interface in the S...
Anyone? Please help.I'd like to add that using Automatic Discounts will not work as only one automatic discount may be active per shop.
Hi, I have searched extensively online and in the Shopify forums for an answer to a question and have found none, so here I am.I am developing a Shopify app which provides customers an opportunity to buy products at a discount. This requires a way to...
Solved.I am using the @shopify/koa-shopify-auth package, and turns out accessMode is by default set to "online", and per the docs, online access token lifetimes match the lifetimes of the user's web session.The solution was to set accessMode to "offl...
I developed an app in the past. When the app is installed, Shopify delivers a token to our app which can be used to make calls to Shopify's API on behalf of the store. This token never expired (or the expiration was relatively far in the future).I'm ...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
7094 | 02-19-2021 03:51 PM |