---
title: "Update details for the specified Shopper"
method: POST
path: "/v1/shoppers/{shopperId}"
tags: ["v1"]
---

# Update details for the specified Shopper

`POST /v1/shoppers/{shopperId}`

<strong>Notes:</strong><ul><li>**shopperId** is **not the same** as **customerId**.  **shopperId** is a number of max length 10 digits (*ex:* 1234567890) whereas **customerId** is a UUIDv4 (*ex:* 295e3bc3-b3b9-4d95-aae5-ede41a994d13)</li></ul>

## Path parameters

- `shopperId` string, required

## Request body

- ShopperUpdate
  - `email` string, email
  - `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
  - `nameLast` string

## 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
- `404` — Resource not found
- `422` — `Shopper` 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/revisions/07625d481f77/schema)
