Hi everyone,
I’m working with the Shopify Billing API and I have a question regarding the discount
field on an AppSubscription
.
If we apply a discount with a durationLimitInIntervals
, what happens to the discount
object after the remainingDurationInIntervals
reaches 0?
- Will the
discount
field still exist in the subscription object but haveremainingDurationInIntervals = 0
? - Or will the
discount
field becomenull
entirely once the discount period ends?
Understanding this behavior is important for how we display discount status and manage subscription logic in our app.
If anyone has observed this behavior in production or has documentation references, I’d really appreciate your input!
Thanks in advance.