Customers
Customer resource
This object represents a customer of your business
The
Customer object serves multiple purposes, including storing billing and shipping information, creating order schedules, applying discounts, and authenticating customers in Customer Portal.
Search query fields
| Field | Description | Type |
|---|---|---|
| id | The customer identifier | string |
| displayName | The customer full name | string |
| The customer contact email | string | |
| phone | The customer contact phone | string |
Reference
Customer ID (numeric string).
Minimum string length:
1Example:
"7654321"
Available options:
customer Customer's full name.
Minimum string length:
1Example:
"Jane Smith"
Customer's contact email.
Example:
Customer's contact phone number in E.164 format.
Minimum string length:
1Example:
"+15550100"