get_store_profile
Return what the system understands about a store's IDENTITY — primaryCategory, priceTier, audience, positioning, giftLed (is it typically bought as a gift for others?), the revenue-weighted category mix, and price range. System-generated from the catalog + sales (refreshed ~monthly), with any merchant corrections applied on top. Use as a session opener to orient yourself before answering, or when the user asks 'what do you know about my store?'. Treat _merchantCorrected fields as authoritative. If the profile is wrong, call update_store_profile. Omit store to get every store in the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | No | Optional. Specific store (short or full domain). Omit for all stores in the workspace. | |
| _offset | No | Pagination offset. If a response includes _pagination.hasMore=true, use _offset to fetch the next page. |