Skip to content
Ecommercen Docs
Search
K
Main Navigation
API Guides
Business Flows
API Reference
Wiki
Changelog
Appearance
Menu
Return to top
Change the authenticated customer's password
POST
/rest/v1/customer/me/password
Request Body
application/json
Schema
JSON
JSON
{
"currentPassword"
:
"string"
,
"newPassword"
:
"string"
}
Responses
200
400
401
404
Password changed successfully
POST
/rest/v1/customer/me/password
Playground
Body
Try it out
Samples
Powered by
VitePress OpenAPI