> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sibipro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Products Overview

> Look up product details and available add-ons by SKU and delivery address

The Products API allows you to retrieve product information including pricing and available add-ons,
tailored to a specific delivery address. This is useful for building product detail pages, previewing
add-on options, or validating product availability before creating an offer.

## Benefits

* **Discovery:** Look up any product by SKU and see its current availability and pricing
* **Add-Ons:** Retrieve grouped add-on products and included parts available for a given address
* **Address-Aware:** Results reflect availability and pricing based on the customer's delivery location

## Core Concepts

<CardGroup cols={2}>
  <Card title="Product" icon="box">
    A product identified by SKU with a title and price
  </Card>

  <Card title="Add-On" icon="layer-group">
    A named collection of related add-on products (e.g., Install, Disconnect)
  </Card>

  <Card title="Add-On Product" icon="puzzle-piece">
    An individual add-on item with its own SKU, category, and price
  </Card>

  <Card title="Recommended Part" icon="screwdriver-wrench">
    A related product which may not be included in an add-on group (e.g. Laundry Storage Pedestal)
  </Card>
</CardGroup>

## Next Steps

<Steps>
  <Step title="Review Documentation">Read through API reference and authentication requirements</Step>
  <Step title="Development">Try querying products and add-ons by sku</Step>
  <Step title="Production">Go live with your integration</Step>
</Steps>
