# Stores

## Get Stores

 - [GET /stores](https://docs.stallion.ca/v4/openapi/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://docs.stallion.ca/v4/openapi/stores/createstore.md): Create a new store for the authenticated user.

## Delete Store by ID

 - [DELETE /stores/{id}](https://docs.stallion.ca/v4/openapi/stores/deletestore.md): Delete a store by its unique ID.

