ls_create_customer
Create a new customer in a specified store using their name and email, with optional location fields.
Instructions
Create a new customer in a store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeId | Yes | The store ID to create the customer in | |
| name | Yes | Customer's full name | |
| Yes | Customer's email address | ||
| city | No | Customer's city | |
| region | No | Customer's region/state | |
| country | No | Customer's country (ISO 3166-1 alpha-2 code, e.g. 'US') |