{"openapi":"3.0.3","info":{"title":"DigitalWares public resources","version":"1.0.0","description":"Machine-readable storefront resources and authenticated ERP partner endpoints for DigitalWares.pk. There is no public API-key signup, sandbox, CLI, or MCP server. See /developers.","contact":{"name":"DigitalWares","email":"sales@digitalwares.pk","url":"https://cx4fx0nhwuliscqfg72tv7r2.s0226.digitalsofts.com/contact"}},"servers":[{"url":"https://cx4fx0nhwuliscqfg72tv7r2.s0226.digitalsofts.com","description":"Production"}],"paths":{"/":{"get":{"summary":"Storefront homepage","description":"HTML for browsers. Send Accept: text/markdown for a Markdown variant.","responses":{"200":{"description":"Styled HTML homepage or Markdown body"}}}},"/llms.txt":{"get":{"summary":"Agent discovery guide","responses":{"200":{"description":"Plain-text llms.txt"}}}},"/sitemap.xml":{"get":{"summary":"Public URL sitemap","responses":{"200":{"description":"XML sitemap"}}}},"/robots.txt":{"get":{"summary":"Crawl rules","responses":{"200":{"description":"robots.txt"}}}},"/developers":{"get":{"summary":"Developer resources","responses":{"200":{"description":"HTML or Markdown developer guide"}}}},"/openapi.json":{"get":{"summary":"This OpenAPI document","responses":{"200":{"description":"OpenAPI 3.0 JSON"}}}},"/api/erp/status":{"get":{"summary":"ERP integration status","description":"Public JSON status. Does not expose secrets.","responses":{"200":{"description":"JSON status object"}}}},"/api/orders":{"get":{"summary":"List orders (partner token required)","security":[{"EcomApiToken":[]}],"responses":{"200":{"description":"Order list"},"401":{"description":"Missing or invalid token"}}}},"/api/products":{"get":{"summary":"Product catalog pull (partner token required)","security":[{"EcomApiToken":[]}],"responses":{"200":{"description":"Product list"},"401":{"description":"Missing or invalid token"}}}}},"components":{"securitySchemes":{"EcomApiToken":{"type":"apiKey","in":"header","name":"X-Ecom-Api-Token","description":"Partner token from DigitalWares operations. Authorization: Bearer is also accepted. Not available via self-service signup."}}}}