Skip to main content
Anchor to appSubscriptionMigrationOperationCreate

appSubscriptionMigrationOperationCreate

mutation

Creates an app subscription migration operation for a batch of shops.

•ID!
required

The ID of the app. Example value: gid://shopify/App/123.

•String

A key that identifies this batch. Submitting the same key again returns the operation created the first time instead of creating another one, including after that operation has been canceled. Defaults to a digest of the batch, so retrying an identical request is safe without supplying one. Pass a new key to reschedule a batch that was previously canceled.

•[AppSubscriptionMigrationInput!]!
required

The migration actions to perform, one per shop.


Was this section helpful?

Anchor to AppSubscriptionMigrationOperationCreatePayload returnsAppSubscriptionMigrationOperationCreatePayload returns

•AppSubscriptionMigrationOperation

The migration operation that was created.

•[UserError!]

Errors when creating the migration operation.


Was this section helpful?