Jan 18, 2021
I am trying to create a checkout, but I am getting a 401 error. Below is the code. Can't figure out why. The scopes are `unauthenticated_write_checkouts, unauthenticated_read_checkouts`, `read_orders...
Dec 15, 2020
Hi, I have an app that's a month old now and wanted to start asking for Merchant Reviews. Is there a way through the Shopify API where I can track if the Merchant has left a review or not? Bec...
Nov 4, 2020
I had an app update requirement that says, If your app adds a visible element to a merchant’s storefront, then the element must be disabled by default so that the merchant can see or edit the elemen...
Sep 14, 2020
Hi, I have been looking for documentation on how to verify webhooks for public apps and I am unable to find any. From, what I have gathered, private apps use a WEBHOOK_SIGNED_KEY available at ...
How do you search for products by title name? These are the things that I have tried. shopify.Product.find( query = "title:'My product'" ) shopify.Product.find( title = "My produc...
Jun 4, 2020
Hi, I am unable to find a definitive answer on this. There are two posts that I found with conflicting answers. So, I was hoping to clarify it properly. In case a Recurr...
No content to show
User Activity
05-16-2023
Haha. I raised the issue on Github, no one has responded yet. Well, I will continue as it is.
05-09-2023
Did you get to solving this issue?
I was just going through the documentation of App Bridge. In the CDN approach, we haveconst AppBridge = window['app-bridge'];
const config = {
// The client ID provided for your application in the Partner Dashboard.
apiKey: "api_key",
// ...
I have a situation where I want to get rid of some of the properties I set when a certain condition is met. How do I achieve it with update.js? I have tried properties: {
_id: "",
}
properties: {
...
08-26-2022
Is it possible to show the shipping rate in the "/cart" route?
Hey Gary, Try this. Ignore some of the imports.
Hi, So, we wanted to have pincode wise shipping rate for our customers. Is there a way I could feed the shipping rate based on location that's displayed in checkout page with JavaScript? Thanks, Shahrukh Ahmed.
Yeah, I have to make changes to the last point as well. Did you get to resolving it?
Sure, let me know what your problem is.
Thanks, still can't get computed_hmac and shopify_hmac to match. I have tried the app API secret key.
09-14-2020
Hi, I have been looking for documentation on how to verify webhooks for public apps and I am unable to find any. From, what I have gathered, private apps use a WEBHOOK_SIGNED_KEY available at the store admin level. I thought using API Key / API Secre...
07-07-2020
Hey, were you able to configure it?