Creating your first Storefront
Last updated
Last updated
There are 3 steps to creating your first Storefront
Naming your Storefront.
Linking your Shopify Store
Site set up and cloning.
Once you have named your Storefront, click next to continue linking your Shopify Store.
To enable custom apps in your Shopify store
From your Shopify admin, click Settings > Apps and sales channels.
Click Develop apps.
Click Allow custom app development.
Read the warning and information provided, and then click Allow custom app development.
After enabling Custom Apps in your store, to get started you need to create a Custom App and install the Custom App. To do so:
From your Shopify admin, click Settings > Apps and sales channels.
Click Develop apps.
Click Create an app.
In the modal window, enter the App name and select an App developer. The app developer can be the store owner or any staff or collaborator account with the Develop apps permission.
Click Create app.
For Pack to work correctly, you must configure two API scopes:
Admin API Scopes: Pack will use these scopes to sync and manage your products and store assets.
Storefront API Scopes: Which are required for the Shopify Storefront APIs functionality (Cart, Customers, Market, etc).
To start, first, configure your Admin API Scopes:
In your Custom App, click Configure Admin API scopes.
Select the following permissions:
Customers
write_customers
read_customers
Files
write_files
read_files
Inventory
read_inventory
Locations
read_locations
Products
read_products
Product Listings
read_product listings
Shopify Markets
write_markets
read_markets
Store content
read_content
Once done, click Save.
Next, configure your Storefront API Scopes:
In your Custom App, click Configure Storefront API scopes.
Select all the scopes.
Once done, click Save.
When you are done setting up your API scopes, you now need to install the custom app to your Shopify Store, only then will you get your API keys.
Click Install app.
In the modal window, click Install app.
Go to API Credentials.
You will need to take note of the Admin API access token & Storefront API access token for the Shopify setup in Pack.
You will only be able to view the Admin API access token once. So remember to store it somewhere safe or you will have to recreate and install another custom app.
Once you have successfully installed your new Custom App in Shopify, it is now time to go back to Pack and link your store.
Go back to Pack to link your Shopify store.
Add in your shop URL your-store.myshopify.com.
Paste in your Admin API access token that you had created earlier.
Paste in your Storefront API access token that you had created earlier.
Click Next, then after the confirmation message click Continue.
Once your Storefront setup is complete, hit Continue to go to your Pack dashboard.
Learn more about custom apps here in the .
your Storefront
your Storefront.
Get your Storefront's code and start .
Learn more about Shopify Custom App setup and installation .