---
title: "Update the authenticated customer profile"
method: PATCH
path: "/v3/stores/{store_id}/customers/me"
tags: ["Customer Account"]
---

# Update the authenticated customer profile

`PATCH /v3/stores/{store_id}/customers/me`

Customer-authenticated storefront endpoint. Customer email is read-only in public v1.

## Path parameters

- `store_id` string, required

## Request body

- CustomerProfileUpdateRequest — Customer self-profile fields accepted in public v1. Email is read-only.
  - `name` string
  - `phone` string
  - `date_of_birth` string, date
  - `sex` string
  - `is_unsubscribe` boolean

## Response `200`

Updated authenticated customer profile

- CustomerProfileUpdateResponse
  - `customer` CustomerProfile, required
    - `id` integer
    - `email` string, email, nullable
    - `name` string, nullable
    - `phone` string, nullable
    - `avatar` string, uri, nullable
    - `bio_description` string, nullable
    - `date_of_birth` string, date, nullable
    - `sex` string, nullable
    - `confirmed_at` string, date-time, nullable
    - `created_at` string, date-time, nullable
    - `last_updated_at` string, date-time, nullable
    - `status` string, nullable
    - `is_unsubscribe` boolean
    - `business_id` integer
  - `store` CustomerProfileStore, required
    - `id` integer
    - `unique_id` string
    - `name` string, nullable
    - `is_customer_otp_required` boolean, nullable
  - `is_generated_password_reset` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.dev/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/730030bd6477/schema)
