# Post-order event types

In the context of eCommerce and business operations, two significant events occur after the completion of an order: the i[nvoice created event](/commerce-api/events/event-types/post-order-event-types/invoice-created-event.md) and the [refund credit memo event](/commerce-api/events/event-types/post-order-event-types/refund-credit-memo-event.md). These events are crucial for financial transactions, customer satisfaction, and record-keeping. The invoice-created event marks the generation of an invoice, indicating a successful order placement and detailing the transaction between the seller and the buyer. On the other hand, the refund credit memo event comes into play when a customer is partially or fully refunded for their purchase. This event ensures that the refund process is documented and that the financial implications are accurately reflected in the company's records. Understanding these events is vital for managing post-order operations efficiently.

See the Post-order notification guide for instructions on how to turn on post-order notifications (PON).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalriver.com/commerce-api/events/event-types/post-order-event-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
