Hello, I am using storefront api and appolo client to connect to my shopify store data,
when i am creating a cart in my react app the cart is being created and i can checkout and pay
but the cart rules that are applied on my shopify store (rules like you can checkout if the order total is lower than 500$) but those rules are not applied on my app cart so the rules are not being called when i create a checkout cart.
i am using minmaxify app to set the rules and minmaxify doesnt have api’s to fetch those rules for this
is there a way i can fetch those rules ?
or any work arround to fix this problem