{"schema_version":"1.0","name":"sellcomarket","description":"Product catalog API for AI agents. Search products, browse categories, and discover sellers.","base_url":"https://app.sellercore.io/api/public/store","auth":{"type":"api_key","header":"x-api-key","description":"Optional API key for seller identification. Public reads work without auth."},"capabilities":[{"name":"search_products","description":"Search and filter products. Returns list with identifiers (EAN, UPC, ISBN, MPN), pricing, images, stock, variants flag, and seller info.","endpoint":"/products","method":"GET","parameters":{"q":"Search query (searches title, description, brand, keywords)","category":"Filter by category slug","brand":"Filter by brand name","seller":"Filter by seller slug","priceMin":"Minimum price","priceMax":"Maximum price","inStock":"Filter in-stock only (true/false)","sort":"Sort order: newest, price_asc, price_desc, title, popular","limit":"Results per page (max 100)","offset":"Pagination offset"},"response_fields":{"id":"Product ID","title":"Product title (AI-optimized if available)","slug":"URL slug","description":"Short description (max 200 chars)","brand":"Brand name","manufacturer":"Manufacturer name","ean":"EAN/GTIN barcode","upc":"UPC barcode","isbn":"ISBN (for books)","mpn":"Manufacturer Part Number","price":"Reference price","comparePrice":"Original/compare price","currency":"Currency code (EUR)","mainImage":"Primary product image URL","images":"Array of additional image URLs","inStock":"Boolean availability","quantity":"Stock quantity","hasVariants":"Whether product has variants","weight":"Weight value","weightUnit":"Weight unit (kg, g, etc.)","category":"{ name, slug }","seller":"{ companyName, slug }","channels":"Array of channel types (AMAZON, SHOPIFY, etc.)","publishedAt":"ISO date when published"}},{"name":"get_product","description":"Full product detail with all identifiers (EAN, UPC, ISBN, MPN, ASIN), dimensions, weight, variants, specifications, bullet points, keywords, channels with tracked purchase URLs, attributes, and Schema.org JSON-LD.","endpoint":"/products/{slug}","method":"GET","response_fields":{"...search_products fields":"All fields from search_products","bulletPoints":"Array of product highlights","specifications":"Structured key-value specifications","keywords":"AI-generated keywords for discovery","length":"Product length","width":"Product width","height":"Product height","dimensionUnit":"Dimension unit (cm, mm, etc.)","hasVariants":"Whether product has variants","variants":"Variant data (sizes, colors, etc.)","channels":"Array of { id, type, marketplace, asin, sku, shopUrl, price, currency, trackingUrl }","attributes":"Array of { name, value, unit }","schemaOrg":"Schema.org Product JSON-LD","breadcrumb":"Schema.org BreadcrumbList JSON-LD","source":"Product source (MANUAL, AMAZON_IMPORT, EXCEL_IMPORT)","viewCount":"Total page views","clickCount":"Total channel clicks","updatedAt":"Last update timestamp"}},{"name":"list_sellers","description":"List active sellers with product counts","endpoint":"/sellers","method":"GET"},{"name":"get_seller","description":"Get seller profile and their products","endpoint":"/sellers/{slug}","method":"GET"},{"name":"list_categories","description":"List product categories, optionally as tree","endpoint":"/categories","method":"GET","parameters":{"tree":"Return nested tree structure (true/false)"}},{"name":"get_category","description":"Get category details and products in category","endpoint":"/categories/{slug}","method":"GET"},{"name":"get_purchase_link","description":"Get a tracked purchase redirect URL for a product channel","endpoint":"/go/{channelId}","method":"GET","parameters":{"ref":"Traffic source: agent, api, email","agent":"Agent name for attribution"},"note":"Endpoint is at root path. Returns 302 redirect."}],"llms_txt":"https://app.sellercore.io/llms.txt","llms_full_txt":"https://app.sellercore.io/llms-full.txt"}