{"name":"Runtype Mock E-Commerce API","description":"Mock endpoints for prototyping AI e-commerce agents. Returns realistic sample data shaped like real platform APIs.","platforms":{"shopify":{"baseUrl":"/shopify","endpoints":["GET /admin/api/2024-01/products.json","GET /admin/api/2024-01/products/search.json?query=","GET /admin/api/2024-01/products/:id.json","GET /admin/api/2024-01/custom_collections.json","GET /admin/api/2024-01/custom_collections/:id.json","GET /admin/api/2024-01/inventory_levels.json","POST /admin/api/2024-01/checkouts.json","GET /admin/api/2024-01/orders/:id.json"]},"bigcommerce":{"baseUrl":"/bigcommerce","endpoints":["GET /v3/catalog/products","GET /v3/catalog/products/:id","GET /v3/catalog/categories","GET /v3/inventory/items","POST /v3/carts","GET /v3/orders/:id"]},"woocommerce":{"baseUrl":"/woocommerce","endpoints":["GET /wp-json/wc/v3/products","GET /wp-json/wc/v3/products/:id","GET /wp-json/wc/v3/products/categories","GET /wp-json/wc/v3/orders/:id"]}},"docs":"To use: point your agent's external tool URL at these endpoints. When ready for production, swap the base URL for your real store."}