latestOpenAPI 3.1.0MIT2026-08-104712182.1 KB

c71c20d26559

stores

Refresh store

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

post/stores/refreshstore

Request body

storeIdinteger

Store that will get refreshed (optional)

refreshDatestring date-time

Starting date for new order imports (YYYY-MM-DD HH:MM:SS in PST). This is only needed if retrieving historical orders.

Example request

{
  "storeId": 12345,
  "refreshDate": "2020-05-29T15:05:02Z"
}

Response

Store refresh initiated successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Store refresh initiated"
}