docs
  1. Admin Api
  2. Resources
  3. Customer
  4. Get A Customer

Get a customer

Get a customer

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]*$

Query Parameters

ParameterDetails
with
Array of strings
Example:
addresses,legacyCustomData
string
Enum:
addresses
legacyCustomData
nonUniqueAddresses

Responses

200
Customer
application/json
Success
id
integer
referenceKey
string
firstName
string
lastName
string
gender
string
birthDate
string
email
string
phone
string
publicKey
string
title
string
type
string
groups
Array of string
Array of object
object
object
Array of object
legacyCustomData
null
createdAt
string
Example:
2021-09-23T11%3A30%3A58%2B00%3A00
updatedAt
string
Example:
2021-09-23T11%3A30%3A58%2B00%3A00
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/shops/{shopKey}/countries/{countryCode}/customers/{customerIdentifier}

Request samples

Response samples

200
Customer:
Content type: application/json
Provide Feedback