CreateGoodsQuoteWithoutAccountInput
Input fields
A JSON object containing client parameters to store on the quote.
Customer profile.
A JSON object containing market parameters to store on the quote.
Products to get a quote for.
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"},
"customerProfile": CustomerProfileInput,
"marketParams": {"key": "value"},
"productsToQuote": ProductToQuoteInput
}