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

---
title: "ProductError"
description: "Represents product errors."
---

## Fields

***

<ResponseField name="message" type="String!" required>
  The message provides more information regarding the error related to the product.
</ResponseField>

<ResponseField name="code" type={<a href="/api-reference/producterrorcode">ProductErrorCode!</a>} required>
  The error code for the product error.
</ResponseField>

<ResponseField name="field" type="[String!]!" required>
  The path (on the response body) which this error relates to. For instance, a value of `["products", "0"]` means that this error relates to the first product requested.
</ResponseField>

## Related types

* [`ProductsByIDsResponse`](/api-reference/productsbyidsresponse)


---

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