Peruma Admin

Sign in to manage your store

β˜• Peruma Admin
⚠ API not configured

πŸ”— Google Sheets API Config

Paste your Google Apps Script deployment URL above. This connects your store to Google Sheets for product and order management.
Don't have one yet? Follow the setup guide below, then come back here to paste the URL.

Products

Add New Product

Loading products…


Recent Orders

Loading orders…


πŸ“‹ Setup Guide β€” Google Sheets Backend

  1. Go to sheets.google.com β†’ create a new sheet called Peruma Store
  2. Create two tabs: Products and Orders
  3. In Products tab, add headers in Row 1: id | name | price | emoji | image
  4. In Orders tab, add headers in Row 1: timestamp | name | phone | address | city | pin | items | total | notes
  5. Go to Extensions β†’ Apps Script
  6. Delete existing code and paste the Apps Script code (ask Claude for it)
  7. Click Deploy β†’ New Deployment β†’ Web App
  8. Set Execute as: Me Β· Who has access: Anyone
  9. Copy the deployment URL and paste it above in the API Config box