customerUpdate
mutation
Update customer
Modifies an existing customer's information, such as contact details, billing settings, tax associations, or delivery preferences. Returns the updated customer record.
mutation {
customerUpdate(companyId: Int!, data: CustomerUpdate!): Customer!
}Returns: Customer!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | CustomerUpdate! |