Get logged in customer's details
Ecwid.Customer.get(customer)
Ecwid.Customer.get(customer)Ecwid.Customer.get(function(customer) {
console.log(customer.email);
});
// prints
// [email protected]Field
Type
Description
billingPerson
Field
Type
Description
shippingAddresses
Field
Type
Description
Last updated
Was this helpful?
