v1
latestSwagger 2.02026-07-17148179252.3 KBCustomers
Update Customers
Updates Customers. Subresource updates are not supported. Multiple customers can be updated in one call. Required Fields
- id -- ID of the Customer This must be included in the request body Read Only Fields
- id
- registration_ip_address
- date_created
- date_modified Notes Attributes Values can not be updated using Update a Customer. Use the Update a Customer Attribute Values endpoint.
put/customers
Request body
Example request
[
{
"store_credit_amounts": [
{
"amount": 43.18
}
]
}
]Response
OK
Example response
{
"data": [
{
"authentication": {
"force_password_reset": true
},
"addresses": [
{
"address_type": "residential"
}
],
"store_credit_amounts": [
{
"amount": 43.18
}
]
}
]
}