> ## Documentation Index
> Fetch the complete documentation index at: https://docs.komerza.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Re-deliver Order

> Forces redelivery of an already delivered order as if purchased normally.
Requires the `stores.orders.deliver` permission.

<CardGroup cols={2}>
  <Card title="Order Statuses" icon="circle-info" href="/api-reference/payment-status">
    View all possible order status values and their meanings
  </Card>

  <Card title="Payment Methods" icon="credit-card" href="/api-reference/payment-methods">
    See supported payment gateways and cryptocurrencies
  </Card>
</CardGroup>

<Warning>
  **This reruns the entire delivery, exactly like a fresh purchase.** It takes
  **new license keys** from your inventory, re-fires dynamic delivery webhooks,
  and emails the customer again.

  Call it once, deliberately. Repeated calls consume stock every time, and there
  is no way to return issued keys to inventory.
</Warning>


## API Specification

The full API specification for this endpoint is available in the [documentation index](https://docs.komerza.com/llms.txt).
