EZCart Docs
ApiV1StoreCustomersMe

Update the authenticated customer's profile

Update the authenticated customer's profile.

PATCH
/v1/store/customers/me

Request Body

application/json

name?string
Length1 <= length <= 200
email?|
phone?|

Response Body

application/json

curl -X PATCH "https://api-pub.ezcart.io/v1/store/customers/me" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "name": "string",
  "email": {},
  "phone": {},
  "avatarUrl": {},
  "defaultShippingAddressId": {},
  "createdAt": "2019-08-24T14:15:22Z"
}