offerGroupForQuoting
Arguments
The identifier of the offer group to query.
Returns
OfferGroupTypePossible Errors
Allowed Viewers
Required Permissions
Can create quoting offer groupQuery 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.
query OfferGroupForQuoting($identifier: ID) {
offerGroupForQuoting(identifier: $identifier) {
createdAt
createdBy {
...ActorTypeFragment
}
identifier
offers {
...OfferTypeFragment
}
}
}
Variables
{
"identifier": "78193123"
}