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

# OrdersFilterInput

> Input fields for filtering orders based on createdAt.

## Fields

***

<ParamField path="createdAfter" type={<><a href="/docs/api-reference/time">Time</a></>}>
  Optional. Limit returned orders to those created after the specified datetime.
</ParamField>

<ParamField path="createdBefore" type={<><a href="/docs/api-reference/time">Time</a></>}>
  Optional. Limit returned orders to those created before the specified datetime.
</ParamField>
