get-store-info
Fetch live store details by sales channel ID to personalize the store interface. Returns channel name, store name, currency, and language.
Instructions
Fetch live store information from the Brainerce API using a sales channel ID. Returns the channel display name (what the user sees in their dashboard), parent store name, currency, and language. Use this to personalize the store being built — prefer the channel name for user-facing text since a single Brainerce store can have multiple sales channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | No | Deprecated alias of salesChannelId — kept for backwards compat | |
| salesChannelId | No | Sales channel ID (starts with vc_) |