App reviews, troubleshooting, and recommendations
I am using the billing API example and would like to know how to add a discount in terms of both percentage and amount. Thanks!
link: https://shopify.dev/docs/api/shopify-app-remix/v2/apis/billing#require-requesting-billing-right-away
const shopify = shopifyApp({
// ...etc
billing: {
[MONTHLY_PLAN]: {
amount: 5,
currencyCode: 'USD',
interval: BillingInterval.Every30Days,
},
[ANNUAL_PLAN]: {
amount: 50,
currencyCode: 'USD',
interval: BillingInterval.Annual,
},
}
});
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024