---
title: "Update store"
method: PUT
path: "/stores/{storeId}"
tags: ["stores"]
---

# Update store

`PUT /stores/{storeId}`

Updates an existing store. This call does not currently support partial updates. The entire resource must be provided in the body of the request.

## Path parameters

- `storeId` integer, required

## Request body

- object
  - `storeId` integer
  - `storeName` string
  - `marketplaceId` integer
  - `marketplaceName` string
  - `integrationUrl` string, nullable
  - `active` boolean
  - `companyName` string
  - `phone` string
  - `publicEmail` string
  - `website` string
  - `autoRefresh` boolean
  - `statusMappings` object[]
    - `orderStatus` string
    - `statusKey` string

## Response `200`

Store updated successfully

- object
  - `storeId` integer
  - `storeName` string
  - `marketplaceId` integer
  - `marketplaceName` string
  - `active` boolean

## Other responses

- `400` — Bad Request - The request could not be understood or was missing required parameters
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `404` — Not Found - The specified resource was not found
- `500` — Internal Server Error - An error occurred on the server

---

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