customerCreate
mutation
Create customer
Registers a new customer in the company, including contact details, billing preferences, tax settings, and alternate addresses. Returns the newly created customer record.
mutation {
customerCreate(companyId: Int!, data: CustomerInsert!): Customer!
}Returns: Customer!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | CustomerInsert! |