PUT
/customers/selfUpdate customer profile
Update the authenticated customer's profile using actions. Follows REST API Design principles with action-based updates.
Customers
Request
Make a PUT request to /customers/self with a JSON request body.
Request Body
Required
Content-Type: application/json
Response
200Profile updated successfully
400Bad Request
401Unauthorized
500Internal Server Error