Edit Customer
POST
/open/updateVendor
Edit Customer Details
This API will enable you to edit details of the customer.
Request Body Parameters:
Name | Type | Description |
---|---|---|
api_key | string | Your API-key |
vendor_id | number | Customer's id |
marketplace_user_id | number | Marketplace user id |
string | Customer's email id | |
first_name | string | Customer's first name |
last_name | string | Customer's last name |
phone_no | string | Customer's phone number |
language | string(optional) | "en" is mandatory and refer to below language table |
Languages
Different languages supported. If you are not passing any language then it is mandatory to pass "en"
Name | Type |
---|---|
ENGLISH | en |
ARABIAN | ar |
FRENCH | fr |
SPANISH | es |
MALAY | ms |
SIMPLIFIED_CHINESE | zh-Hans |
PORTUGUESE | pt |
TRADITIONAL_CHINESE | zh-Hant |
BENGALI | bn |
MEXICAN_SPANISH | es-mx |
KHMER | km |
TAMIL | ta |
SINHALA | si |
SWEDISH | sv |
Request
Body Params application/json
Request samples
Responses
Modified at 2024-04-17 07:11:33