Configure a Homebridge architectural fire pit
configure_homebridge_fire_pitResolve an exact Homebridge fire-pit configuration against the live Shopify catalog ONLY after the buyer has explicitly stated and confirmed body style, tabletop finish, fuel source, and shape. NEVER infer or choose any missing selection. If even one selection is absent or ambiguous, do not call this tool; call qualify_homebridge_fire_pit and ask its clarification. Call this tool exactly once for the completed selection. Its result already renders the exact product card and image; NEVER follow it with get_homebridge_product_media or display_homebridge_product_media unless the buyer subsequently asks for additional media or a gallery. This read-only tool returns current availability, authoritative price, disclosures, and checkout eligibility; it does not create checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shape | Yes | The shape explicitly chosen by the buyer; never infer it. | |
| fuelType | Yes | The fuel source explicitly chosen by the buyer; never default to Propane or Natural Gas. | |
| bodyStyle | Yes | The body style explicitly chosen by the buyer; never infer it. | |
| tabletopFinish | Yes | The tabletop finish explicitly chosen by the buyer; never infer it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | ||
| media | Yes | ||
| price | Yes | ||
| product | Yes | ||
| variantId | Yes | ||
| boundaries | Yes | ||
| availability | Yes | ||
| primaryMedia | Yes | ||
| commerceLinks | Yes | ||
| configuration | Yes | ||
| productHandle | Yes | ||
| technicalFacts | Yes | ||
| checkoutEligibility | Yes | ||
| requiredDisclosures | Yes |