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

# Get Listing

`GET /v3/listings/{listing_id}`

## Path parameters

- `listing_id` string, uuid, nullable, required

## Query parameters

- `merchant` string, required
- `market` string, required
- `locale` string, required
- `session_id` string
- `external_id` string, nullable

## Response `200`

Successful Response

- V3GetCollectionListingResult
  - `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
  - `ancestors` ProductListing[], required — Ordered list of ancestors of the listing, useful for navigation breadcrumbs.
    - `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
  - `siblings` ProductListing[], required — Siblings of the listing, i.e. listings that share the same parent, INCLUDING the listing itself.
    - `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` ProductListing[], required — Children of the listing, i.e. listings that have the listing as their parent.
    - `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
  - `content_blocks` ContentBlock[], required — List of content blocks to be displayed on the listing page.
    - `span_columns` integer, required
    - `span_rows` integer, required
    - `position` 'left' | 'right' | 'center', required
    - `row` integer, required
    - `content` union, required
      - ImageContent
        - `type` 'image'
        - `url` string, required
        - `link` string, nullable, required
      - VideoContent
        - `type` 'video'
        - `url` string, required
        - `link` string, nullable, 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/versions/aad86b1030c7/schema)
