---
title: "Create Customer"
method: POST
path: "/v1/shops/{shopId}/customers"
tags: ["Customers"]
---

# Create Customer

`POST /v1/shops/{shopId}/customers`

Creates a customer by email, or returns the existing customer with that email.

## Request body

- object
  - `email` string, required — The customer's email.
  - `phone_number` string — The customer's phone number.

## Response `200`

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
