Skip to main content

Questions tagged [shopify-app]

shopify-app is a gem made by Shopify to help in the creation of plugins for their ecommerce platform

shopify-app
0 votes
0 answers
56 views

How to Activate Shopify Web Pixel Extension on Production Store?

Issue: Hi, I'm trying to activate a Shopify web pixel extension on a production store. The web pixel extension is configured in the Shopify Remix app template. The backend is wired to Express.js. What ...
kaizen's user avatar
  • 1,620
0 votes
0 answers
19 views

Shopify integration with Auth0

I'm trying to integrate Auth0 with Shopify so our clients can log in to our application with their Shopify credentials. I have tried using the Shopify social connection in Auth0 (https://marketplace....
Peigeng Jiang's user avatar
0 votes
0 answers
22 views

Pass Customer ID From Frontend to Custom Remix Endpoint In Shopify

I am building an app on shopify with remix. Currently i am trying to send Current Customer ID to the api endpoint defined in remix app. The issue i am facing is regarding to the endpoint. It is giving ...
MA-2016's user avatar
  • 663
1 vote
1 answer
27 views

Shopify App Block Schema: "target" Property Not Valid According to VS Code Extension

I'm working on a Shopify app and according to the official documentation, the app block schema should support properties like target, stylesheet, and javascript. However, when I try to use these ...
Saabbir's user avatar
  • 638
-2 votes
0 answers
25 views

Sync discount codes in two Shopify stores

I currently manage two separate Shopify stores and I'm looking for a way to sync the discount codes between them. My goal is to ensure that whenever a discount code is created or updated in one store, ...
Fynn Menk's user avatar
0 votes
1 answer
44 views

How to make a shopify app/function call an azure function

I have made a shopify app using the delivery customization framework. It has a function in the run.js //...Above code export async function run(input) { const configuration = JSON.parse( input?....
ZOfficial's user avatar
-1 votes
0 answers
36 views

Shopify web pixel issue

Shopify has recently mandated that pixel apps use the new Web Pixel App Extension, which has some notable shortcomings. The Shopify Web Pixel operates within a strict sandbox environment, meaning it ...
Yash Soni's user avatar
0 votes
0 answers
17 views

How to migrate Recharge customers to Shopify Subscription?

I have a Shopify Website that uses Recharge as a subscription manager. I want to switch from Recharge to Shopify Subscriptions, their new app. To do so, I can import in Shopify Subscription app a .csv ...
user25978975's user avatar
0 votes
0 answers
15 views

How to create a Shopify App Extension / Embed to render custom content in existing liquid components?

I want to develop a Shopify app extension/embed for merchants to display "Review Stars" on every product component, including the home page, collections, and search results. How can I create ...
i_am_daim's user avatar
  • 537
0 votes
0 answers
21 views

Auto Delete Soldout Items (Shopify)

I'm building shopify app using Express and React. I made api to delete soldout items (quantity = 0) This is shopify.js file. import { BillingInterval, LATEST_API_VERSION } from '@shopify/shopify-api'; ...
Abdallah Tanna's user avatar
0 votes
0 answers
19 views

shopify billing api using store plan

So I want to create a monthly and yearly billing plan for my app using the store plan that the client has chosen. For eg, if the client has chosen the advanced shopify plan for the store then I want ...
Shaunak Chandra's user avatar
1 vote
2 answers
48 views

How to create Shopify function to give free shipping to customers with speicific tag(s)

I am trying to add a shopify function to our store and its functionality should be to give free shipping to customers that have at least one of these two tags: "swell_vip_learned lounger", &...
Haroon Ahmed's user avatar
0 votes
1 answer
40 views

Hydration failed because the initial UI does not match what was rendered on the server - after implementing Remix i18n translation

I've implemented translation in my Remix app using the Remix i18n package. So far, everything works fine when I have a parent component that loads translations from a specific namespace. However, I'm ...
Wakil Ahmed's user avatar
  • 1,253
-1 votes
1 answer
48 views

How can I pass the id when clicking on the Delete button

I'm new and looking for a way to include dynamic id in the examples in the tutorial here. Because all REST Admin API queries require a valid Shopify access token, all example must use inside headers, ...
ttn_'s user avatar
  • 346
0 votes
0 answers
24 views

Shopify Admin API: I want to get the total number of items sold of a product with a product_id

I am using the Shopify GraphQL admin API to get the details of each of the products. But I am not able to get an important detail for the product - that is the total number of orders for this ...
NaineeL SoyantaR's user avatar

15 30 50 per page
1
2 3 4 5
90