Preview

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

SubscriptionUpdateRequestAssociatedItem

Echoes an associated item submitted on a subscriptionUpdateRequest mutation

This page contains

    Fields

    associationType: AssociationType! PREVIEW

    How this subscription relates to the one being updated.

    subscriptionId: ID

    Existing associated subscription that was updated. Null when a new one was purchased.

    pricingPlanId: ID

    Pricing plan of the associated subscription

    items: [SubscriptionUpdateRequestItem!] PREVIEW
    discountCodes: [SubscriptionUpdateRequestDiscountCode!] PREVIEW
    vendorCustomAttributes: [SubscriptionUpdateRequestCustomAttribute!] PREVIEW
    subscriptionCustomAttributes: [SubscriptionUpdateRequestCustomAttribute!] PREVIEW
    orderId: ID

    Internal purchase order id for this associated item's own order, once resolved.

    Parent objects of SubscriptionUpdateRequestAssociatedItem

    AssociatedSubscriptionUpdateRequest PREVIEW

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