Update current customer profile
Updates the profile of the currently authenticated customer
PATCH
Spree SDK
Authorizations
Publishable API key for store access
JWT token for authenticated customers
Body
application/json
Example:
"John"
Example:
"Doe"
Example:
"customer@example.com"
Example:
"newpassword123"
Example:
"newpassword123"
Example:
true
Example:
"+1 555 123 4567"
Example:
{ "preferred_contact": "email" }
Response
profile updated
Spree SDK

