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