tiendanube_create_customer
Create a customer account with required name and email, and optional details like address, phone, identification, and notes. Use for registration, imports, or integration.
Instructions
➕ CREATE NEW CUSTOMER - Create a new customer account with complete profile information. Use this for customer registration, manual account creation, bulk imports, or integrating with external systems. Requires name and email as minimum fields. Supports phone, identification documents, addresses, notes, passwords, and email invitation sending. Ideal for onboarding and customer management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Customer full name (required) | |
| Yes | Customer email address (required) | ||
| password | No | Customer password. If not provided, an invitation email will be sent. | |
| send_invitation | No | Send an invitation email to the customer to create a password. | |
| phone | No | Customer phone number | |
| identification | No | Customer identification/document number | |
| note | No | Internal notes about the customer | |
| address | No | Customer address street | |
| city | No | Customer city | |
| province | No | Customer province/state | |
| country | No | Customer country | |
| zipcode | No | Customer ZIP/postal code | |
| number | No | Address number | |
| floor | No | Address floor/apartment |