Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppSubscriptionCreatePayload
Return type for appSubscriptionCreate
mutation.
Signature:
export interface AppSubscriptionCreatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
appSubscription? | Maybe<AppSubscription> | (Optional) The newly-created app subscription. | |
confirmationUrl? | Maybe<Scalars[‘URL’][‘output’]> | (Optional) The URL pointing to the page where the merchant approves or declines the charges for an app subscription. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |