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:Aside from this API reference, check out the Commerce Modules section of the documentation for guides on how to use these APIs in different scenarios. Modified at 2023-10-10 11:56:42