Get product code details
GET/services/quote-management/v3/catalog/product-code-details/:productCode/:version
After you get the latest semantic version from the product catalog route, plug the version and the product code into the product code details route to dynamically receive the latest quote request schema with required and optional attributes needed per product code/version combination. The response of this route is the guide to your quote request. The product code details response and quote request schema includes 3 major components - attrs array, configuration object, and preferences object.
The attrs array is where you can specify your existing quoteId to make edits to your quote.
The configuration object is where all of the product-specific attributes are returned. This schema will vary based on the product and version.
The preferences object is where you can specific non-configuration attributes like notes and a unique Id like a corresponding quoteId from your system. This schema is the same for all products and versions.
Request
Responses
- 200
- 400
Success
Bad Request