Medusa
communityOpen-source headless commerce engine with a composable architecture.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://{store}/store/productsList products
Parameters
qsearch query (stringoptionallimitresults (integeroptionaloffsetoffset (integeroptionalReturns
products[] with id, title, handle, description, variants[] with id, title, prices[]; images[], collectionGET
https://{store}/store/products/{id}Get product
Parameters
idproduct ID (stringrequiredReturns
product with id, title, description, variants[], images[], options[], collection, type, tags[]GET
https://{store}/store/collectionsList collections
Parameters
limitresults (integeroptionalReturns
collections[] with id, title, handle, products_count, created_at