Reactivate Store

Reactivates the specified store.

NOTE Stores are active by default.

The body of this request has the following attributes:

Name Data Type Description
storeId number, required ID of the store to reactivate.

Example Request

POST /stores/reactivate HTTP/1.1
Host: ssapi.shipstation.com
Authorization: __YOUR_AUTH_HERE__
Content-Type: application/json

{
  "storeId": "12345"
}

Example Response

{
  "success": "true",
  "message": "The requested store has been reactivated."
}