Get Checkout Extension UUID

Hi Everyone,

I tried follow this document https://shopify.dev/docs/apps/tools/cli/ci-cd#examples to create CICD to deploy Shopify App, this pipeline include SHOPIFY_CLI_PARTNERS_TOKEN and SHOPIFY_API_KEY, this first time run succeed but the next times always failed, the error as below:

As I know we have to get Extension ID to link to existing extensions on Shopify, so how to get Shopify Extension ID and can we don’t set extension ID in pipeline?

Thanks,

Phu

Hi All,

I found a way to get Checkout Extension ID from a shared Shopify partner by run commands below:

  • $env:SHOPIFY_CLI_PARTNERS_TOKEN=
  • $env:SHOPIFY_API_KEY=
  • npm run deploy

And we can see existing extension Ids

Thanks,

Phu