Get a customer
Get a customer
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
countryCode
| string Example: de |
customerIdentifier
| string Examples:
|
Query Parameters
Parameter | Details |
---|---|
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
Request samples
Response samples
200Customer:
Content type: application/json