ls_create_customer
Add a new customer to your LemonSqueezy store by providing their name, email, and optional location details like city, region, and country.
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') |