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

# Company Swag Catalog Overview

> Get information about collections, products, variants and images to display in an eCommerce store

<Info>
  The catalog is organized in the following manner:

  * Companies (AKA customers)
  * Collections (AKA stores)
  * Products (For example, a t-shirt)
  * Variants (For example, a t-shirt in a specific size and color)
</Info>

## APIs

* [Create a company](/api-reference/catalog/create-company)
* [List collections](/api-reference/catalog/list-collections)
* [List products in a collection](/api-reference/catalog/list-a-collections-products)
* [Get a full product with variants](/api-reference/catalog/get-product)
* [Update a product](/api-reference/catalog/update-product)
* [Create a collection](/api-reference/catalog/create-collection)
* [Get collection status](/api-reference/catalog/get-collection-status)
* [Personalize a collection for a specific user](/api-reference/catalog/personalize-collection)
