SureBright

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#

HeaderDescriptionRequired
X-SureBright-Access-TokenAccess token for authenticationNo
Content-Typeapplication/jsonYes

Country and 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)

POSThttps://{HOST_NAME}/quote/api/whole-system/listQuotes

This 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

application/json
json
{
  "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
}