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

# Schedule adjustment resource

> This object represents an adjustment that modifies schedule orders during generation.

The `ScheduleAdjustment` object allows you to customize the schedule by modifying orders before they are created. Schedule adjustments can be used to skip orders, change dates, update shipping, and more.

<CardGroup cols={2}>
  <Card title="Actions" icon="bolt" href="/docs/api-reference/admin/schedule-adjustments/actions">
    Define what modification to apply (skip, reschedule, update shipping, etc.)
  </Card>

  <Card title="Matchers" icon="list" href="/docs/api-reference/admin/schedule-adjustments/matchers">
    Define which orders to target (by cycle, date, or both)
  </Card>
</CardGroup>

### Reference
