> ## Documentation Index
> Fetch the complete documentation index at: https://juo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 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 |
| email       | The customer contact email | string |
| phone       | The customer contact phone | string |

### Reference
