01 Software

Customers

Customer and customer address collections

Customers

customers

Stores customer information. Supports repurchase tracking and address book management.

FieldTypeDescriptionRequired
nametextCustomer name
emailemailEmail (unique per tenant, indexed)
phonetextPhone number (indexed)
authProviderselectAuth provider (local, google, apple, kakao, naver)
socialIdtextSocial login ID (indexed)
marketingConsentcheckboxMarketing email consent
consentedAtdateConsent date (auto-set)
notetextareaNotes
metadatajsonMetadata (custom data)
ordersjoinOrder history (orders)
addressesjoinAddress book (customer-addresses)

For SDK usage examples, see the Customers Guide.

customer-addresses

Stores customer shipping addresses. Supports default address selection.

FieldTypeDescriptionRequired
customerrelationshipCustomer reference (customers)
labeltextAddress label (e.g., "Home", "Office")
recipientNametextRecipient name
phonetextPhone number
postalCodetextPostal code
address1textAddress
address2textDetailed address
isDefaultcheckboxDefault address (default: false)
deliveryMessagetextDelivery message

For SDK usage examples, see the Customers Guide.

On this page