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

---
title: "RefundCreatedOrderEvent"
description: "Represents a refund created for an order."
---

This object corresponds to a [`REFUND_CREATED`](/webhooks/events#refund-webhooks) webhook event. A single order can have multiple refunds in cases where the shopper goes through the refund process multiple times for a single order.

If the order is completely refunded, a [`PaymentRefundedOrderEvent`](/api-reference/paymentrefundedorderevent) will be created in addition to any pre-existing [`RefundCreatedOrderEvent`](/api-reference/refundcreatedorderevent) objects.

## Fields

***

<ParamField path="id" type="ID!" required>
  The unique identifier of the event.
</ParamField>

<ParamField path="createdAt" type={<a href="/api-reference/time">Time!</a>} required>
  The time the order event was created.
</ParamField>

<ParamField path="amount" type={<a href="/api-reference/price">Price!</a>} required>
  The amount of the refund.
</ParamField>

## Related types

* [`OrderEvent`](/api-reference/orderevent)


---

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