> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Orders APIs

> List of Orders APIs available to perform various actions.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
  <span>🇺🇸 United States</span>
</div>

You can use the Orders APIs to perform various actions. You can perform a few of these actions from the Dashboard as well.

## List of Orders APIs

The table below lists the various Orders APIs and gives a brief description of each API:

| API                                                                                                                  | Description                                                                |
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| [Create an order](/docs/sg/api/orders/create)                                                                        | API to create an order                                                     |
| [Fetch orders](/docs/sg/api/orders/fetch-all)                                                                        | API to view all orders                                                     |
| [Fetch orders with expanded payments object](/docs/sg/api/orders/fetch-all-expanded-payments)                        | API to view all orders with expanded payments object                       |
| [Fetch orders with card parameter expanded in payments object](/docs/sg/api/orders/fetch-all-expanded-card-payments) | API to view all orders with card parameter expanded in the payments object |
| [Fetch order by order id](/docs/sg/api/orders/fetch-with-id)                                                         | API to view order details by providing the order id                        |
| [Fetch payments for an order](/docs/sg/api/orders/fetch-payments)                                                    | API to view all the payments made for the order                            |
| [Update order](/docs/sg/api/orders/update)                                                                           | API to update the 'Notes' field of an existing order                       |

### Related Information

* [About Orders](/docs/sg/payments/orders)
* [Order - Dashboard Actions](/docs/sg/payments/orders/dashboard)
