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

# CustomerCreated

> Signals that a new customer has been created.

Sent by Commerce when a new customer record is created.

`ce-type: CustomerCreated`

## Payload

<ParamField body="id" type="string" required>
  UUID of the newly created customer.
</ParamField>

<ParamField body="name" type="string" required>
  Name of the customer.
</ParamField>
