---
title: "Get Listings"
method: GET
path: "/v3/listings"
tags: ["Listing (v3)"]
---

# Get Listings

`GET /v3/listings`

## Query parameters

- `merchant` string, required
- `market` string, required
- `locale` string, required
- `types` CollectionKind[]

## Response `200`

Successful Response

- V3ListListingsResponseItem[]
  - `listing_id` string, uuid, required — Depict ID of the listing.
  - `external_id` string, nullable — ID of the listing in the merchant PIM, CMS or similar.
  - `listing_type` 'long_tail_collection' | 'campaign' | 'category' | 'smart_pick' | 'style' | 'brand' | 'look', required
  - `show_in_breadcrumbs` boolean, required — Show or hide this listing in navigation breadcrumbs.
  - `show_in_quicklinks` boolean, required — Show or hide this listing in quicklinks.
  - `image_urls` string[], required — List of image URLs for the listing.
  - `title` string, required
  - `slug` string, nullable
  - `children` V3ListListingsResponseItem[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/depict/apis/depict-api.md) · [All operations](https://skmtc.net/depict/apis/depict-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/depict/depict-api/revisions/aad86b1030c7/schema)
