> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ProductByIDInput

> The input fields to represent the information required to fetch a product by its ID.

## Fields

***

<ParamField path="id" type={<>ID!</>} required>
  Product ID.
</ParamField>

<ParamField path="marketplace" type={<><a href="/api-reference/marketplace">Marketplace!</a></>} required>
  Marketplace enum representing the marketplace where the product is listed.
</ParamField>

## Related queries

* [`productByID`](/api-reference/productbyid)
* [`productsByIds`](/api-reference/productsbyids)
