# Store Reactivation This endpoint reactivates suspended stores, transitioning them from a non-operational state back to operational status for order acceptance and customer visibility. Endpoint: POST /scm/shop/status/open Version: v.1.0.0 ## Request fields (application/json): - `shopId` (integer, required) Store ID Example: 466663 ## Response 200 fields (application/json): - `code` (integer, required) A numeric status identifier indicating the result of the interface call, used to determine whether the operation executed successfully. - `message` (string, required) Text description corresponding to the status code, explaining the operation result or error cause to users. Example: "Success"