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

# OrderingProductWarranty

An extended-warranty product eligible for attachment to a covered equipment line. Returned in [`OrderingOrderProduct.availableWarranties`](/graphql/ordering/ordering-order-product#availablewarranties) and, when one is attached to the line, in [`OrderingOrderProduct.selectedWarranty`](/graphql/ordering/ordering-order-product#selectedwarranty).

```graphql theme={null}
type OrderingProductWarranty {
  sku: String!
  name: String!
  description: String
  manufacturer: String!
  priceCents: Int!
}
```

### `sku`

`string` - The SKU of the warranty product. Pass this as [`warrantySku`](/graphql/ordering/ordering-order-product-input#warrantysku) on the corresponding product input to attach this warranty to the line.

***

### `name`

`string` - The human readable name of the warranty product.

***

### `description`

`string | null` - A description of the warranty coverage, when available.

***

### `manufacturer`

`string` - The manufacturer of the warranty product. May differ from the equipment manufacturer (extended warranties are sourced from the warranty manufacturer, e.g. AIG).

***

### `priceCents`

`number` - The price of the warranty in cents.
