User Updated
User account has been updated.
Suggested source: server
Properties
Name | Type | Description | Required |
---|---|---|---|
bill_address | object | User's default billing address |  |
string | Email address of the user |  | |
metadata | object | User metadata |  |
roles | string[] | User roles |  |
ship_address | object | User's default shipping address |  |
Example
User's default billing address
Properties
Name | Type | Description | Required |
---|---|---|---|
address1 | string | Street address (line 1) |  |
address2 | string | Street address (line 2) |  |
city | string | City |  |
company | string | Company |  |
country | string | Country |  |
name | string | Name |  |
phone | string | Phone number |  |
state | string | State |  |
zipcode | string | Zipcode |  |
alternative_phone | string | Alternative phone number |  |
created_at | string | Date billing address was created |  |
updated_at | string | Date billing address was updated |  |
Example
User metadata
No properties.
User roles
Role (for example, "admin")
Item Type: string
User's default shipping address
Properties
Name | Type | Description | Required |
---|---|---|---|
address1 | string | Street address (line 1) |  |
address2 | string | Street address (line 2) |  |
city | string | City |  |
company | string | Company |  |
country | string | Country |  |
name | string | Name |  |
phone | string | Phone number |  |
state | string | State |  |
zipcode | string | Zipcode |  |
alternative_phone | string | Alternative phone number |  |
created_at | string | Date billing address was created |  |
updated_at | string | Date billing address was updated |  |
Example