You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`username`| string | Customer username, can be generated automatically from the customer's email addrees if the option `woocommerce_registration_generate_username` is equal to `yes` <iclass="label label-info">cannot be changed</i> |
15
-
|`password`| string | Customer password, can be generated automatically with [`wp_generate_password()`](http://codex.wordpress.org/Function_Reference/wp_generate_password) <iclass="label label-info">write-only</i>|
16
-
|`last_order_id`| integer | Last order ID <iclass="label label-info">read-only</i> |
17
-
|`last_order_date`| string | UTC DateTime of the customer last order <iclass="label label-info">read-only</i> |
18
-
|`orders_count`| integer | Quantity of orders that the customer have <iclass="label label-info">read-only</i> |
19
-
|`total_spent`| integer | Total amount spent <iclass="label label-info">read-only</i> |
20
-
|`avatar_url`| string | Gravatar URL |
21
-
|`billing_address`| array | List of Billing Address fields. See [Billing Address Properties](#billing-address-properties)|
22
-
|`shipping_address`| array | List of Shipping Address fields. See [Shipping Address Properties](#shipping-address-properties)|
|`username`| string | Customer username, can be generated automatically from the customer's email addrees if the option `woocommerce_registration_generate_username` is equal to `yes` <iclass="label label-info">cannot be changed</i> |
15
+
|`password`| string | Customer password, can be generated automatically with [`wp_generate_password()`](http://codex.wordpress.org/Function_Reference/wp_generate_password)if the "Automatically generate customer password" option is enabled, check the index meta for `generate_password`<iclass="label label-info">write-only</i> |
16
+
|`last_order_id`| integer | Last order ID <iclass="label label-info">read-only</i> |
17
+
|`last_order_date`| string | UTC DateTime of the customer last order <iclass="label label-info">read-only</i> |
18
+
|`orders_count`| integer | Quantity of orders that the customer have <iclass="label label-info">read-only</i> |
19
+
|`total_spent`| integer | Total amount spent <iclass="label label-info">read-only</i> |
20
+
|`avatar_url`| string | Gravatar URL |
21
+
|`billing_address`| array | List of Billing Address fields. See [Billing Address Properties](#billing-address-properties)|
22
+
|`shipping_address`| array | List of Shipping Address fields. See [Shipping Address Properties](#shipping-address-properties)|
0 commit comments