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

# Get order

# `OrderingQuery.order()`

```graphql theme={null}
type OrderingQuery {
  order(id: ID!): OrderingOrder!
}
```

## Input

### `id`

`string` - The unique identifier for the order to retrieve.

## Response

### `OrderingOrder`

[`OrderingOrder`](/graphql/ordering/ordering-order) - The order object containing all order details.
