Skip to main content
PUT
Update editable fields on a customer. The identifier can be a Shopify customer ID or email. The request body may be sent in either JSON:API format (attributes nested under data.attributes) or as a flat object. Both forms accept the same field names. Only the fields listed below are updatable. Any other field in the body is ignored. At least one updatable field must be present, otherwise the request returns 400.

Query parameters

Request body

JSON:API format:
Flat format:

Response

Returns the updated customer object.

Errors