Skip to main content
POST
Creates many new customers from external customer records.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Headers

X-Api-Key
string

Body

An array of external customers.

externalId
string
required
Minimum string length: 1
externalBrandId
string
required
Minimum string length: 1
regDate
string
required
Minimum string length: 1
clickKey
string | null
externalProductId
string | null
username
string | null
country
string | null
country_code
string | null

Response

OK

numImported
integer<int32>
numDuplicates
integer<int32>
numFailed
integer<int32>
firstFailureId
string | null
firstFailureMessage
string | null