Anchor to AppSubscriptionTrialExtendUserErrorApp
objectApp Subscription Trial Extend User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (AppSubscriptionTrialExtendUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•App
Subscription Trial Extend User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- appSubscriptionTrialExtend (AppSubscriptionTrialExtendPayload)
- •mutation
Extends the trial period for an existing app subscription. Trial extensions give merchants additional time to use the app before committing to paid billing.
Requires the subscription ID and the number of days to extend (between one and 1000). The extension modifies the existing trial end date, allowing continued access to subscription features without immediate billing. Returns the updated
.Learn more about offering free trials.
- •ID!required
The ID of the app subscription to extend the trial for.
- Anchor to daysdays•Int!required
The number of days to extend the trial. The value must be greater than 0 and less than or equal to 1000.
Arguments
- •ID!
Was this section helpful?