store_change
Change the active HEB store for grocery shopping, with verification to confirm the update. Handles cart conflicts by either forcing the change or reporting issues.
Instructions
Change the active store for HEB operations.
When authenticated: Changes the store on HEB.com via their API with verification. When not authenticated: Sets a local default for product searches.
The store change is VERIFIED by checking the cart's actual store after the mutation. This ensures we never return success when the store didn't actually change (e.g., due to cart conflicts).
Args: store_id: The store ID to change to ignore_conflicts: If True, force store change even if cart has items unavailable at the new store or with price changes. Default False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | Store ID to change to | |
| ignore_conflicts | No | Force store change even if cart has conflicts (items unavailable, price changes). Default False - will fail safely and report conflicts. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||