Documentation Index
Fetch the complete documentation index at: https://colossal.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Queries
storeDetailsByUid
Fetch store details by UID.
storeDetailsByDomain
Fetch store details by custom domain. Use this when resolving a store from a custom domain at runtime.
currentStore
Fetch the store from the current request context.
Types
Store
| Field | Type | Description |
|---|---|---|
uid | UUID | Store ID |
name | String | Store name |
slug | String | URL slug |
domain | String | Default domain ({slug}.colossal.store) |
currency | String | Default currency code |
customDomain | String? | Custom domain if configured |
theme | JSON? | Theme data |
themeConfig | JSON? | Theme configuration |
displayMode | String? | Display mode |
createdAt | DateTime | |
updatedAt | DateTime |