> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "RequestProductByURLInput"
description: "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)


---

*Powered by [holocron.so](https://holocron.so)*
