get_store
Retrieve complete store details including address, owner profile, and contact information by providing the store ID. Use after searching for stores to access full metadata.
Instructions
Get the full record for a single store by its numeric ID.
Use this after search_stores to retrieve fields that aren't in the
search summary (full address, owner profile, contact details). For a
list of products in that store, call search_products(store_id=…)
instead — this tool returns store metadata only.
Read-only. No authentication.
Args:
store_id: The integer id from a store returned by
search_stores.
Returns: A single store object with all fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes |