Shopify Discount

Hi, Can we apply discount tiers in shopify to the no of product quantity in cart or to the sum of items in the cart, the discount tiers will we considered as subscription plans. So how can we manage the payment and subscription contract with it. I am developing a custom app in shopify remix and want to build it in custom.

@Alevelagency Hi, Can we implement the discount tiers using shopify discount function?

@1256

You can see discounts applied in various tiers depending on what’s in the cart and how much everything costs either by using Shopify Functions or GraphQL Admin API in Shopify,

— Which can also be integrated with subscription plans through sellingPlanGroupCreate that enable tiered pricing.

— Create a special Remix app that will help you take care of discounts and subscriptions for this task.

— The app should use Storefront API for the customer UI and Admin API for configurations.

Ensure to test that the payment gateway of Shopify functions well.