New Shopify Certification now available: Liquid Storefronts for Theme Developers

automaticAppDiscount is not supported with these combines_with settings

Joven
Shopify Partner
1 0 4

I need help

When I create a discount using discountAutomaticAppCreate, I specify the parameter combinesWith.

 

 

 

 

 

'combinesWith' => [
                'orderDiscounts' => true,
                'productDiscounts' => true,
                'shippingDiscounts' => true
            ]

 

 

 

 

 

interface returns the error message: automaticAppDiscount is not supported with these combines_with settings

 

Thanks

Replies 3 (3)
leohackin-nineg
Shopify Partner
3 0 2

Same for me. =/

And this not be for all stores: it's in some stores only with the same mutation.

yavormilchev
Shopify Partner
3 0 0

Seeing the same issue with our app. Only one store showing this error, all others work fine.

ShopDoctors
Shopify Partner
38 2 4

Any news from someone at Shopify please? This is affecting multiple shops using our app, just not all of them. We are also noticing that in some cases only enabling the "orderDiscounts" option is causing the failure while the other two options work fine.

 

Can this be happening because there aren't any discounts of type ORDER that are combinable yet, and the discount I'm saving is of type PRODUCT? This wouldn't be very nice since then we have to search through their discounts before knowing what we can save.