Re: where can i find my API key of my shopify app?

Topic summary

A developer working with PHP/Laravel is seeking guidance on integrating Shopify product imports into their application. They outline a three-part workflow:

  1. Multiple users in their app want to import products from their respective Shopify stores
  2. Collect each user’s Shopify store credentials (store URL)
  3. Use these credentials to obtain access tokens for hitting the Shopify API to retrieve products

The developer wants confirmation on whether this approach is feasible.

Response provided:
Another user directs them to find API keys via: Shopify → Settings → Apps and sales channel

Status: The question about the overall integration approach remains partially addressed, with only basic API key location information provided rather than comprehensive guidance on the OAuth flow or multi-user authentication strategy.

Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

Hi @Elias .
I’m new with shopify. i’m working in php/laravel. in my app i want to import the products from the shopify store into my project on import button. i have some scenario, i just want to confirm is it possible?

  1. in my app, there are multiple user. they want to import their products from shopify.
  2. i want to get the user’s shopify store credentials using store url.
  3. using credentials i want to get the access token to hit the api to get products of that store.
    is it possible?

Shopify->Setting->Apps and sales channel, You can find API key.