Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

discount api problems

discount api problems

greg12
Shopify Partner
38 1 14

I try to use shopify discount api. According to documentation  i run discountCodeBasicCreate mutation. 

 

mutation discountCodeBasicCreate($basicCodeDiscount: DiscountCodeBasicInput!) {
  discountCodeBasicCreate(basicCodeDiscount: $basicCodeDiscount) {
    codeDiscountNode {
        id,
        codeDiscount
     }
     userErrors {
        code
        extraInfo
        field 
        message
      }
   }
}
 
 
I run it with all needed variables so it returns without errors
 
So far i used priceRules API, i had to switch to discounts as priceRules ( this is another problem ) do not support subscriptions. On storefront i apply the discount by making GET request on `/discount/${code}`, this was working with price rule with discount code API it doesnt. How then i can apply the discount? 
 
One more problem is that discount created by API is not visible in Shopify dashboard. 
 
G.P. 
Reply 1 (1)

learner7
Shopify Partner
1 0 0

Hi Greg,

Could you please post an update on whether your issues still exist. I.e.

- Does GET request on `/discount/${code}` no longer populate the code into the customer's cart?
- Do discounts created by API still not show in the Shopify admin > discounts section?