Update a customerAsk AIput https://admin.sandbox.vouchery.app/api/v2.1/customers/{identifier}Update the customer details. Updates only given properties.Path ParamsidentifierstringrequiredCustomer IdentifierBody ParamsThe object with fields to updatebirthdateobjectbirthdate objectcategoriesarray of objectsrequiredDetermine how customer is related to specific category by providing related tag.categories*ADD objectemailstringNullable. Customer e-mail.loyalty_pointsint64Nullable. [DEPRECATED](use 'grant-points' endpoint instead) Number of loyalty points customer will have.metadataobjectrequiredmetadata objectnamestringNullable. Customer full name.referral_codestringNullable. Unique code for referringResponses 200Updated object 401Unauthorized error. 403Forbidden error. 404Not found error. 422Unprocessable entity error. Validation failed. 500Internal server error. Try again in a few minutes or contact support.Updated over 2 years ago