---
title: "Refresh store"
method: POST
path: "/stores/refreshstore"
tags: ["stores"]
---

# Refresh store

`POST /stores/refreshstore`

Initiates a store refresh. If storeId is not specified, a store refresh will be initiated for all refreshable stores on that account.

## Request body

- object
  - `storeId` integer — Store that will get refreshed (optional)
  - `refreshDate` string, date-time — Starting date for new order imports (YYYY-MM-DD HH:MM:SS in PST). This is only needed if retrieving historical orders.

## Response `200`

Store refresh initiated successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad Request - The request could not be understood or was missing required parameters
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `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)
