Discover Curated Finds
Handpicked products with a story. Explore our blog store where every item is reviewed and recommended.
Connect Google Sheets to save orders & manage products
Click Settings in the admin bar to enter your Google Sheets credentials. Orders and products will be saved automatically to your spreadsheet on Google Drive. You need a Google Cloud API key with Sheets API enabled.
Products
Your Cart
Your cart is empty
Add New Product
Checkout
Store Settings
Google Sheets Setup Guide
1. Go to Google Cloud Console → Enable Google Sheets API & Google Drive API.
2. Create an API Key (for reading) or set up OAuth 2.0 for writing.
3. Create a Google Sheet with two tabs: Products and Orders.
4. Copy the Sheet ID from the URL: docs.google.com/spreadsheets/d/[SHEET_ID]/edit
5. For writing, use a Service Account and share the sheet with it, or use the Apps Script Web App method below (recommended for beginners).
Apps Script Code (paste in script.google.com)
Create a new Apps Script project, paste this code, deploy as Web App (anyone can access), and copy the URL above:
Orders
| Order ID | Date | Customer | Items | Total | Status |
|---|---|---|---|---|---|
| No orders yet | |||||