Namespace: customers

customers

This class allows you to store customers data safely to improve the shopping experience. This will allow your customer to complete their purchases much faster and easily when used in conjunction with the Cards class. Customer class.

Source:

Methods

(static) create()

Create a customer Click here for more infos

Source:

(static) get(id)

Get a customer by id Click here for more infos

Parameters:
Name Type Description
id string

Customer ID

Source:

(static) remove(id)

Remove a customer by id Click here for more infos

Parameters:
Name Type Description
id string

Customer ID

Source:

(static) search()

Get all customers Click here for more infos

Source:

(static) update()

Update a Customer Click here for more infos

Source: