The FartLabs shop! Built with Deno powered by Shopify, and deployed to the edge with Deno Deploy. Learn how you can build an e-commerce site with a perfect Lighthouse score.
-
Clone the repository
-
Set up Shopify credentials in the
.env, follows.env.example. -
Start the project in local mode:
deno task start
- Create a new account or use an existing one. https://accounts.shopify.com/store-login
- Create a new app. https://<yourshopname>.myshopify.com/admin/settings/apps
- Once your app has been created, select use it. Then select "Storefront API integration" link
- Next, check Storefront API access scopes
unauthenticated_read_product_listingsaccess should be fine to get you started.- Add more scopes if you require additional permissions.
- If you encounter an error like
error code 401you likely didn't set this up correctly. Revisit your scopes and be sure add at least one test product. Also make sure you are using theStorefront APIand not theAdmin APIas the endpoints and scopes are different.
Built with 💖 @FartLabs