Preview

SubscriptionUpdateRequestInput is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

SubscriptionUpdateRequestInput

input to updateSubscription.

This page contains

    Fields

    idempotencyKey ID!
    subscriptionId ID!
    pricingPlanId ID!
    items [SubscriptionUpdateRequestItemInput!]! PREVIEW
    discountCodes [DiscountCodeInput!] PREVIEW
    vendorCustomAttributes [CustomAttributeInput!] PREVIEW
    subscriptionCustomAttributes [CustomAttributeInput!] PREVIEW

    Mutations for SubscriptionUpdateRequestInput

    subscriptionUpdateRequest PREVIEW

    update subscription for self-serve using subscription-update-v2.