Preview

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

AssociatedSubscriptionUpdateRequest

Subscription update request originated from subscriptionUpdateRequest mutation with associatedItems (e.g. add-ons)

This page contains

    Fields

    idempotencyKey: ID!

    Unique identifier for the request to ensure no duplicate requests are made

    subscriptionId: ID!

    Subscription UUID

    orderId: ID

    Internal purchase order id for this request's subscription (the parent), once resolved.

    pricingPlanId: ID!

    Pricing Plan UUID

    items: [SubscriptionUpdateRequestItem!]! PREVIEW

    Item details of the update

    discountCodes: [SubscriptionUpdateRequestDiscountCode!] PREVIEW

    Discount codes to be applied; currently only one discount code is supported

    vendorCustomAttributes: [SubscriptionUpdateRequestCustomAttribute!] PREVIEW

    Vendor custom attributes

    subscriptionCustomAttributes: [SubscriptionUpdateRequestCustomAttribute!] PREVIEW

    Subscription custom attributes

    associatedItems: [SubscriptionUpdateRequestAssociatedItem!]! PREVIEW

    Subscriptions associated with this one (e.g. add-ons), submitted alongside the parent update

    Implements