انتقل إلى المحتوى الرئيسي

Update Profile

Update Profile API

  • Update User Profile. Allows users to update their profile information (name, email, and phone number)
Request Body
name string
last_name string
birthdate string
Responses
200

Successful response

POST /customer/profile/edit
Body
name
last_name
birthdate
https://docapi.withsupercommerce.com/api
curl -L -X POST 'https://docapi.withsupercommerce.com/api/customer/profile/edit' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json'