# Stores ## Get Stores - [GET /stores](https://stallionexpress.redocly.app/stallionexpress-v4/stores/getstores.md): Get a list of all stores associated with the authenticated user. (This only shows store create via the API.) ## Create Store - [POST /stores](https://stallionexpress.redocly.app/stallionexpress-v4/stores/createstore.md): Create a new store for the authenticated user. ## Delete Store by ID - [DELETE /stores/{id}](https://stallionexpress.redocly.app/stallionexpress-v4/stores/deletestore.md): Delete a store by its unique ID.