Steps to Find Shopify API Credentials
1. Log in to Your Shopify Admin Panel: Go to your Shopify store's admin dashboard.
2. Navigate to Settings: Click on Settings in the bottom-left corner of the Shopify dashboard.
3. Open Apps and Sales Channels: In the Settings menu, click on Apps and Sales Channels.
4. Enable Custom App Development: Under the "Apps and Sales Channels" section, look for an option to enable custom app development if it's not already enabled.
5. Click on Develop Apps: Once custom app development is enabled, you will see an option labeled Develop Apps. Click on it.
6. Create a New App: Click the Create App button to start creating your custom app.
7. Set Required Permissions (Scopes): In the Configuration section of the app setup, assign the following scopes to allow access:
- read_products
- write_products
- read_locations
- write_inventory
- read_fulfillments
- write_orders
8. Choose API Version: Select the API version (e.g., 2024-04) under the Webhook Subscriptions section.
9. Generate API Credentials: Save the selected scopes and navigate to the API Credentials section.
10. Click Install App to generate the API credentials.
11. Copy Your API Credentials: Once the app is installed, Shopify will display the following:
- API Access Token
- API Key
- API Secret Key
Copy and save your API credentials. If you've lost them, uninstall and reinstall the app again.
Use the credentials (API Access Token, API Key, and API Secret Key) in the Shopify Authentication step of the CedCommerce Temu Integration.