MarketSupplyQuotedProductType
A product quoted for a supply point.
Fields
A JSON object containing client parameters on the quoted product.
The code of the legacy product that was quoted. Null once quoted products are migrated to market supply products, at which point product { code } should be used instead.
The product associated with the quoted product.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"clientParams": {"key": "value"},
"id": "84921238",
"legacyProductCode": "development-pass-discover-style-grow",
"product": SupplyProductType,
"wasSelected": true
}