OrderingProductWarranty
An extended-warranty product eligible for attachment to a covered equipment line. Returned in OrderingOrderProduct.availableWarranties and, when one is attached to the line, in OrderingOrderProduct.selectedWarranty.
type OrderingProductWarranty {
sku: String!
name: String!
description: String
manufacturer: String!
priceCents: Int!
}
sku
string - The SKU of the warranty product. Pass this as 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.