Update Customer
PUT/account/customer
Updates an existing customer details
Updates the details of an existing customer associated with your account Use this endpoint to modify customer properties such as email address or profile attributes, ensuring your customer information is accurate and up to date.
Request
- application/json
Body
required
- Array [
- ]
updateMembers object[]
Customers to add in Account
email stringrequired
firstName string
lastName string
source string
status string
Possible values: [Subscribed, Unsubscribed, Bounced, Inactive, Spam]
birthday string
tags string[]
currency string
country string
province string
city string
address1 string
address2 string
phone string
postalCode string
company string
lastPurchaseOrder string
lastPurchasePrice string
latestOrderId string
lastPurchaseDate string
Responses
- 200
- 400
- 401
- 405
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
numberOfCreatedMembers integer
numberOfUpdatedMembers integer
{
"numberOfCreatedMembers": 21,
"numberOfUpdatedMembers": 21
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...