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

---
title: "ShopifyOfferError"
description: "Represents an Shopify offer error"
---

## Fields

***

<ParamField path="message" type="String!" required>
  Error message related to the Offer
</ParamField>

<ParamField path="code" type={<a href="/api-reference/offererrorcode">OfferErrorCode!</a>} required>
  Error code
</ParamField>

<ParamField path="details" type={<a href="/api-reference/shopifyoffererrordetails">ShopifyOfferErrorDetails</a>}>
  Additional error information
</ParamField>

## Related types

* [`ShopifyOffer`](/api-reference/shopifyoffer)


---

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