v1

latestOpenAPI 3.1.02026-07-24920300.7 KB

Update

Updates an individual customer's extra data or locale.

patch/customers/{merchant_user_id}/update

Path parameters

merchant_user_idstring required

Merchant User ID

Request body

extra_datastring

Customer extra data

localestring

Customer locale (case insensitive, hyphens and dashes are interchangeable) e.g. 'fr-ca', 'es_ES'

price_codestring

Customer price code

Response

200

OR

Example response

{
  "extra_data": "{\"key\": \"value\"}",
  "locale": "es-ar"
}