The Customer
Model represents an instance of a customer in your online store. It stores essential information such as the customer's name, contact details (including email and phone number), and location code.
The Customer
Model represents an instance of a customer in your online store. It stores essential information such as the customer's name, contact details (including email and phone number), and location code.
A unique identifier for the customer of your store platform. It could be the customer ID of your system, or a URL friendly name or slug which is unique in your system.
The customer's first name.
The customer's last name.
The customer's email.
The customer's phone number.
The language code of the customer, eg: en-US.
preparing...