Bowmark AIdocs

JUSTIN Vineyards & Winery

JUSTIN Vineyards & Winery's Wine Society club — per-shipment price by tier and quantity, with the exact join handoff URL, off the club page's own embedded…

JUSTIN Vineyards & Winery's Wine Society club — per-shipment price by tier and quantity, with the exact join handoff URL, off the club page's own embedded data.

Domain: justinwine.com

Also known as: JUSTIN, JUSTIN Wine, JUSTIN Vineyards, justinwine, JUSTIN Wine Society

Call it directly

bowmark.providers.justinwine.listClubTiers(category?: string): Promise<JustinwineClubTier[]>

Functions

FunctionWhat it does
listClubTiersLists the JUSTIN Wine Society club tiers, each with its per-shipment price range at 4/6/12 bottles and the exact join/checkout URL for that tier+quantity.

Types

interface JustinwineClubPriceRange {
  quantityLabel: string;
  bottles: number;
  min: number;
  max: number;
  checkoutUrl: string;
}

interface JustinwineClubTier {
  category: string;
  categorySlug: string;
  description: string;
  priceRanges: JustinwineClubPriceRange[];
}