How can I obtain the secret key for Shopify migration?

Topic summary

Richiesta: ottenere la chiave segreta (API secret) di Shopify per migrare prodotti da WooCommerce tramite un plugin WordPress.

Risposta iniziale: creare una “private app” nel pannello Shopify per generare le credenziali API. Passi suggeriti: Apps > Manage Private Apps > Create a new private app, assegnare i permessi su “Products, variants, and inventory” (e altri se necessari), quindi creare l’app. La chiave segreta è nella sezione “API Credentials” e si usa per autenticare le richieste del plugin.

Aggiornamento: viene segnalato che il link alla documentazione sulle private apps non è più valido a causa della migrazione verso “normal apps”.

Questione aperta: dopo aver creato la private app, dove si ospitano i file/l’app? Un utente non trova alcun riferimento a un URL esterno o hosting per lo sviluppo e chiede chiarimenti su come e dove distribuire l’app.

Stato: parziale. La procedura per ottenere la secret key è indicata, ma resta senza risposta la domanda sul hosting/URL dell’app.

Summarized with AI on January 9. AI used: gpt-5.

Ciao,

come posso ottenere la chiave segreta di shopify, ne ho bisogno per migrare i prodotti da woocommerce a shopify. Sto usando un plugin wordpress e mi chiede la chiave segreta del mio sito web Shopify per farlo.

To get your Shopify secret key, you’ll need to create a private app in your Shopify store.

Private apps allow you to access Shopify APIs and perform things like migrating products from Woocommerce to Shopify.

To create a private app, follow these steps:

  1. Sign in to your Shopify store and go to Apps > Manage Private Apps.

  2. Click the “Create a new private app” button.

  3. Name the app and select the “Products, variants, and inventory” permission. If you need other permissions, you can select them here.

  4. Click the “Create App” button to generate your API credentials.

Once you’ve created your private app, you’ll find the secret key in the “API Credentials” section of the app’s management page.

You can then use the secret key to authenticate your API requests.

For more information about building private apps in Shopify, you can check out the official documentation.

https://help.shopify.com/en/manual/apps/private-apps

Thank you @SocialAutoPost SocialAutoPost. Obviously the last link to more information about building private apps is gone now due to the migration to normal apps.

I have 1 big question. Having setup and installed my Private App as per instructions above..

Where on earth do I host my files/app?

I see no reference to an external URL where I would normally develop my App? Am i missing something?

Thank you kindly, Edward