Basic Information

appmixer.lemonsqueezy.core.CreateCustomer

Create Customer

1.0.0

Public

Creates a new customer in your LemonSqueezy store. A customer object represents a customer of your store and is created when they purchase a product for the first time.

Input Ports

in

FieldTypeDescription
Store ID text The ID of the store to create the customer in. Use FindStores component to get available store IDs.
Customer Name text The full name of the customer.
Email Address text The email address of the customer.
City text The city of the customer.
Region/State text The region or state of the customer.
Country Code text The ISO 3166-1 two-letter country code for the customer (e.g. US, GB, etc).

Output Ports

out

FieldTypeDescription
Customer ID -
Store ID -
Name -
Email -
Status -
Status Formatted -
City -
Region -
Country -
Country Formatted -
Total Revenue Currency -
Total Revenue Currency Formatted -
MRR -
MRR Formatted -
Customer Portal URL -
Created At -
Updated At -
Test Mode -

Full Metadata