Prerequisites
Before making requests, make sure you have:- A registered store on Scale.
- Your store’s Shop ID (available in your dashboard settings).
- A Public / Publishable Key (
pk_...) generated from the Developer tab in your dashboard.
3-Step Setup
Follow these steps to query products on your custom storefront website or mobile app:Retrieve your API credentials
Log in to your Scale Dashboard, navigate to Settings > Developer, and generate a new Public key. Copy the key (e.g.
pk_live_8f3d12...).Add the authentication header
Pass the key in the
X-Shop-API-Key header with all your storefront requests:Next Steps
API Keys & Auth
Understand the difference between Public and Secret keys
Storefront APIs
Explore catalog, category, and checkout endpoints