# Products

### 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="products/list-products">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="products/fetch-product">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="products/add-product">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="products/edit-product">edit-product</a></td></tr></tbody></table>
