Storefront widget
Auto-detect. Load. Show fit.
View storefront pathDeveloper hub
One script—or direct API. Your store stays yours.
HTML<script
src="https://www.woochim.com/woochim-widget.js"
data-key="YOUR_PUBLISHABLE_KEY"
async>
</script>Two implementation paths
Auto-detect. Load. Show fit.
View storefront pathYour interface. Our fit contracts.
View API overviewRetailer contract map
/api/v1/catalogDetected products.
/api/v1/sizes?sku=Exact product chart.
/api/v1/fitSize, confidence, and assumptions.
/api/v1/embed/configStore configuration.
/api/v1/eventsWidget and fit events.
/api/v1/store/order · returnOrder and return outcomes.
Direct fit request
Size. Probability. Confidence. Assumptions.
cURLcurl -X POST https://www.woochim.com/api/v1/fit \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"body": {"chest": 98, "waist": 83, "hips": 96},
"garment": {
"category": "tshirt",
"size": "M",
"chest": 52,
"waist": 50
}
}'Non-negotiable contracts
Production rules. Not promises.
Garment values are half-cm. WooChim doubles them before body comparison.
Publishable: storefront. Secret: server.
Missing inputs lower confidence.