---
title: "Enroll customer in loyalty program"
method: POST
path: "/loyalty/cp/api/enroll-customer"
tags: ["Customer Enrollment & Profile"]
---

# Enroll customer in loyalty program

`POST /loyalty/cp/api/enroll-customer`

## Request body

- EnrollCustomerRequestVM — Customer enrollment request, optionally containing VIP tier name
  - `vipTier` string

## Response `200`

Customer enrolled successfully

- string

## Other responses

- `400` — Invalid VIP tier or enrollment failed
- `401` — Customer not authenticated

---

[API](https://skmtc.net/appstle/apis/storefront-apis.md) · [All operations](https://skmtc.net/appstle/apis/storefront-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appstle/storefront-apis/revisions/f62b6f66ee8f/schema)
