customer
query
Get customer by ID
Retrieves the full details of a single customer, including contact information, billing settings, associated taxes, delivery preferences, and alternate addresses.
query {
customer(companyId: Int!, customerId: Int!, options: CustomerOptionsSingle): Customer!
}Returns: Customer!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
customerId | Int! | |
options | CustomerOptionsSingle |