Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Get Checkout Extension UUID

Solved

Get Checkout Extension UUID

phudt
Shopify Partner
8 1 1

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:

phudt_0-1691897924894.png

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

Accepted Solution (1)

phudt
Shopify Partner
8 1 1

This is an accepted solution.

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=<CLI Partners Token>
  • $env:SHOPIFY_API_KEY=<App Client ID>
  • npm run deploy

And we can see existing extension Ids

 

Thanks,

Phu

View solution in original post

Reply 1 (1)

phudt
Shopify Partner
8 1 1

This is an accepted solution.

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=<CLI Partners Token>
  • $env:SHOPIFY_API_KEY=<App Client ID>
  • npm run deploy

And we can see existing extension Ids

 

Thanks,

Phu