Bowmark AIdocs

EasyClosets

EasyClosets' own free 3D closet design tool — runs a real popular sample layout for a reach-in or walk-in closet through the site's own click path and…

EasyClosets' own free 3D closet design tool — runs a real popular sample layout for a reach-in or walk-in closet through the site's own click path and returns its real, settled computed price, no signup or payment required.

Domain: easyclosets.com

Also known as: EasyClosets, The Stow Company, thestowcompany.com

Call it directly

bowmark.providers.thestowcompany.getSampleClosetEstimate(closetShape: "reach-in" | "walk-in"): Promise<SampleClosetEstimate>

Functions

FunctionWhat it does
getSampleClosetEstimateRuns EasyClosets' own free 3D design tool for a real popular sample layout of the given closet shape and returns the real, settled total price, monthly financing figure and a resumable…

Types

type ClosetShape = "reach-in" | "walk-in";

interface SampleClosetEstimate {
  closetShape: ClosetShape;
  totalPrice: number;                 // real, settled total the tool computed
  financingPerMonth: number | null;   // the site's own "as low as $X/mo" figure, when shown
  designId: string;                    // EasyClosets' own design id for this session
  designUrl: string;                   // resumable design URL — the checkout handoff
}