This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"openapi":"3.0.0","info":{"version":"2.0.0","title":"Medusa Storefront API","license":{"name":"MIT","url":"https://github.com/medusajs/medusa/blob/master/LICENSE"}},"servers":[{"url":"http://localhost:9000"},{"url":"https://api.medusajs.com"}],"tags":[{"name":"Auth","description":"Auth API routes allow you to manage a customer's authentication.\n"},{"name":"Carts","description":"A cart is a virtual shopping bag that customers can use to add items they want to purchase.\n\nA cart is then used to checkout and place an order.\n\nThese API routes allow customers to create and manage their cart, and place an order.\n","externalDocs":{"description":"How to implement cart functionality in a storefront.","url":"https://docs.medusajs.com/v2/resources/storefront-development/cart"},"x-associatedSchema":{"$ref":"#/components/schemas/StoreCart"}},{"name":"Collections","description":"A product collection organizes products into a collection for marketing purposes. For example, a summer collection.\n\nThese API routes allo |
OlderNewer