Skip to content

Ferguson Home Product Data API

Extract complete Ferguson Home product detail data with a single API call

🆕: October 6, 2025

Our GET endpoint /api/getter/?platform="fergusonhome_detail" delivers the same structured data presented on FergusonHome.com product pages—pricing, variant-level stock, merchandising modules, resources, and more—without the brittle scraping workflows.

Example

Fetch the full detail payload for Kohler's Cimarron pedestal sink by passing its Ferguson Home URL.

1
curl 'https://data.unwrangle.com/api/getter/?platform=fergusonhome_detail&url=https%3A%2F%2Fwww.fergusonhome.com%2Fkohler-k-2362-8%2Fs560423%3Fuid%3D165232&page=1&api_key=API_KEY'
1
2
3
4
5
6
7
8
9
import requests
from urllib.parse import quote

product_url = "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165232"
encoded_url = quote(product_url, safe="")

url = f"https://data.unwrangle.com/api/getter/?platform=fergusonhome_detail&url={encoded_url}&page=1&api_key=API_KEY"
response = requests.get(url)
print(response.json())
1
2
3
4
5
6
const productUrl = "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165232"
const encodedUrl = encodeURIComponent(productUrl)

const response = await fetch(`https://data.unwrangle.com/api/getter/?platform=fergusonhome_detail&url=${encodedUrl}&page=1&api_key=API_KEY`)
const data = await response.json()
console.log(data)
1
2
3
4
5
6
7
8
9
<?php
$productUrl = 'https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165232';
$encodedUrl = rawurlencode($productUrl);

$url = 'https://data.unwrangle.com/api/getter/?platform=fergusonhome_detail&url=' . $encodedUrl . '&page=1&api_key=API_KEY';
$response = file_get_contents($url);
$data = json_decode($response, true);
print_r($data);
?>
1
2
3
4
5
6
7
8
9
require 'net/http'
require 'uri'

product_url = 'https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165232'
encoded_url = URI.encode_www_form_component(product_url)

uri = URI.parse("https://data.unwrangle.com/api/getter/?platform=fergusonhome_detail&url=#{encoded_url}&page=1&api_key=API_KEY")
response = Net::HTTP.get(uri)
puts response

Query Parameters

Product URL

url

Required

Fully qualified Ferguson Home product URL. Must be URL-encoded. We recommend encoding with `encodeURIComponent`, `quote`, or `rawurlencode` to avoid 400 errors.

Request Options

page

Optional

Module page index for multi-section payloads. Defaults to 1. Leave unset unless you are exploring paginated modules introduced in future releases.

Authentication

platform

Required

Specify fergusonhome_detail to trigger the Ferguson Home product parser.

api_key

Required

Your Unwrangle API key. Pass it as a query parameter or include it in the Authorization: Token <api_key> header.

Batch-ready

Send multiple product URLs in one call using POST https://data.unwrangle.com/api/batch_getter/. Combine up to 20 payloads, each shaped like {"platform": "fergusonhome_detail", "url": "..."}. Credits are charged per payload inside the batch.

Response Attributes

Attribute Type Description
id int Ferguson Home product identifier
name string Product title exactly as shown on FergusonHome.com
url string Canonical Ferguson Home product URL
brand string Brand name displayed on the PDP
brand_url string/null Link to the brand page on FergusonHome.com
categories[] array Breadcrumb categories with names and URLs
base_category string Top-level product category
business_category string Business-level category classification
price float Current selling price
price_range.min / price_range.max float Price range for configurable products
currency string Currency code (e.g., USD)
images[] array High-resolution product imagery URLs
videos[] array Hosted product videos (if present)
has_free_installation boolean Indicates if free installation is available
has_recommended_options boolean Indicates if recommended accessories are available
is_configurable boolean Whether the listing supports variant selection
has_accessories boolean Indicates if accessories are available
shipping_fee float/null Shipping cost for the product
base_type string Base product type classification
description string HTML-formatted product description
is_discontinued boolean Indicates if product is discontinued
resources[] array Downloadable resources such as installation guides and spec sheets
review_count int Number of customer reviews
total_reviews int Total count of reviews
rating float/null Average shopper rating
questions_count int Number of customer Q&A entries
has_variant_groups boolean Indicates if product has variant groupings
has_replacement_parts boolean Indicates if replacement parts are available
configuration_type string Configuration type (e.g., NO_CONFIGURATION)
replacement_parts_url string/null URL to replacement parts page
related_categories[] array Related category links with IDs, names, and URLs
recommended_options[] array Recommended accessories with labels and images
product_type string Product type classification
application string Product application category
brand_logo object Brand logo URL and description
is_by_appointment_only boolean Indicates if product requires appointment
collection object/null Collection metadata with name, URL, and description
warranty string HTML-formatted warranty information
variants[] array Variant records with complete details
variants[].id int Variant identifier
variants[].name string Variant name (e.g., color)
variants[].model_number string Variant-specific model number
variants[].images[] array Variant-specific images
variants[].url string Direct URL to variant
variants[].inventory_quantity int Stock quantity for variant
variants[].color string Hex color code for variant swatch
variants[].has_free_shipping boolean Indicates if variant has free shipping
variants[].is_made_to_order boolean Indicates if variant is made to order
variants[].is_quick_ship boolean Indicates if variant is eligible for quick shipping
variants[].in_stock boolean Indicates if variant is in stock
variants[].availability_status string Availability state (e.g., in_stock, discontinued)
variants[].shipping_lead_time string Shipping lead time message
variants[].estimated_delivery string Estimated delivery message
variants[].shipping_message string Shipping promotional message
variants[].shipping_info[] array Array of shipping-related messages
variants[].price float Variant price
variants[].currency string Currency for variant price
variants[].image_info object Detailed image metadata
variants[].bundle_items[] array Bundle component items (if applicable)
has_in_stock_variants boolean Indicates if any variants are in stock
all_variants_in_stock boolean Indicates if all variants are in stock
total_inventory_quantity int Aggregate inventory count across variants
variant_count int Total number of variants
in_stock_variant_count int Number of variants currently in stock
price_range object Price range object with min, max, and has_range
feature_groups[] array Grouped features with names and feature arrays
specifications object Detailed specification data as key-value pairs
attribute_ids[] array Internal attribute ID mappings
upc string/null Universal Product Code
barcode string/null Product barcode
certifications[] array Product certifications (e.g., ASME, CSA)
country_of_origin string Manufacturing country
manufacturer_warranty string Warranty terms summary
dimensions object Product dimensions with height, length, width
credits_used float Credits deducted for the request

Response Example

{
    "success": true,
    "platform": "fergusonhome_detail",
    "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165232",
    "result_count": 1,
    "detail": {
        "id": 560423,
        "name": "Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes",
        "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423",
        "brand": "Kohler",
        "brand_url": "https://www.fergusonhome.com/kohler/c109301",
        "model_number": "K-2362-8",
        "categories": [
            {
                "name": "Brands",
                "url": "https://www.fergusonhome.com/brands/c109293"
            },
            {
                "name": "Kohler",
                "url": "https://www.fergusonhome.com/kohler/c109301"
            },
            {
                "name": "Bathroom Sinks",
                "url": "https://www.fergusonhome.com/kohler-bathroom-sinks/c109354"
            }
        ],
        "base_category": "Plumbing",
        "business_category": "Bathroom Sinks",
        "price": 382.45,
        "images": [
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1133.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1134.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1135.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1136.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1137.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1138.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1139.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1140.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1141.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1142.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1143.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1144.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1145.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1146.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1147.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1148.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1149.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1150.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1151.jpg",
            "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-alternate-image-1152.jpg"
        ],
        "videos": [],
        "has_free_installation": false,
        "has_recommended_options": true,
        "is_configurable": false,
        "has_accessories": false,
        "shipping_fee": 65,
        "currency": "USD",
        "base_type": "Sinks",
        "description": "<p><strong>Cimarron™ pedestal lavatory with 8\" centers,</strong> <br />\r\n\tWith its transitional aesthetic, the Cimarron Ensemble affords a complete design solution with ease of selection.</p><ul>\r\n\t\r\n<li>22-3/4\" x 18-7/8\" x 34-1/2\" </li>\t\r\n<li>Vitreous china </li>\t\r\n<li>Generous interior basin and deck size </li>\t\r\n<li>Pedestal designed to conceal water supplies and drain </li>\t\r\n<li>8\" centers </li>\t\r\n<li>Includes mounting hardware </li>\t\r\n<li>Combination consists of K-2363-8 Cimarron lavatory basin and K-2364 Cimarron lavatory pedestal </li>\t\r\n<li>Complements the Cimarron Ensemble</li></ul>",
        "is_discontinued": false,
        "resources": [
            {
                "name": "Installation Guide",
                "url": "https://s1.img-b.com/build.com/mediabase/specifications/kohler/560423/1020683_2.pdf",
                "id": "1020683_2"
            },
            {
                "name": "Specification Sheet",
                "url": "https://s1.img-b.com/build.com/mediabase/specifications/kohler/560423/1020683_4[1].pdf",
                "id": "1020683_4[1]"
            }
        ],
        "review_count": 4,
        "total_reviews": 4,
        "rating": 5,
        "questions_count": 7,
        "has_variant_groups": false,
        "has_replacement_parts": false,
        "configuration_type": "NO_CONFIGURATION",
        "replacement_parts_url": null,
        "related_categories": [
            {
                "id": 82046558,
                "name": "Kohler x Daniel Arsham",
                "url": "https://www.fergusonhome.com/kohler-arsham-landshapes/c82046558"
            },
            {
                "id": 82046091,
                "name": "Kohler x Studio McGee",
                "url": "https://www.fergusonhome.com/kohler-studio-mcgee/c82046091"
            },
            {
                "id": 117525,
                "name": "Kohler Shop the Room",
                "url": "https://www.fergusonhome.com/kohlerideas/c117525"
            },
            {
                "id": 116916,
                "name": "Kohler Sale",
                "url": "https://www.fergusonhome.com/kohler-sale-page/c116916"
            },
            {
                "id": 109367,
                "name": "Bathroom Faucets",
                "url": "https://www.fergusonhome.com/kohler-bathroom-faucets/c109367"
            },
            {
                "id": 109354,
                "name": "Bathroom Sinks",
                "url": "https://www.fergusonhome.com/kohler-bathroom-sinks/c109354"
            },
            {
                "id": 109355,
                "name": "Kitchen Faucets",
                "url": "https://www.fergusonhome.com/kohler-kitchen-faucets/c109355"
            }
        ],
        "recommended_options": [
            {
                "label": "Angle Supply Recommended",
                "image_url": "https://s1.img-b.com/build.com/storemedia/requiredicons/recommended_anglesupply.jpg"
            },
            {
                "label": "P-Trap Recommended",
                "image_url": "https://s1.img-b.com/build.com/storemedia/requiredicons/required_ptrap.gif"
            }
        ],
        "product_type": "Sinks",
        "application": "Bathroom Sinks",
        "brand_logo": {
            "url": "https://www.fergusonhome.com/mediabase/Manufacturers/kohler/Logo/kohler.gif",
            "description": "Kohler"
        },
        "is_by_appointment_only": false,
        "collection": {
            "name": "Cimarron",
            "url": "https://www.fergusonhome.com/collection/Kohler/Cimarron",
            "description": "With its transitional aesthetic, the Kohler Cimarron Series affords a complete design solution with ease of selection. This ensemble includes self-rimming and pedestal lavatories, a one-piece Comfort Height toilet with an elongated bowl, as well as a two-piece Comfort Height toilet in both elongated and round-front bowl configurations. Featuring Class Five technology, Cimarron Comfort Height toilets are engineered for extraordinary bulk flushing performance."
        },
        "warranty": "<strong>KOHLER® One-Year Limited Warranty</strong><br><br>\r\nKOHLER plumbing products are warranted to be free of defects in material and workmanship for one year from date of installation. <br><br>\r\nKohler Co. will, at its election, repair, replace or make appropriate adjustment where Kohler Co. inspection discloses any such defects occurring in normal usage within one (1) year after installation. Kohler Co. is not responsible for removal or installation costs. Use of in-tank toilet cleaners will void the warranty.\r\nTo obtain warranty service contact Kohler Co. either through your Dealer, Plumbing Contractor, Home Center or E-tailer, or by writing Kohler Co., Attn.: Customer Care Center, 444 Highland Drive, Kohler, WI 53044, USA, or by calling 1-800-4-KOHLER (1-800-456-4537) from within the USA and Canada, and 001-800-456-4537 from within Mexico, or visitwww.kohler.com within the USA, www.ca.kohler.com from within Canada, or www.mx.kohler.com in Mexico. <br><br>\r\n<strong>IMPLIED WARRANTIES INCLUDING THAT OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE EXPRESSLY LIMITED IN DURATION TO THE DURATION OF THIS WARRANTY. KOHLER CO. AND/OR SELLER DISCLAIM ANY LIABILITY FOR SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES. </strong>",
        "variants": [
            {
                "id": 165218,
                "name": "Almond",
                "model_number": "K-2362-8-47",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-2362-8-47.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165218",
                "inventory_quantity": 0,
                "color": "F0E9DE",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Almond",
                "swatch_gradient": "",
                "price": 382.45,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-2362-8-47.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Almond"
                },
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165219,
                "name": "Biscuit",
                "model_number": "K-2362-8-96",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-96-9288141.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165219",
                "inventory_quantity": 0,
                "color": "ded6cc",
                "has_free_shipping": false,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "in_stock",
                "shipping_lead_time": "Leaves the Warehouse in 6 to 10 weeks",
                "estimated_delivery": "Leaves the Warehouse in 6 to 10 weeks",
                "shipping_message": "Free Shipping!",
                "shipping_info": [
                    "Free Shipping!",
                    "Leaves the Warehouse in 6 to 10 weeks",
                    "Leaves the Warehouse in 6 to 10 weeks"
                ],
                "title": "Biscuit",
                "swatch_gradient": "",
                "price": 476.85,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-96-9288141.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Biscuit"
                },
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165220,
                "name": "Black",
                "model_number": "K-2362-8-7",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-7-9288141.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165220",
                "inventory_quantity": 0,
                "color": "000000",
                "has_free_shipping": false,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "in_stock",
                "shipping_lead_time": "Leaves the Warehouse in 6 to 10 weeks",
                "estimated_delivery": "Leaves the Warehouse in 6 to 10 weeks",
                "shipping_message": "Free Shipping!",
                "shipping_info": [
                    "Free Shipping!",
                    "Leaves the Warehouse in 6 to 10 weeks",
                    "Leaves the Warehouse in 6 to 10 weeks"
                ],
                "title": "Black",
                "swatch_gradient": "",
                "price": 548.06,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-7-9288141.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Black"
                },
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165221,
                "name": "Cashmere",
                "model_number": "K-2362-8-K4",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_k4.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165221",
                "inventory_quantity": 0,
                "color": "dacdc5",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Cashmere",
                "swatch_gradient": "",
                "price": 336.35,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_k4.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Cashmere"
                },
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 1741705,
                "name": "Dune",
                "model_number": "K-2362-8-NY",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler_k_2362_8_ny_2493.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=1741705",
                "inventory_quantity": 0,
                "color": "EFDBBC",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Dune",
                "swatch_gradient": "",
                "price": 374.9,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler_k_2362_8_ny_2493.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Dune"
                },
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165222,
                "name": "Ice Grey",
                "model_number": "K-2362-8-95",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-2362-8-95.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165222",
                "inventory_quantity": 0,
                "color": "f8f9fa",
                "has_free_shipping": false,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Ice Grey",
                "swatch_gradient": "",
                "price": 491.4,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-2362-8-95.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Ice Grey"
                },
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165223,
                "name": "Innocent Blush",
                "model_number": "K-2362-8-55",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_55.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165223",
                "inventory_quantity": 0,
                "color": "f0dde1",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Innocent Blush",
                "swatch_gradient": "",
                "price": 336.35,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_55.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Innocent Blush"
                },
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165224,
                "name": "Mexican Sand",
                "model_number": "K-2362-8-33",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_33.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165224",
                "inventory_quantity": 0,
                "color": "C5A781",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Mexican Sand",
                "swatch_gradient": "",
                "price": 336.35,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_33.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Mexican Sand"
                },
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165225,
                "name": "Navy",
                "model_number": "K-2362-8-52",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/k_2362_8_52.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165225",
                "inventory_quantity": 0,
                "color": "87cce6",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Navy",
                "swatch_gradient": "",
                "price": 419.9,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/k_2362_8_52.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Navy"
                },
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165226,
                "name": "Sandbar",
                "model_number": "K-2362-8-G9",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-2362-8-g9.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165226",
                "inventory_quantity": 0,
                "color": "CEC7B7",
                "has_free_shipping": false,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Sandbar",
                "swatch_gradient": "",
                "price": 491.4,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-2362-8-g9.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Sandbar"
                },
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165227,
                "name": "Seafoam Green",
                "model_number": "K-2362-8 -71",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_71.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165227",
                "inventory_quantity": 0,
                "color": "80bf90",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Seafoam Green",
                "swatch_gradient": "",
                "price": 315.15,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_71.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Seafoam Green"
                },
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165228,
                "name": "Skylight",
                "model_number": "K-2362-8-6",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_6.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165228",
                "inventory_quantity": 0,
                "color": "D5D9E5",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Skylight",
                "swatch_gradient": "",
                "price": 365.15,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_6.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Skylight"
                },
                "bundle_items": [
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    },
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    }
                ]
            },
            {
                "id": 165229,
                "name": "Sunlight",
                "model_number": "K-2362-8-Y2",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_y2.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165229",
                "inventory_quantity": 0,
                "color": "fff7a3",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Sunlight",
                "swatch_gradient": "",
                "price": 365.15,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_y2.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Sunlight"
                },
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165230,
                "name": "Thunder Grey",
                "model_number": "K-2362-8-58",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/k_2362_8_58.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165230",
                "inventory_quantity": 0,
                "color": "5D5956",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Thunder Grey",
                "swatch_gradient": "",
                "price": 386.75,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/k_2362_8_58.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Thunder Grey"
                },
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165231,
                "name": "Timberline",
                "model_number": "K-2362-8 -97",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/404images/noimage.gif"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165231",
                "inventory_quantity": 0,
                "color": "80bf90",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Timberline",
                "swatch_gradient": "",
                "price": 362.5,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/404images/noimage.gif",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Timberline"
                },
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165232,
                "name": "White",
                "model_number": "K-2362-8-0",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-0-9288141.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165232",
                "inventory_quantity": 149,
                "color": "ffffff",
                "has_free_shipping": false,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": true,
                "availability_status": "in_stock",
                "shipping_lead_time": "Leaves the Warehouse Today, October 6th",
                "estimated_delivery": "Leaves the Warehouse Today, October 6th",
                "shipping_message": "Free Shipping!",
                "shipping_info": [
                    "Free Shipping!",
                    "Leaves the Warehouse Today, October 6th",
                    "Leaves the Warehouse Today, October 6th"
                ],
                "title": "White",
                "swatch_gradient": "",
                "price": 366.75,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2362-8-0-9288141.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes White"
                },
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            },
            {
                "id": 165233,
                "name": "Wild Rose",
                "model_number": "K-2362-8-45",
                "images": [
                    "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_45.jpg"
                ],
                "url": "https://www.fergusonhome.com/kohler-k-2362-8/s560423?uid=165233",
                "inventory_quantity": 0,
                "color": "e85454",
                "has_free_shipping": true,
                "is_made_to_order": false,
                "is_quick_ship": false,
                "in_stock": false,
                "availability_status": "discontinued",
                "shipping_lead_time": "",
                "estimated_delivery": "",
                "shipping_message": "",
                "shipping_info": [],
                "title": "Wild Rose",
                "swatch_gradient": "",
                "price": 365.15,
                "currency": "USD",
                "image_info": {
                    "url": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/aaa37425_45.jpg",
                    "type": "private",
                    "description": "Kohler Cimarron Pedestal Bathroom Sink with 8\" Widespread Faucet Holes Wild Rose"
                },
                "bundle_items": [
                    {
                        "name": "Kohler k-2363-8-0",
                        "model_number": "k-2363-8",
                        "url": "https://www.fergusonhome.com/kohler-k-2363-8/s560606?uid=222130",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2363-8-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222130,
                        "family_id": 560606
                    },
                    {
                        "name": "Kohler K-2364-0",
                        "model_number": "K-2364",
                        "url": "https://www.fergusonhome.com/kohler-k-2364/s560246?uid=222134",
                        "quantity": 1,
                        "price": 183.37,
                        "image": "https://www.fergusonhome.com/content/dam/ferguson/product/kohler/kohler-k-2364-0-9288141.jpg",
                        "is_configurable": true,
                        "finish_id": 222134,
                        "family_id": 560246
                    }
                ]
            }
        ],
        "has_in_stock_variants": true,
        "all_variants_in_stock": false,
        "total_inventory_quantity": 149,
        "variant_count": 17,
        "in_stock_variant_count": 1,
        "price_range": {
            "min": 315.15,
            "max": 548.06,
            "has_range": true
        },
        "feature_groups": [
            {
                "name": "Dimensions and Measurements",
                "features": [
                    {
                        "name": "Basin Depth",
                        "value": "3.625",
                        "units": "in.",
                        "description": "The distance from the basin bottom to the basin top, measured in inches.",
                        "featured": false
                    },
                    {
                        "name": "Basin Length",
                        "value": "21",
                        "units": "in.",
                        "description": "The distance from the left inner basin wall to the right inner basin wall, measured in inches.",
                        "featured": false
                    },
                    {
                        "name": "Basin Width",
                        "value": "12.75",
                        "units": "in.",
                        "description": "The distance from the back of the inner basin wall to the front of the inner basin wall, measured in inches.",
                        "featured": false
                    },
                    {
                        "name": "Drain Connection",
                        "value": "1.75",
                        "units": "in.",
                        "description": "The straight line distance from edge to edge of the drain's connection, measured in inches.",
                        "featured": false
                    },
                    {
                        "name": "Faucet Centers",
                        "value": "8",
                        "units": "in.",
                        "description": "The overall distance between installation holes used for the faucet's handles, measured in inches. Single hole faucets will have a faucet center of 0\".",
                        "featured": false
                    },
                    {
                        "name": "Faucet Hole Size",
                        "value": "1.375",
                        "units": "in.",
                        "description": "The straight line distance measured from edge to edge through the center of the hole required for installation, measured in inches.",
                        "featured": false
                    },
                    {
                        "name": "Height",
                        "value": "34.5",
                        "units": "in.",
                        "description": "The vertical measurement from bottom to top, measured in inches.",
                        "featured": false
                    },
                    {
                        "name": "Length",
                        "value": "22.75",
                        "units": "in.",
                        "description": "The distance of the product's longest side, measured in inches.",
                        "featured": true
                    },
                    {
                        "name": "Nominal Length",
                        "value": "23",
                        "units": "in.",
                        "description": "The overall length of the longest side rounded to the nearest industry standard size, measured in inches.",
                        "featured": false
                    },
                    {
                        "name": "Sink Height",
                        "value": "7.6875",
                        "units": "in.",
                        "description": "The vertical measurement from the bottom to the top of the sink (not the inner basin), measured in inches.",
                        "featured": false
                    },
                    {
                        "name": "Sink Length",
                        "value": "22.75",
                        "units": "in.",
                        "description": "The horizontal measurement from left to right of the sink (not the inner basin), measured in inches.",
                        "featured": false
                    },
                    {
                        "name": "Sink Width",
                        "value": "18.875",
                        "units": "in.",
                        "description": "The horizontal measurement from back to front of the sink (not the inner basin), measured in inches.",
                        "featured": false
                    },
                    {
                        "name": "Width",
                        "value": "18.875",
                        "units": "in.",
                        "description": "The horizontal measurement from left to right, measured in inches.",
                        "featured": true
                    }
                ]
            },
            {
                "name": "Included Components",
                "features": [
                    {
                        "name": "Base Included",
                        "value": "Yes",
                        "units": null,
                        "description": "Indicates whether a base is included with this product.",
                        "featured": false
                    },
                    {
                        "name": "Drain Assembly Included",
                        "value": "No",
                        "units": null,
                        "description": "Whether the necessary drain hardware (assembly) is included.",
                        "featured": false
                    },
                    {
                        "name": "Faucet Included",
                        "value": "No",
                        "units": null,
                        "description": "Whether one or more faucets are included.",
                        "featured": false
                    },
                    {
                        "name": "Installation Hardware Included",
                        "value": "Yes",
                        "units": null,
                        "description": "Whether the necessary hardware to properly install the product is included.",
                        "featured": false
                    },
                    {
                        "name": "Pedestal Included",
                        "value": "Yes",
                        "units": null,
                        "description": "Whether a pedestal is included with the product.",
                        "featured": false
                    },
                    {
                        "name": "Towel Bar Included",
                        "value": "No",
                        "units": null,
                        "description": "Whether one or more towel bars are included with this product.",
                        "featured": false
                    }
                ]
            },
            {
                "name": "Characteristics and Features",
                "features": [
                    {
                        "name": "Assembly Required",
                        "value": "Yes",
                        "units": null,
                        "description": "Whether at home assembly is required for this product.",
                        "featured": false
                    },
                    {
                        "name": "Base Material",
                        "value": "Vitreous China",
                        "units": null,
                        "description": "The primary material used in the construction of the base of the product.",
                        "featured": false
                    },
                    {
                        "name": "Drain Placement",
                        "value": "Rear",
                        "units": null,
                        "description": "The manufactured location where the drain will be installed.",
                        "featured": false
                    },
                    {
                        "name": "Faucet Holes",
                        "value": "3",
                        "units": null,
                        "description": "The number of holes required to install the faucet or the number of pre-drilled holes included to install a faucet.",
                        "featured": true
                    },
                    {
                        "name": "Faucet Mounting Type",
                        "value": "Widespread",
                        "units": null,
                        "description": "The faucets mounting type as determined by where and how the handles and spout are oriented to each other.",
                        "featured": false
                    },
                    {
                        "name": "Installation Type",
                        "value": "Pedestal",
                        "units": null,
                        "description": "The intended configuration for the products installed application as determined by the manufacturer.",
                        "featured": true
                    },
                    {
                        "name": "Material",
                        "value": "Vitreous China",
                        "units": null,
                        "description": "The material(s) used in the construction of the product.",
                        "featured": true
                    },
                    {
                        "name": "Mounting Type",
                        "value": "Widespread",
                        "units": null,
                        "description": "The faucets mounting type is determined by where and how the handles and spout are oriented to each other.",
                        "featured": false
                    },
                    {
                        "name": "Number Of Basins",
                        "value": "1",
                        "units": null,
                        "description": "The total number of sink basins included.",
                        "featured": false
                    },
                    {
                        "name": "Overflow",
                        "value": "Yes",
                        "units": null,
                        "description": "Whether the overflow drain is constructed into the basin wall to help prevent water from overflowing to the floor.",
                        "featured": false
                    },
                    {
                        "name": "Shelves Included",
                        "value": "No",
                        "units": null,
                        "description": "Whether shelves are included with this product.",
                        "featured": false
                    },
                    {
                        "name": "Sink Material",
                        "value": "Vitreous China",
                        "units": null,
                        "description": "The material(s) used in the construction of the sink.",
                        "featured": false
                    },
                    {
                        "name": "Sink Shape",
                        "value": "Rectangular",
                        "units": null,
                        "description": "The constructed shape of this sink.",
                        "featured": true
                    },
                    {
                        "name": "Theme",
                        "value": "Modern",
                        "units": null,
                        "description": "The collective style or motif of which this product is based, as determined by its distinctive traits and features. Theme's can be subjective, so some products may include more than one theme.",
                        "featured": false
                    }
                ]
            },
            {
                "name": "Warranty and Product Information",
                "features": [
                    {
                        "name": "ADA",
                        "value": "No",
                        "units": null,
                        "description": "Whether this product is certified as meeting the guidelines set forth by the Americans with Disabilities Act (ADA), which allow users with physical or other disabilities to use the product independently.",
                        "featured": false
                    },
                    {
                        "name": "ASME Code",
                        "value": "A112.19.2",
                        "units": null,
                        "description": "The ASME Certification for this product.",
                        "featured": false
                    },
                    {
                        "name": "Certifications",
                        "value": "ASME, CSA",
                        "units": null,
                        "description": "The certifications this product has received.",
                        "featured": false
                    },
                    {
                        "name": "Collection",
                        "value": "Cimarron",
                        "units": null,
                        "description": "A manufacturer's grouping of items that match, coordinate, or complement each other.",
                        "featured": false
                    },
                    {
                        "name": "Country Of Origin",
                        "value": "USA",
                        "units": null,
                        "description": "The country of manufacture or assembly for the product, before it was shipped to the USA for sale.",
                        "featured": false
                    },
                    {
                        "name": "CSA Code",
                        "value": "B45.1",
                        "units": null,
                        "description": "The CSA Certification for this product.",
                        "featured": false
                    },
                    {
                        "name": "Made in America",
                        "value": "Yes",
                        "units": null,
                        "description": "Whether this product was manufactured in the United States of America.",
                        "featured": false
                    },
                    {
                        "name": "Manufacturer Warranty",
                        "value": "1 Year Limited",
                        "units": null,
                        "description": "The terms and conditions of the warranty provided for the product from the manufacturer.",
                        "featured": false
                    },
                    {
                        "name": "Product Variation",
                        "value": "Bathroom Sink",
                        "units": null,
                        "description": "The type of product this item is.",
                        "featured": false
                    }
                ]
            }
        ],
        "specifications": {
            "basin_depth": {
                "value": "3.625",
                "units": "in.",
                "description": "The distance from the basin bottom to the basin top, measured in inches."
            },
            "basin_length": {
                "value": "21",
                "units": "in.",
                "description": "The distance from the left inner basin wall to the right inner basin wall, measured in inches."
            },
            "basin_width": {
                "value": "12.75",
                "units": "in.",
                "description": "The distance from the back of the inner basin wall to the front of the inner basin wall, measured in inches."
            },
            "drain_connection": {
                "value": "1.75",
                "units": "in.",
                "description": "The straight line distance from edge to edge of the drain's connection, measured in inches."
            },
            "faucet_centers": {
                "value": "8",
                "units": "in.",
                "description": "The overall distance between installation holes used for the faucet's handles, measured in inches. Single hole faucets will have a faucet center of 0\"."
            },
            "faucet_hole_size": {
                "value": "1.375",
                "units": "in.",
                "description": "The straight line distance measured from edge to edge through the center of the hole required for installation, measured in inches."
            },
            "height": {
                "value": "34.5",
                "units": "in.",
                "description": "The vertical measurement from bottom to top, measured in inches."
            },
            "length": {
                "value": "22.75",
                "units": "in.",
                "description": "The distance of the product's longest side, measured in inches."
            },
            "nominal_length": {
                "value": "23",
                "units": "in.",
                "description": "The overall length of the longest side rounded to the nearest industry standard size, measured in inches."
            },
            "sink_height": {
                "value": "7.6875",
                "units": "in.",
                "description": "The vertical measurement from the bottom to the top of the sink (not the inner basin), measured in inches."
            },
            "sink_length": {
                "value": "22.75",
                "units": "in.",
                "description": "The horizontal measurement from left to right of the sink (not the inner basin), measured in inches."
            },
            "sink_width": {
                "value": "18.875",
                "units": "in.",
                "description": "The horizontal measurement from back to front of the sink (not the inner basin), measured in inches."
            },
            "width": {
                "value": "18.875",
                "units": "in.",
                "description": "The horizontal measurement from left to right, measured in inches."
            },
            "base_included": {
                "value": "Yes",
                "units": null,
                "description": "Indicates whether a base is included with this product."
            },
            "drain_assembly_included": {
                "value": "No",
                "units": null,
                "description": "Whether the necessary drain hardware (assembly) is included."
            },
            "faucet_included": {
                "value": "No",
                "units": null,
                "description": "Whether one or more faucets are included."
            },
            "installation_hardware_included": {
                "value": "Yes",
                "units": null,
                "description": "Whether the necessary hardware to properly install the product is included."
            },
            "pedestal_included": {
                "value": "Yes",
                "units": null,
                "description": "Whether a pedestal is included with the product."
            },
            "towel_bar_included": {
                "value": "No",
                "units": null,
                "description": "Whether one or more towel bars are included with this product."
            },
            "assembly_required": {
                "value": "Yes",
                "units": null,
                "description": "Whether at home assembly is required for this product."
            },
            "base_material": {
                "value": "Vitreous China",
                "units": null,
                "description": "The primary material used in the construction of the base of the product."
            },
            "drain_placement": {
                "value": "Rear",
                "units": null,
                "description": "The manufactured location where the drain will be installed."
            },
            "faucet_holes": {
                "value": "3",
                "units": null,
                "description": "The number of holes required to install the faucet or the number of pre-drilled holes included to install a faucet."
            },
            "faucet_mounting_type": {
                "value": "Widespread",
                "units": null,
                "description": "The faucets mounting type as determined by where and how the handles and spout are oriented to each other."
            },
            "installation_type": {
                "value": "Pedestal",
                "units": null,
                "description": "The intended configuration for the products installed application as determined by the manufacturer."
            },
            "material": {
                "value": "Vitreous China",
                "units": null,
                "description": "The material(s) used in the construction of the product."
            },
            "mounting_type": {
                "value": "Widespread",
                "units": null,
                "description": "The faucets mounting type is determined by where and how the handles and spout are oriented to each other."
            },
            "number_of_basins": {
                "value": "1",
                "units": null,
                "description": "The total number of sink basins included."
            },
            "overflow": {
                "value": "Yes",
                "units": null,
                "description": "Whether the overflow drain is constructed into the basin wall to help prevent water from overflowing to the floor."
            },
            "shelves_included": {
                "value": "No",
                "units": null,
                "description": "Whether shelves are included with this product."
            },
            "sink_material": {
                "value": "Vitreous China",
                "units": null,
                "description": "The material(s) used in the construction of the sink."
            },
            "sink_shape": {
                "value": "Rectangular",
                "units": null,
                "description": "The constructed shape of this sink."
            },
            "theme": {
                "value": "Modern",
                "units": null,
                "description": "The collective style or motif of which this product is based, as determined by its distinctive traits and features. Theme's can be subjective, so some products may include more than one theme."
            },
            "ada": {
                "value": "No",
                "units": null,
                "description": "Whether this product is certified as meeting the guidelines set forth by the Americans with Disabilities Act (ADA), which allow users with physical or other disabilities to use the product independently."
            },
            "asme_code": {
                "value": "A112.19.2",
                "units": null,
                "description": "The ASME Certification for this product."
            },
            "certifications": {
                "value": "ASME, CSA",
                "units": null,
                "description": "The certifications this product has received."
            },
            "collection": {
                "value": "Cimarron",
                "units": null,
                "description": "A manufacturer's grouping of items that match, coordinate, or complement each other."
            },
            "country_of_origin": {
                "value": "USA",
                "units": null,
                "description": "The country of manufacture or assembly for the product, before it was shipped to the USA for sale."
            },
            "csa_code": {
                "value": "B45.1",
                "units": null,
                "description": "The CSA Certification for this product."
            },
            "made_in_america": {
                "value": "Yes",
                "units": null,
                "description": "Whether this product was manufactured in the United States of America."
            },
            "manufacturer_warranty": {
                "value": "1 Year Limited",
                "units": null,
                "description": "The terms and conditions of the warranty provided for the product from the manufacturer."
            },
            "product_variation": {
                "value": "Bathroom Sink",
                "units": null,
                "description": "The type of product this item is."
            }
        },
        "attribute_ids": [
            {
                "name": "Basin Depth",
                "value": "105"
            },
            {
                "name": "Basin Length",
                "value": "110"
            },
            {
                "name": "Basin Width",
                "value": "115"
            },
            {
                "name": "Drain Connection",
                "value": "4049"
            },
            {
                "name": "Faucet Centers",
                "value": "634"
            },
            {
                "name": "Faucet Hole Size",
                "value": "635"
            },
            {
                "name": "Height",
                "value": "803"
            },
            {
                "name": "Length",
                "value": "997"
            },
            {
                "name": "Nominal Length",
                "value": "2730"
            },
            {
                "name": "Sink Height",
                "value": "1530"
            },
            {
                "name": "Sink Length",
                "value": "6571"
            },
            {
                "name": "Sink Width",
                "value": "1536"
            },
            {
                "name": "Width",
                "value": "1837"
            },
            {
                "name": "Base Included",
                "value": "6814"
            },
            {
                "name": "Drain Assembly Included",
                "value": "3401"
            },
            {
                "name": "Faucet Included",
                "value": "637"
            },
            {
                "name": "Installation Hardware Included",
                "value": "8818"
            },
            {
                "name": "Pedestal Included",
                "value": "5536"
            },
            {
                "name": "Towel Bar Included",
                "value": "9122"
            },
            {
                "name": "Assembly Required",
                "value": "1957"
            },
            {
                "name": "Base Material",
                "value": "6818"
            },
            {
                "name": "Drain Placement",
                "value": "492"
            },
            {
                "name": "Faucet Holes",
                "value": "636"
            },
            {
                "name": "Faucet Mounting Type",
                "value": "6396"
            },
            {
                "name": "Installation Type",
                "value": "919"
            },
            {
                "name": "Material",
                "value": "1048"
            },
            {
                "name": "Mounting Type",
                "value": "4745"
            },
            {
                "name": "Number Of Basins",
                "value": "1186"
            },
            {
                "name": "Overflow",
                "value": "1300"
            },
            {
                "name": "Shelves Included",
                "value": "9324"
            },
            {
                "name": "Sink Material",
                "value": "5416"
            },
            {
                "name": "Sink Shape",
                "value": "1535"
            },
            {
                "name": "Theme",
                "value": "1657"
            },
            {
                "name": "ADA",
                "value": "22"
            },
            {
                "name": "ASME Code",
                "value": "4402"
            },
            {
                "name": "Certifications",
                "value": "6122"
            },
            {
                "name": "Collection",
                "value": "335"
            },
            {
                "name": "Country Of Origin",
                "value": "384"
            },
            {
                "name": "CSA Code",
                "value": "4411"
            },
            {
                "name": "Made in America",
                "value": "5676"
            },
            {
                "name": "Manufacturer Warranty",
                "value": "2592"
            },
            {
                "name": "Product Variation",
                "value": "9466"
            }
        ],
        "upc": null,
        "barcode": null,
        "certifications": [
            "ASME",
            "CSA"
        ],
        "country_of_origin": "USA",
        "manufacturer_warranty": "1 Year Limited",
        "dimensions": {
            "height": "34.5 in.",
            "length": "22.75 in.",
            "width": "18.875 in."
        }
    },
    "credits_used": 2,
    "remaining_credits": 9952692.0
}

Request Cost

10 credits are deducted for each successful request.

Support

Need a custom attribute or additional module? Drop us a line at support@unwrangle.com