Item List

πŸ“·

Or upload photo manually

JPG, PNG up to 5MB

Saved Configurations

Order Overview

Not connected
β€”
Unfulfilled Orders
β€”
Items to Reorder

Unfulfilled Orders

Click "Sync Orders Now" or set up your relay in Settings.

Reorder List

Items that need restocking will appear here.

AI Integration

Get it from ai.google.dev

Shopify Live Sync

Paste your Google Apps Script deployment URL here
Must match the SECRET value in your Apps Script code

This creates a free personal relay using your Google account:

  1. Go to script.google.com and click New project
  2. Delete everything in the editor and paste this code:
const STORE = 'foreverfinds-ae.myshopify.com';
const TOKEN = 'YOUR_SHPAT_TOKEN_HERE';

function doGet(e) {
  var ep  = (e.parameter.endpoint || 'shop.json');
  var url = 'https://' + STORE + '/admin/api/2024-01/' + ep;
  var res = UrlFetchApp.fetch(url, {
    headers: {'X-Shopify-Access-Token': TOKEN},
    muteHttpExceptions: true
  });
  return ContentService
    .createTextOutput(res.getContentText())
    .setMimeType(ContentService.MimeType.JSON);
}
  1. Replace YOUR_SHPAT_TOKEN_HERE with your shpat_ token
  2. Click Deploy β†’ New deployment
  3. Type = Web app β†’ Execute as Me β†’ Who has access = Anyone β†’ click Deploy
  4. Copy the Web app URL and paste it in the field above
  5. Click Test Connection β€” you should see βœ… Connected!

Inventory Settings

Items below this quantity get a warning
How often to automatically check Shopify for new orders

Item Categories

Add custom categories for your items (e.g. Skincare, Flowers, Stationery).

Data Management

Pack Sheet

Print and hand to your packing team.

Buy List

Items to restock for pending orders.