> For the complete documentation index, see [llms.txt](https://docs.keepup.store/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keepup.store/docs/api/products.md).

# Products

The Inventory API gives developers direct access to KEEPUP Store product data for seamless integration of inventory management features into your applications.

### API Endpoints:

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>List Products <mark style="color:green;"><code>GET</code></mark></h4></td><td>Retrieves a list of all products. You can apply filters to narrow down the results based on product name, SKU, category, and more.</td><td></td><td><a href="/docs/api/products/list-products.md">List Products</a></td></tr><tr><td><h4>Fetch Product <mark style="color:green;"><code>GET</code></mark></h4></td><td>Fetches details of specific products using the product ID. This is useful for viewing complete product details.</td><td></td><td><a href="/docs/api/products/fetch-product.md">Fetch Product</a></td></tr><tr><td><h4>Add Product <mark style="color:purple;"><code>POST</code></mark></h4></td><td>Allows you to add a new product to your inventory.</td><td></td><td><a href="/docs/api/products/add-product.md">Add Product</a></td></tr><tr><td><h4>Edit Product <mark style="color:yellow;"><code>PUT</code></mark></h4></td><td>Edit details of an existing product. This endpoint can be used to modify product name, category, selling price, and, more.</td><td></td><td><a href="/docs/api/products/edit-product.md">Edit Product</a></td></tr></tbody></table>
