Evan
Evan

Reputation: 4560

Applying a discount code to a specific product in Shopify

I've been working on setting up a Shopify store. One major feature they don't have built in is being able to provide a discount to a specific product, even though it looks like people have been requesting it since 2008!

Does anyone have any idea how this could be accomplished with their API?

Thanks!

Upvotes: 7

Views: 2838

Answers (2)

alexandresaiz
alexandresaiz

Reputation: 2766

Shopify allows you to offer product-specific discounts. On your Shopify Admin / Dashboard go to Discounts. Click on Add a discount:

enter image description here

On the Discount type section make sure to choose the Specific product from the dropdown:

enter image description here

Click on Save and you're all set. On your discounts list you'll see the generated discount with the conditions along with the product name:

enter image description here

Upvotes: 3

Edward Ocampo-Gooding
Edward Ocampo-Gooding

Reputation: 2872

Unfortunately, the Shopify API doesn’t offer product-specific discounts yet. It’s definitely in the pipe, but the feature is not available yet.

Upvotes: 1

Related Questions