No content to show

User Activity

const response = await admin.graphql( `#graphql query { currentAppInstallation { id activeSubscriptions { id trialDays currentPeriodEnd createdAt } } }`, );
[[extensions.settings.fields]] key = "label_text_size" type = "single_line_text_field" name = "Label Text Size" description = "Enter a label for the upsell" [[extensions.settings.fields.validations]] name = "choices" value = "[\"Default\", \"Heading...
This is Shopify.extension.toml file 
This is custom app, you can see https://apps.shopify.com/checkoutplus?show_store_picker=1 this app, I am trying to clone the extension , but I cannot write code for select field
Hi,I want to ask about setting types, I see there is no select fieldhttps://shopify.dev/docs/api/checkout-ui-extensions/2024-10/configuration#supported-setting-types I want to field like attached screenshot 
Hi,I am creating a extension for thank you page ,I used useApi();and useDiscountCodes();scope permission “read_discounts”result: Array(0)can you help me anyone ?Thankszoynul 
I want to query the payment name list for Shopify app. I am using remix.Here video Watch Video  
Hey !I want to query payment methods.Thanks
Yes, I think first we need to collect merchant contact info. Correct?
actually I want to send email to merchant when app uninstall
Hello Devs,I need help for customer info query. for all customer await admin.rest.resources.Customer.all({ session: session, ids: "207119551,1073339525", });Single customer await admin.rest.resources.Customer.find({ session: session, id: 2071...
Hello Devs,I want to query customers data, I have only Shop name. How can i  query by shop? where i get customer id?await admin.rest.resources.Customer.find({ session: session, id: 207119551, });Thanksappaza.dev
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