A store represents a single e-commerce instance within your organization. Each store can have multiple versions for testing different checkout experiences.
Store management page showing store details and configuration options

Store Structure

Stores are organized hierarchically:
Organization
└── Stores
    └── Versions
        ├── Template
        ├── Components
        ├── Functions
        └── Configuration

Creating Stores

Stores are created during onboarding or through the admin dashboard:
Store configuration showing platform selection and store settings

Required Information

Store Name

Display name for your store

Platform

Currently supports VTEX

Store URL

Your e-commerce domain

Store Configuration

Each store maintains:

Platform Settings

Platform-specific configuration

Default Version

The version new sessions use

Active Versions

Versions currently serving traffic

Team Access

User permissions at store level

Store Management

Stores are managed through the admin dashboard where you can:

View Store Details

See store configuration and status

Update Settings

Modify store name and platform settings

Manage Versions

Create and configure checkout versions

Team Permissions

Control user access to store resources

Multiple Stores

Organizations can have multiple stores for:

Different Brands

Separate stores per brand identity

Geographic Regions

Localized checkouts for different markets

B2B vs B2C

Different checkout flows for customer types

Development/Production

Isolated environments for testing

Platform Support

Currently supports:
  • VTEX - Full integration
Future platforms:
  • Shopify (planned)
  • WooCommerce (planned)
  • Custom platforms (planned)

Store Configuration Options

Access Control

Store access is managed at the organization level:
  • Owner - Full store management
  • Admin - Manage versions and deployments
  • Member - View and test only

Next Steps