SubscriptionUpdateRequestInput
Input for subscriptionUpdateRequest mutation
This page contains
Fields
| idempotencyKey ID! | |
| subscriptionId ID! | |
| pricingPlanId ID! | |
| items [SubscriptionUpdateRequestItemInput!]! PREVIEW | |
| discountCodes [SubscriptionUpdateRequestDiscountCodeInput!] PREVIEW | |
| vendorCustomAttributes [SubscriptionUpdateRequestCustomAttributeInput!] PREVIEW | |
| subscriptionCustomAttributes [SubscriptionUpdateRequestCustomAttributeInput!] PREVIEW | |
| requester SubscriptionUpdateRequesterInput PREVIEW | Optional requester information (user ID and account ID) for attribution of the update request. When provided, the requester context is used for the update operation. |
Mutations for SubscriptionUpdateRequestInput
| subscriptionUpdateRequest PREVIEW | Submit a request to update a subscription |