For Whole System Warranty
This endpoint generates warranty quotes for an entire system order. It accepts store, proposal, and detailed line-item information as inputs, along with the installer’s warranty duration. The API returns available warranty offers, product coverage details, and a link to the specific terms and conditions for the warranty-eligible products
Headers#
| Header | Description | Required |
| X-SureBright-Access-Token | Access token for authentication | No |
| Content-Type | application/json | Yes |
Country and State Codes#
Country codes (Alpha 2): IBAN Country Codes
US State codes: FIPS State Codes
To regenerate quotes for the same proposalId / lead, provide one of the following identifiers:
partnerProposalId(this corresponds to your system's proposal Id)sbSalesLeadId(returned in the first List Quotes API response)
https://{HOST_NAME}/quote/api/whole-system/listQuotesThis endpoint generates warranty quotes for an entire system order. Provide store, proposal, and detailed line item information along with the installer warranty duration. The API returns available warranty offers, product coverage details, and a link to specific terms and conditions for the quoted products.
Body
{
"storeId": "test-store-id",
"partnerProposalId": "9f3e21c6-6bdb-4c7f-9b91-2a4f9a2c7d11",
"sbSalesLeadId": "9f3e21c6-6bdb-4c7f-9b91-2a4f9a2c7d11",
"lineItemList": [
{
"title": "PMC Prophecy5 2-Way Floorstanding Speaker (Pair)",
"unitPrice": 6500,
"categoryTag": "Speaker Floorstanding",
"quantity": 1,
"description": "High-performance floorstanding speaker pair for immersive audio systems."
}
],
"installerWarrantyDuration": 3
}