Skip to main content

Arguments

input : AcceptOfferForQuotingInput! required

Input fields for accepting a quoting offer.

Returns

AcceptOfferForQuoting

Accept a quoting offer in an offer group.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can create quoting offer group

Query Complexity

3

Examples

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.

Query

mutation AcceptOfferForQuoting($input: AcceptOfferForQuotingInput!) { acceptOfferForQuoting(input: $input) { offer { ...OfferTypeFragment } } }

Variables

Response

{ "data": { "acceptOfferForQuoting": { "offer": OfferType } } }