ApiV1StoreCustomersMe
Update the authenticated customer's profile
Update the authenticated customer's profile.
Request Body
application/json
name?string
Length
1 <= length <= 200email?|
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"
}