refreshQuoteV2
Refresh an existing quote with the currently available products.
Arguments
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-12004: Invalid product tag type.
- KT-CT-12901: Account not found.
- KT-CT-4616: Unable to create a quote.
- KT-CT-7899: An internal error occurred.
- KT-GB-4618: Quote request not found.
- KT-GB-4627: Input to the refresh quote mutation is invalid.
- KT-GB-4628: No available products found for this quote input.
- KT-GB-4629: Failed to refresh quote.
Allowed Viewers
Required Permissions
Can access third party queriesRate Limits
| Key | Steps |
|---|---|
ip |
['10/m'] |
Query Complexity
1Examples
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.
mutation RefreshQuoteV2($input: RefreshQuoteV2Input!) {
refreshQuoteV2(input: $input) {
quoteRequest {
...QuoteRequestFragment
}
}
}
Variables
{
"input": RefreshQuoteV2Input
}
Response
{
"data": {
"refreshQuoteV2": {
"quoteRequest": QuoteRequest
}
}
}