Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppSubscriptionLineItemUpdatePayload
Return type for appSubscriptionLineItemUpdate
mutation.
Signature:
export interface AppSubscriptionLineItemUpdatePayload
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. |