Maximum Discount Option in Amount Off Order

Hi,

I’m using the GraphQL API to create Amount Off Order Discounts and Codes. However, I don’t see an option to apply a maximum discount.

How can I achieve this using the Admin API?

Hi @mergndev

It doesn’t seem to be possible to set a “maximum discount” (cap) with the Admin GraphQL API, but it could be possible to create this logic with Shopify Functions.

It isn’t feasible.

To implement a maximum cap, I would need to manage Shopify functions.

Currently, we have many brands creating campaigns and journeys, and documentation states that there should be no more than 25 campaigns per store.

To establish a maximum cap, we would need to maintain this function continuously.

I believe this should be supported directly. If we can have a minimum cap, why not also have a maximum cap?

I see where you’re coming from @mergndev - I’ll ensure this feedback is recorded.