New Shopify Certification now available: Liquid Storefronts for Theme Developers

Get Checkout Extension UUID

Solved
phudt
Shopify Partner
8 1 0

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 0

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 0

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