# Collections

Represents collections of products organized by merchants. Use these endpoints to retrieve collections, list merchant collections, and access collection offers.

**Available endpoints:**

```
GET /v1/catalog/collections
GET /v1/catalog/collections/merchants/{merchant_id}
GET /v1/catalog/collections/{collection_id}
GET /v1/catalog/collections/{collection_id}/offers
GET /v1/catalog/collections/{collection_id}/offers/ids
```
