Square Dashboard

Lightweight management interface

Manage Your Square Business

Everything you need to manage your catalog, inventory, and orders in one place

Catalog Management
Browse, search, and edit your catalog items and categories. Manage pricing and product details.
Inventory Tracking
Monitor stock levels, adjust inventory counts, and get alerts for low stock items.
Orders & Payments
View order history, track sales over time, access shipping details, and process refunds.
Getting Started
Configure your Square integration

Required Environment Variables:

# Square API credentials
SQUARE_ACCESS_TOKEN=your_access_token
SQUARE_LOCATION_ID=your_location_id
# Optional: For client-side features
NEXT_PUBLIC_SQUARE_LOCATION_ID=your_location_id

Add these to your Vercel project environment variables or .env.local file for development.

API Features:

  • Catalog API v2025-10-16 for product management
  • Inventory API for real-time stock tracking
  • Orders API for sales data and order details
  • Refunds API for payment processing