Skip to content

Instantly share code, notes, and snippets.

View juddey's full-sized avatar

Justin Lane juddey

View GitHub Profile
@juddey
juddey / medusa.json
Created December 31, 2024 22:11
medusa.json
{"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