Add app subscription migration commands - #8399
Open
tyler-eon wants to merge 2 commits into
Open
Conversation
Assisted-By: devx/bb753bc6-d4c5-4a52-8d97-044f4b1a3497
Assisted-By: devx/bb753bc6-d4c5-4a52-8d97-044f4b1a3497
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Partners migrating legacy manual-billing subscriptions to Shopify-managed app pricing need a safe, scriptable CLI workflow.
What changed
Adds four core Shopify CLI commands:
shopify app subscription-migrations scheduleshopify app subscription-migrations unscheduleshopify app subscription-migrations statusshopify app subscription-migrations cancelThe commands:
--client-idoverride;--input, stdin, or--input -;--idflags for multi-batch status and cancellation;cancelstops an operation from processing additional shops. It does not undo shops that have already been scheduled or migrated;unscheduleis the separate reversal workflow.Testing
pnpm vitest run packages/app/src/cli— 2,250 tests passedpnpm --filter @shopify/app lintpnpm --filter @shopify/app type-checkpnpm --filter @shopify/app build