docs
  1. Admin Api
  2. Resources
  3. Customer
  4. Customer Membership
  5. Create A New Customer Membership

Create a new customer membership

Create a new customer membership

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

Request body

required
ParameterDetails
id
  • readonly
integer
isActive
  • required
boolean
Example:
true
typeKey
  • required
  • MinLength: 1
string
Example:
payback
accountNumber
  • required
  • MinLength: 1
string
Example:
1234567890
createdAt
  • readonly
string
Example:
2023-01-22T11:30:15+00:00
updatedAt
  • readonly
string
Example:
2023-01-22T11:30:15+00:00

Responses

201
Customer membership was successfully created.
application/json
Success
id
integer
isActiverequired
boolean
Example:
true
typeKeyrequired
string
Example:
payback
accountNumberrequired
string
Example:
1234567890
createdAt
string
Example:
2023-01-22T11:30:15+00:00
updatedAt
string
Example:
2023-01-22T11:30:15+00:00
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST/shops/{shopKey}/countries/{countryCode}/customers/{customerIdentifier}/memberships

Request samples

Response samples

201
CustomerMembershipResponse:
Content type: application/json
Provide Feedback