We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

The error occurs when creating an automaticAppDiscount on a newly created store.

The error occurs when creating an automaticAppDiscount on a newly created store.

minhduc17801
Shopify Partner
4 0 2

I’m encountering an issue when creating an automaticAppDiscount on a newly created store. I am unable to create a shipping automaticAppDiscount due to the error "Shop is ineligible for shipping functions." For product and order automaticAppDiscount , I can't set combinesWith and get the error "is not supported with these combines_with settings." The product automatic app discount only allows combining with other product, while the order discount cannot be combined with any type. I've tried other applications that can create shipping automaticAppDiscount or set combinations, but they also don’t work. However, after an uncertain period, possibly just a few minutes or a few hours, everything functions normally, and I can create all types of discounts.

  {
     "productDiscount": {
       "automaticAppDiscount": null,
       "userErrors": [
         {
           "field": [
             "automaticAppDiscount"
           ],
           "message": "is not supported with these combines_with settings"
         }
       ]
     },
     "orderDiscount": {
       "automaticAppDiscount": null,
       "userErrors": [
         {
           "field": [
             "automaticAppDiscount"
           ],
           "message": "is not supported with these combines_with settings"
         }
       ]
     },
     "shippingDiscount": {
       "automaticAppDiscount": null,
       "userErrors": [
         {
           "field": [
             "automaticAppDiscount",
             "functionId"
           ],
           "message": "Shop is ineligible for shipping functions"
         }
       ]
     }
   }
Replies 0 (0)