---
title: "Returns products along with their associated files by short names."
method: GET
path: "/products/{shortName}"
tags: ["products"]
---

# Returns products along with their associated files by short names.

`GET /products/{shortName}`

Use this GET to search for bulk data products by their short names and description. Note that "From" and "To" dates can be inputted separately as year/month/day values or as a single date string in format "YYYY-MM-DD".
If all values are entered, single date strings have a higher priority
For the list of default values rules, see GET /products/byname/{productName} above

## Path parameters

- `shortName` string, required

## Query parameters

- `fromYear` integer
- `toYear` integer
- `fromMonth` integer
- `toMonth` integer
- `fromDay` integer
- `toDay` integer
- `fromDate` string
- `toDate` string
- `hierarchy` string

## Response `200`

Successful operation.

## Other responses

- `404` — Product not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/uspto/apis/bdss.md) · [All operations](https://skmtc.net/uspto/apis/bdss/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspto/bdss/versions/151d5f315aa4/schema)
