Update current user profile
User
Update user profile
Update the authenticated shopper’s name, phone, or avatar.
PATCH
Update current user profile
Request
Body parameters
| Field | Type | Description |
|---|---|---|
name | string | Optional. Display name (1–120 characters). |
phone | string | Optional. 6–20 characters. |
avatar | string | Optional. Absolute URL to an avatar image. |
At least one field must be supplied. An empty body returns
400.Successful response
Error response
Authorizations
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Body
application/json
Response
Profile updated.
The response is of type object.

