shopify_list_stores
List all Shopify stores configured for the agent, returning aliases, domains, names, currencies, and auth modes. Use this to match user intent to a specific store or identify available stores for further operations.
Instructions
List all Shopify stores configured for this agent.
Returns a JSON array of {alias, domain, name, currency, auth_mode}. The
name field is the merchant's own shop name from Shopify (fetched once per
process, cached). Use this list to match user intent - e.g., a user saying
"check the outlet" maps to the store whose name or domain contains
"outlet".
If only one store is configured, shop can be omitted on tool calls.
Args: refresh: If True, bypass the shop-name cache and re-fetch from Shopify. Use after a merchant renames a shop in the Shopify admin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |