docs
  1. Admin Api
  2. Resources
  3. Customer
  4. Customer Anonymization
  5. Anonymize A Customer's Address

Anonymize a customer's address

Anonymize a customer address

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
countryCode
  • required
string
Example:
de
customerIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[0-9a-zA-Z\-\\_\.\@|%5C]*$
addressIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[0-9a-zA-Z\-\\_]*$

Responses

204
Customer address was successfully anonymized.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
DELETE/shops/{shopKey}/countries/{countryCode}/customers/{customerIdentifier}/addresses/{addressIdentifier}/anonymize
Provide Feedback