For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
B2B
Types
Inputs
InputCustomerAccountType
INPUT
Copy page
Input fields
currentPassword
String
Required
Current password. This field is required.
firstName
String
Optional
User first name
lastName
String
Optional
User last name
phoneNumber
String
Optional
User phone number
email
String
Optional
User email
newPassword
String
Optional
New password
confirmPassword
String
Optional
Confirm password
formFields
list of optional
FormFieldsInputType
Optional
Form fields
Show 2 fields
company
String
Optional
Company for user
Referenced by
Mutations
updateCustomerAccountSettings(updateData)