---
title: "Multi Mid - Store Update"
method: POST
path: "/api/valor/update-store?mstoreupdate"
---

# Multi Mid - Store Update

`POST /api/valor/update-store?mstoreupdate`

## Headers

- `Authorization` string, required
- `isv-secret-key` string

## Request body

- object
  - `mp_id` string, required — It is a merchant profile id which is respective to the particular merchant (Max length of 11 chars)
  - `storeData` object[], required
    - `id` string, required — Merchant store Id (Max length of chars 11)
    - `storeName` string — Store name of Merchant (Max length is 15 char)
    - `storeAddress` string, required — Store address should be max 25 chars - Alphanumeric
    - `storeCity` string — Store city should be allowed max 25 chars of string (Ex: New York, San Francisco)
    - `storeState` string — Store state 2 chars of capital (Ex: New York - NY, California - CA)
    - `storeCountry` string — Store country should be mention default set us US
    - `storeZipCode` string — Store zip code should be 5 digits (Numeric - Ex: 10001, 90002)
    - `storeTimezone` string — Store time zone (3 char eg: EST,AST,PST,HST,MST)
    - `superVisorName` string — Name of the supervisor (Max length is 25 char)
    - `superVisorEmail` string — Supervisor email id - Varchar (Ex: test@domain.com, Max length of 50 chars)
    - `superVisorContact` string — Supervisor contact number 10 digit Numeric (Ex: 5247896523)
    - `storeDescriptor` string, required — It should be 25 chars
    - `mccCode` string, required — It should be 4 digit MCC (Ex: 8765, 5993)
    - `vat_number` string — Accepts alphanumeric characters only (no special characters allowed). Max length: 20 characters.
  - `associate_user_name` string — associate_user_name

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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