An Ollie Shop store is synonym to a checkout, including the cart page and order confrimation page.

Store Structure

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

Creating Stores

Stores are created when you sign up to Ollie Shop for the first time. You can also create multiple stores via the admin. The store is the representation of a Brand. A store has four attributes:
  • id created automatically
  • name
  • logo the url of your logo
  • id of your account in your ecommerce platform in VTEX is the equivalent to accountName
Store management page showing store details and configuration options

FAQ