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

# Products Overview

> Here you get access to our product catalog

Using the following methods you can do the following:

* **Get full list of products:** Using this method you can get a full list of our products and product information - [GET/api/products](/api-reference/endpoint/products/getlist)
* **Get specific product:** You can get the details of a specific product by sending the product id - [GET/api/product/:id](/api-reference/endpoint/products/getproduct)

## Data Returned

You can find more details about the data returned here:

* **Product List Returned:** Details returned from the "Retrieve a list of products" method - [more info](/products/fullproductreturn)
* **Product Data:** Product data returned either in an array or on it's own - [more info](/products/productdata)
* **Product Attributes:** Array of data related to the attributes of the product. Only available for `variable` products - [more info](/products/productattributes)
* **Product Variations:** Array of data related to the vendor of the product. Only available for `variable` products - [more info](/products/productvariations)
* **Product Vendor:** Array of data related to the vendor of the product - [more info](/products/productvendor)
* **Product Shipping:** Array of data related to the shiping of the product - [more info](/products/productshipping)
