Graphql fields and variables for the quoteApprove mutation
Approve a quote
Scope required: standard:write
mutation quoteApprove ($id: ID!, $notes: String!) { quoteApprove (id: $id, notes: $notes) { errors } }
{ "id": "456123", "notes": "" }
id
ID
notes
String
errors
Last updated 3 years ago
Was this helpful?