Update the shopper profile
PATCH
/api/v1/customer/auth/profile/
Partial update — send only the fields you want to change.
Authorizations
shopperToken
The shopper's access token from the shopper authentication endpoints. Required for cart, checkout, orders, and account actions.
Type
HTTP (bearer)
Request Body
application/json
JSON "phone": "string", "first_name": "string", "last_name": "string", "company_name": "string", "job_title": "string", "preferred_contact_method": "string", "timezone": "string", "language": "string"
{
}
Responses
Updated profile.
application/json
JSON
"string"