etsy-finance-tracker/client
dlawler489 2b15fd505e Phase 3: sync active Etsy listings into the product catalog
- syncListings pages active listings, fetches each listing's inventory,
  and upserts Products (one per size variation, collapsing colour).
  Title/description/price/tags/SKU/quantity and etsyListingId are
  updated; printingCost/costOfGoods are preserved (user-owned). Old
  titles are kept as aliases so historical order matching still works.
- POST /api/etsy/sync-catalog endpoint; Settings gains a 'Sync Catalog'
  button that refreshes products after running.
- Uses existing listings_r scope (no reconnect needed).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 18:48:12 +10:00
..
public Add alias matching, cost snapshots, reference-based fee allocation; remove debug tooling 2026-06-12 18:39:59 +10:00
src Phase 3: sync active Etsy listings into the product catalog 2026-06-13 18:48:12 +10:00
index.html Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00
package-lock.json Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00
package.json Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00
postcss.config.js Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00
tailwind.config.js Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00
tsconfig.json Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00
tsconfig.node.json Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00
vite.config.ts Initial commit: Complete Etsy Business Tracker with Profit Analysis Dashboard 2026-04-20 09:44:54 +10:00