Contact Customer Care
POST https://api.nexway.store/endusers/public/customercare
The request body takes a complete CustomerCareRequest resource, containing the following writable properties:
{
"email": "string",
"firstName": "string",
"ip": "string",
"lastName": "string",
"locale": "string",
"message": "string",
"orderId": "string",
"storeId": "string",
"subject": "string",
"urlShoppingCart": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
string |
End-user email |
||
firstName | string |
End-user first name |
|
ip | string |
End-user IP address |
|
lastName | string |
End-user last name |
|
locale | string |
End-user locale |
|
message | string |
End-user message |
|
orderId | string |
Order unique identifier |
Optional |
storeId | string |
Store unique identifier |
|
subject | string |
Request reason |
|
urlShoppingCart | string |
Web cart URL |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
201 | Created Success |
|
401 | Unauthorized Unauthorized |
|
403 | Forbidden Forbidden |
|
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |