> ## 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.

# Order Status

> Reference for all order statuses and their meanings

<ParamField query="Incomplete" type="string">
  The order has not received payment and is considered incomplete. This is the
  initial status for all new orders.
</ParamField>

<ParamField query="Pending" type="string">
  The order has received payment and the funds are pending or being verified by
  the payment gateway.
</ParamField>

<ParamField query="Verifying" type="string">
  The funds have been received but are withheld for verification. Commonly used
  for cryptocurrency payments awaiting blockchain confirmations or fraud checks.
</ParamField>

<ParamField query="Delivering" type="string">
  The order is being delivered. This is a guard status to prevent multiple
  deliveries from happening simultaneously.
</ParamField>

<ParamField query="Delivered" type="string">
  The order has been verified, paid for, and the product has been delivered to
  the customer.
</ParamField>

<ParamField query="Undeliverable" type="string">
  The order has been verified and paid for, but issues were encountered during
  delivery that prevented fulfillment. This is typically due to missing stock
  (e.g., no license keys available).
</ParamField>

<ParamField query="PartiallyPaid" type="string">
  The order has been partially paid. The customer sent less than the required
  amount.
</ParamField>

<ParamField query="Cancelled" type="string">
  The order was cancelled by the customer or the store before completion.
</ParamField>

<ParamField query="Refunded" type="string">
  The store refunded the amount or the customer disputed the payment and won.
</ParamField>

<ParamField query="Disputed" type="string">
  The order has been disputed by the customer, usually through a chargeback with
  their payment gateway.
</ParamField>
