Adding automatic update to specific cart id

Hi,
I’m trying to create a custom app which uses the API to grant an automatic discount for a specific cart ID. This automatic discount should be available only once and only for that specific cart ID. Is that possible?

Hi A_J,

Great idea for a custom app. I think this should be possible with Shopify Functions, which can access current cart info with the RunInput. So you should be able to create logic with that to apply a discount.

1 Like