No content to show

User Activity

I have created and activated an aws eventbridge webhook, but it is not routing to my remix webhooks route. in the error logs, i see this error:"TypeError: Cannot read properties of undefined (reading 'x-forwarded-host')", " at convertApigRequestToNod...
I am writing an app extension and want to provide the ability to translate a liquid setting into various languages. For example, my liquid block page has this:<h2 class="inline-richtext h2"> {{ block.settings.heading }} </h2> {% schema %} {   ...   ...
I have a Polaris form that generates a list of strings when submitted. export default function Index() {return (<Pagebreadcrumbs={[{ content: "Products", url: "/products" }]}title="Settings"primaryAction={{ content: "Save", disabled: false, onAction:...
I'm creating an app that uses app extension blocks. The app has several blocks that a store can apply to page, where each block loads specific data from our servers (like help pages, etc). Rather than forcing each store to create a separate page for ...
I found the solution. I don't need to assign the await to a new variable. the update:true will update the price_rule variable with the newly created id. This works and returns an id i can pass into the create discount code:const price_rule = new admi...
I am attempting to create a price rule using admin.rest.resource. the documentation states that the response will contain the created price rule. however, when I attempt to retrieve the response, it is returning undefined.  https://shopify.dev/docs/a...
I have a remix shopify app i created with "npm init @Shopify/app@latest" and then added an app extension using "npm run shopify app generate extension". To test and run the app, i use "npm run dev" which works fine for development purposes. Now that ...
I have an old existing app that uses AWS Lambda and node js to make REST calls to shopify and is directly linked during the install process. I do not want to rewrite the app to use the new remix framework for shopify apps, but I also need to add an a...
my dns is with route 53 on aws. It looks like I can configure an s3 bucket to do the redirect and use route 53 to point to the bucket. thanks!
I have 2 domains for my store. The primary one works fine.. it sends the user to the homepage. The second domain, I want to send a user to domain-specific page within my store. When I try to create a URL redirect in the admin, I get a "Path can't be ...
I am having the same issue. Setting "send_receipt" and "send_fulfillment_receipt" to false or not including either still sends a receipt to the customer. I am trying to import orders from my client's existing store into shopify for historical and loy...
I have a development store and want to create a custom app to be used by this store only. In the store's admin, when I go to Settings -> Apps and sales channels -> Develop Apps -> Create an App. I get the API credentials and can make calls to the RES...
Perhaps I am doing this wrong, but following your instructions, I can only assign 1 allergen to each product. But some meals contain multiple allergens (such as egg and shellfish). But the customer should be able to select either egg or shellfish or ...
Thanks for all of your suggestions. I fear you might be right that this requires a deal of custom development.  This is what I trying to duplicate from the current site - a customer can select which allergens to exclude from the displayed meals:This ...
Thanks, I have this installed, but I do not see how I can use mulitple metafield values. I can do one metafield (ie, contains milk, but I want the user to be able to select multiple metafield values). I also tried using tags, but it doesnt allow me t...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From