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

# OrderingWarrantyCoverage

A contiguous time range during which a specific set of coverage types applies to an asset. Adjacent warranty records (e.g., a manufacturer warranty followed by a registered extension) are merged or split so each entry reflects a constant covered set.

```graphql theme={null}
type OrderingWarrantyCoverage {
  startDate: String!
  endDate: String!
  description: String
}
```

### `startDate`

`string` - The start of this coverage window, in ISO 8601 format.

***

### `endDate`

`string` - The end of this coverage window, in ISO 8601 format.

***

### `description`

`string | null` - A human-readable description of what this coverage window covers. Null when no description is available.
