1
votes

Is there any way to create discounted products that only appear at specific times and places (through the Shopify API)? I've just been creating variants with lower prices, but this is a bit troublesome since I need to modify all product-rendering Liquid files so that discount price doesn't show up anywhere.

Any help or advice is greatly appreciated!

3

3 Answers

0
votes

In a word: no. They've been planning it for years, but as of now there is still no way to create individual discounts via the API.

0
votes

Well, I don't know if I exactly understood but let me try... You can change the product prices using the API for sure. Also, you can create a collection and use the API to insert this product in this collection. Finally, using liquid you show this collection. Some dynamic you may add with jquery or script. Also, you can use the user system to define which user can or not view it. This is only a suggestion.

0
votes

I have done it by using customer tags. Since you can control what gets displayed when checking the customer tags, you can pull in products priced just for them.