> ## 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.

# RequestProductByURLInput

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

## Fields

***

<ParamField path="url" type={<><a href="/api-reference/url">URL!</a></>} required>
  The URL of the product.
</ParamField>

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

***

## Related mutations

* [`requestProductByURL`](/api-reference/requestproductbyurl)
