Update store details
PATCH/stores/:id
note
This endpoint is a work in progress and may change before being stabilized.
Update the details of a store by its ID.
Request
Responses
- 200
- 400
- 404
- 500
Store updated successfully
Bad Request
Store not found
Internal Server Error
Error Codes
| HTTP Status | Class | Code | Description |
|---|---|---|---|
| 400 | invalid_request | invalid_body_parameters | Invalid body parameters with details in the fields attribute |
| 404 | not_found | store_not_found | The store with the given ID was not found |
| 500 | server_error | internal_server_error | An unexpected error occurred on the server |