stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppSubscriptionLineItemUpdatePayload

AdminTypes.AppSubscriptionLineItemUpdatePayload interface

Return type for appSubscriptionLineItemUpdate mutation.

Signature:

export interface AppSubscriptionLineItemUpdatePayload 

Properties

Property Modifiers Type Description
appSubscription?   Maybe<AppSubscription> (Optional) The updated app subscription.
confirmationUrl?   Maybe<Scalars[‘URL’][‘output’]> (Optional) The URL where the merchant approves or declines the updated app subscription line item.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.