Your customers already know the right sizes. Connect to that data and eliminate the guesswork behind every clothing gift.
Request API AccessWrong size is the #1 reason clothing gifts get returned. When the buyer already has the correct size on file, returns drop dramatically.
Grandparents and gift buyers are high-intent shoppers. Removing the size uncertainty turns browsers into buyers.
Surface the correct size automatically at checkout or on product pages β no size chart confusion, no guessing.
SizeKeeper users record clothing sizes for everyone they shop for β grandchildren, kids, spouses β across 8 clothing categories.
On your site, the shopper connects their SizeKeeper account via OAuth. You receive a scoped access token β no raw passwords, no stored PII.
Call /api/v1/sizes to retrieve the
shopper's saved profiles and sizes. Pre-fill the right size in your
checkout or recommendation engine.
{
"profiles": [
{
"name": "Emma Smith",
"relationship": "Granddaughter",
"age": 8,
"sizes": {
"Shirt": { "type": "Youth", "value": "S (8-10)" },
"Pants": { "type": "Youth", "value": "8 Regular" },
"Shoes": { "type": "Youth", "value": "3.5Y" }
}
}
]
}
The API is in development. Early partners get priority access and input on the feature roadmap. Reach out to start the conversation.