Skip to main content
Anchor to AppSubscriptionLineItemUpdatePayload

AppSubscriptionLineItemUpdatePayload

payload

Return type for appSubscriptionLineItemUpdate mutation.

•AppSubscription

The updated app subscription.

•URL

The URL where the merchant approves or declines the updated app subscription line item.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Updates the capped amount on usage-based billing for an AppSubscriptionLineItem. Enables you to modify the maximum charge limit that prevents merchants from exceeding a specified threshold during their billing period.

The mutation returns a confirmation URL where the merchant must approve the new pricing limit before it takes effect. Use this when adjusting usage limits based on merchant needs or changing pricing models.

Learn more about updating the maximum charge for a subscription.

Arguments

•ID!
required

The ID of the app subscription line item to be updated.

•MoneyInput!
required

The new maximum amount of usage charges that can be incurred within a subscription billing interval.



Was this section helpful?