---
title: "Search Custom Listings."
method: GET
path: "/stores/{storeKey}/inventory/customListings"
tags: ["Stores"]
---

# Search Custom Listings.

`GET /stores/{storeKey}/inventory/customListings`

Retrieves the custom listing by the criteria passed in the querystring.

## Path parameters

- `storeKey` string, required

## Query parameters

- `photoId` string, required

## Response `200`

Success, a single CustomListing returned.

- TcgApiModelCommonApiResultTcgApiModelStoreCustomListing
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreCustomListing[]
    - `customListingId` string
    - `url` string

## Other responses

- `400` — Bad request, e.g. invalid photoId.
- `404` — Not found, e.g. custom listing not found, custom listing queued for processing, etc.

---

[API](https://skmtc.dev/tcgplayer/apis/tcgapi.md) · [All operations](https://skmtc.dev/tcgplayer/apis/tcgapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tcgplayer/tcgapi/revisions/dc32a30fcb68/schema)
