Customers

Update a Customer

You can supply all or any combination of the following properties in the request body:<br /><pre><code> { "first_name": "string", "last_name": "string", "email_address": "user@example.com", "send_email": true, "order_count": 0, "loyalty_points": 0, "is_subscribed_to_newsletter": true } </code></pre>

put/api/v1/customers/{id}

Path parameters

idinteger required

Request body

object nullable required

Response

The updated Customer

metaobject nullable
errorsobject nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.