---
title: "Create a Subaccount owned by the authenticated Reseller"
method: POST
path: "/v1/shoppers/subaccount"
tags: ["v1"]
---

# Create a Subaccount owned by the authenticated Reseller

`POST /v1/shoppers/subaccount`

## Request body

- SubaccountCreate
  - `email` string, email, required
  - `externalId` integer
  - `marketId` 'da-DK' | 'de-AT' | 'de-CH' | 'de-DE' | 'el-GR' | 'en-AE' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-HK' | 'en-IE' | 'en-IL' | 'en-IN' | 'en-MY' | 'en-NZ' | 'en-PH' | 'en-PK' | 'en-SG' | 'en-US' | 'en-ZA' | 'es-AR' | 'es-CL' | 'es-CO' | 'es-ES' | 'es-MX' | 'es-PE' | 'es-US' | 'es-VE' | 'fi-FI' | 'fr-BE' | 'fr-CA' | 'fr-CH' | 'fr-FR' | 'hi-IN' | 'id-ID' | 'it-CH' | 'it-IT' | 'ja-JP' | 'ko-KR' | 'mr-IN' | 'nb-NO' | 'nl-BE' | 'nl-NL' | 'pl-PL' | 'pt-BR' | 'pt-PT' | 'ru-RU' | 'sv-SE' | 'ta-IN' | 'th-TH' | 'tr-TR' | 'uk-UA' | 'vi-VN' | 'zh-HK' | 'zh-SG' | 'zh-TW', bcp-47
  - `nameFirst` string, required
  - `nameLast` string, required
  - `password` string, shopper-password, required

## Response `200`

Request was successful

- ShopperId
  - `customerId` string — Identifier for the Customer record associated with this Shopper record. This is an alternate identifier that some systems use to identify an individual shopper record
  - `shopperId` string, required

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `422` — `subaccount` does not fulfill the schema
- `429` — Too many requests received within interval
- `500` — Internal server error

---

[API](https://skmtc.net/godaddy/apis/untitled-api-5.md) · [All operations](https://skmtc.net/godaddy/apis/untitled-api-5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/godaddy/untitled-api-5/versions/07625d481f77/schema)
