Retrieve store details
GET/stores/:id
note
This endpoint is a work in progress and may change before being stabilized.
Retrieve the details of a store by its ID.
Request
Responses
- 200
- 400
- 404
- 500
Store details retrieved successfully
Bad Request
Store not found
Internal Server Error
Error Codes
| HTTP Status | Class | Code | Description |
|---|---|---|---|
| 400 | invalid_request | invalid_path_parameters | Invalid path parameters with details in the fields attribute |
| 404 | not_found | entity_not_found | The store with the given ID was not found |