This API reference includes Medusa's Store APIs, which are REST APIs exposed by the Medusa backend. They are typically used to create a storefront for your commerce store, such as a webshop or a commerce mobile app.All endpoints are prefixed with /store. So, during development, the endpoints will be available under the path http://localhost:9000/store. For production, replace http://localhost:9000 with your Medusa backend URL.There are different ways you can send requests to these endpoints, including: