assignQuoteCustomer
Assign customer to anonymous quote
This page contains
Arguments
| input AssignQuoteCustomerInput! PREVIEW |
AssignQuoteCustomerInput fields
| quoteId ID! | Quote to assign customer to |
| customerId ID! | Customer user ID |
| customerCompanyId ID! | Customer company ID |
Return Fields
| quote Quote PREVIEW | Updated quote with customer assigned |
| userErrors [AssignQuoteCustomerError!] PREVIEW | Customer assignment errors |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.