API Reference

Event Payload (Example)

The webhook payload for updating status directly. This webhook payload is triggered when there is a change in the status of a product. The status change can vary and includes updates such as "Inactive", "Active", and "Discontinued".

{
  "type": "product_status_updated",
  "action_date": "06/20/2025 02:01:59",
  "payload": [
    {
      "product_id": 102689,
      "sku": "AER7339AUB",
      "brand_id": 1,
      "status": "Active"
    }
  ]
}

This webhook payload is used to directly update pricing information, covering various pricing standards such as MAP (Minimum Advertised Price), MSRP (Manufacturer's Suggested Retail Price), UMRP (Unilateral Minimum Resale Price), PMAP (Promo Minimum Advertised Price), and LRP (Lowest Retail Price).
The updates are dynamic and depend on the specific pricing attribute being modified.

MAP (Minimum Advertised Price)

{
  "type": "pricing_updated",
  "action_date": "06/19/2025 22:19:20",
  "payload": [
    {
      "product_id": 645,
      "sku": "DAR110A1BSLDD",
      "brand_id": 11,
      "map": "929.99"
    }
  ]
}

MSRP (Manufacturer’s Suggested Retail Price)

{
  "type": "pricing_updated",
  "action_date": "06/19/2025 22:19:20",
  "payload": [
    {
      "product_id": 645,
      "sku": "DAR110A1BSLDD",
      "brand_id": 11,
      "msrp": "949.99"
    }
  ]
}

UMRP (Unilateral Minimum Resale Price)

{
  "type": "pricing_updated",
  "action_date": "06/19/2025 22:19:20",
  "payload": [
    {
      "product_id": 645,
      "sku": "DAR110A1BSLDD",
      "brand_id": 11,
      "umrp": "909.99"
    }
  ]
}

This webhook payload is specifically designed for direct updates to a product’s LAP (Lowest Advertised Price) and LCP (Lowest Cart Price). It enables real-time synchronization of competitive pricing data across retail platforms, ensuring that the most up-to-date and competitive pricing information is readily available.

{
  "type": "lap_lcp_updated",
  "action_date": "06/23/2025 21:24:06",
  "payload": [
    {
      "product_id": 367,
      "sku": "WRT541SZHV",
      "brand_id": 46,
      "zipcode": "MO",
      "lcp_desc": "lcp/lap edit manual",
      "in_stock_status": 1,
      "lap": {
        "lowest_price": 1208,
        "lowes_price": 0,
        "lowes_last_updated": "06/23/2025 21:21:52",
        "homedepot_price": 1208,
        "homedepot_last_updated": "06/23/2025 21:21:52",
        "bestbuy_price": 1214.99,
        "bestbuy_last_updated": "06/23/2025 21:21:52",
        "ajmadison_price": 0,
        "ajmadison_last_updated": "06/23/2025 21:21:52"
      },
      "lcp": {
        "lowest_price": 0,
        "lowes_price": 0,
        "lowes_last_updated": "06/23/2025 21:21:52",
        "homedepot_price": 0,
        "homedepot_last_updated": "06/23/2025 21:21:52",
        "bestbuy_price": 0,
        "bestbuy_last_updated": "06/23/2025 21:21:52",
        "ajmadison_price": 0,
        "ajmadison_last_updated": "06/23/2025 21:21:52"
      }
    }
  ]
}

This webhook payload is designed for notifying newly published product data. It provides comprehensive information about the product, including descriptions, pricing, and multimedia content, to ensure that all relevant systems and platforms are updated with the latest product offerings.

{
  "type": "product_created",
  "action_date": "06/19/2025 11:51:57",
  "payload": [
    {
      "product_id": 2,
      "sku": "HCM7SMWW",
      "alternate_sku": null,
      "replaced_sku": null,
      "is_multi_brand": 0,
      "link": "https://www.geappliances.com/appliance/Hotpoint-7-1-Cu-Ft-Manual-Defrost-Chest-Freezer-HCM7SMWW",
      "upc": "084691831969",
      "color": "White",
      "name": "7.1 Cu. Ft. Manual Defrost Chest Freezer",
      "built_in": "Uncategorized",
      "basic_description": "7.1 Cu. Ft. Manual Defrost Chest Freezer",
      "long_description": "Hotpoint Chest Freezer with 7.1 Cu. Ft. capacity and Manual Defrost in White",
      "product_type": "Appliance Product",
      "image": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605970.webp",
      "status": "Active",
      "price": {
        "map": 0,
        "pmap": 0,
        "pmap_start_date": null,
        "pmap_end_date": null,
        "lrp": 0,
        "lrp_last_updated": null,
        "map_last_updated": null,
        "msrp": 0,
        "msrp_last_updated": null,
        "umrp": 0,
        "umrp_last_updated": null,
        "in_stock_status": 0,
        "zipcode": "MO",
        "lcp_desc": null,
        "lap": {
          "lowest_price": 0,
          "lowes_price": 0,
          "lowes_last_updated": "02/27/2025 20:17:57",
          "homedepot_price": 0,
          "homedepot_last_updated": "02/27/2025 20:17:57",
          "bestbuy_price": 0,
          "bestbuy_last_updated": "02/27/2025 20:17:57",
          "ajmadison_price": 0,
          "ajmadison_last_updated": null
        },
        "lcp": {
          "lowest_price": 0,
          "lowes_price": 0,
          "lowes_last_updated": "02/27/2025 20:17:57",
          "homedepot_price": 0,
          "homedepot_last_updated": "02/27/2025 20:17:57",
          "bestbuy_price": 0,
          "bestbuy_last_updated": "02/27/2025 20:17:57",
          "ajmadison_price": 0,
          "ajmadison_last_updated": "02/27/2025 20:17:57"
        }
      },
      "brand": {
        "brand_id": 19,
        "brand_name": "Hotpoint",
        "brand_slug": "hotpoint",
        "brand_image": "https://assets.appliance-data.com/assets/brands/429373-hotpoint.webp",
        "brand_banner": "https://assets.appliance-data.com/assets/brands/453883-hotpoint-background.webp",
        "brand_manufacturer": "GE",
        "brand_group": "GE",
        "manual_brand": 0
      },
      "category": {
        "category_id": 6,
        "category_name": "Refrigeration",
        "category_slug": "refrigeration",
        "category_image": "https://assets.appliance-data.com/assets/category/436674-refrigeration.webp"
      },
      "subcategory": {
        "subcategory_id": 16,
        "subcategory_name": "Freezers",
        "subcategory_slug": "freezers",
        "subcategory_image": "https://assets.appliance-data.com/assets/subcategory/996378-freezers.webp"
      },
      "detail_category": {
        "detail_category_id": 103,
        "detail_category_name": "Chest Freezers",
        "detail_category_slug": "chest-freezers",
        "detail_category_image": "https://assets.appliance-data.com/assets/detail-category/394425-chest-freezers.webp"
      },
      "product_images": [
        {
          "id": 90605970,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605970.webp",
          "priority": 1,
          "content_length": "0 kb"
        },
        {
          "id": 90605971,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605971.webp",
          "priority": 2,
          "content_length": "0 kb"
        },
        {
          "id": 90605972,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605972.webp",
          "priority": 3,
          "content_length": "0 kb"
        },
        {
          "id": 90605973,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605973.webp",
          "priority": 4,
          "content_length": "0 kb"
        },
        {
          "id": 90605975,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605975.webp",
          "priority": 5,
          "content_length": "0 kb"
        },
        {
          "id": 90605976,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605976.webp",
          "priority": 6,
          "content_length": "0 kb"
        }
      ],
      "product_documents": [
        {
          "id": 90605977,
          "url": "https://assets.appliance-data.com/assets/docs/HCM7SMWW-90605977.pdf",
          "role": "Quick Specs",
          "priority": 1,
          "content_length": "138.08 KB"
        },
        {
          "id": 90605978,
          "url": "https://assets.appliance-data.com/assets/docs/HCM7SMWW-90605978.pdf",
          "role": "Installation Instructions",
          "priority": 2,
          "content_length": "247.67 KB"
        },
        {
          "id": 90605979,
          "url": "https://assets.appliance-data.com/assets/docs/HCM7SMWW-90605979.pdf",
          "role": "Energy Guide",
          "priority": 3,
          "content_length": "107.06 KB"
        }
      ],
      "product_video_youtube": [],
      "product_asset_360": [],
      "product_feature": [
        {
          "value": "Easy-access defrost drain",
          "description": null,
          "image": null
        },
        {
          "value": "\"Power On\" indicator light",
          "description": null,
          "image": null
        },
        {
          "value": "Removable basket",
          "description": null,
          "image": null
        },
        {
          "value": "Wraparound Evaporator",
          "description": null,
          "image": null
        },
        {
          "value": "CUL",
          "description": null,
          "image": null
        },
        {
          "value": "California Prop 65",
          "description": null,
          "image": null
        }
      ],
      "product_spec": [
        {
          "section": "CAPACITY",
          "category": "Freezer Capacity",
          "spec": "7.14 cu ft"
        },
        {
          "section": "WARRANTY",
          "category": "Labor Warranty",
          "spec": "Limited 1-year entire appliance"
        },
        {
          "section": "FEATURES",
          "category": "Defrost Type",
          "spec": "Manual"
        },
        {
          "section": "CAPACITY",
          "category": "Total Capacity (cubic feet)",
          "spec": "7.1 cu ft"
        },
        {
          "section": "ECONOMICAL / QUIET",
          "category": "Insulation (Cabinet & Lid)",
          "spec": "Foam"
        },
        {
          "section": "FEATURES",
          "category": "Product Type",
          "spec": "Chest"
        },
        {
          "section": "FEATURES",
          "category": "Ice Scraper",
          "spec": "Yes"
        },
        {
          "section": "FEATURES",
          "category": "Temperature Control",
          "spec": "Adjustable"
        },
        {
          "section": "ECONOMICAL / QUIET",
          "category": "Wrap Around Condenser",
          "spec": "Yes"
        },
        {
          "section": "FEATURES",
          "category": "Bulk Storage Basket",
          "spec": "(1) Slide-Out, Wire"
        },
        {
          "section": "APPEARANCE",
          "category": "Handle",
          "spec": "Recessed"
        },
        {
          "section": "ECONOMICAL / QUIET",
          "category": "Wrap Around Evaporator",
          "spec": "Yes"
        },
        {
          "section": "FEATURES",
          "category": "Power \"ON\" Light",
          "spec": "Yes"
        },
        {
          "section": "FEATURES",
          "category": "Refrigerant Type",
          "spec": "R-600A - HFC-Free Refrigerant"
        },
        {
          "section": "WARRANTY",
          "category": "Warranty Notes",
          "spec": "See written warranty for full details"
        },
        {
          "section": "APPEARANCE",
          "category": "Color Appearance",
          "spec": "White"
        },
        {
          "section": "ECONOMICAL / QUIET",
          "category": "Cabinet Liner",
          "spec": "Textured Aluminum"
        },
        {
          "section": "POWER / RATINGS",
          "category": "Volts/Hertz/Amps",
          "spec": "115V;60Hz"
        },
        {
          "section": "WARRANTY",
          "category": "Parts Warranty",
          "spec": "Limited 1-year entire appliance"
        },
        {
          "section": "FEATURES",
          "category": "Defrost Water Drain",
          "spec": "Yes"
        },
        {
          "section": "Warranty",
          "category": "Parts",
          "spec": "1 Year"
        },
        {
          "section": "Warranty",
          "category": "Labor",
          "spec": "1 Year"
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Number of Boxes",
          "spec": "1"
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Shipping Width",
          "spec": "42 in."
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Shipping Height",
          "spec": "38.25 in."
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Shipping Length",
          "spec": "26.63 in."
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Shipping Weight",
          "spec": "117 lbs."
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Total of Shipping Weight",
          "spec": "117 lbs."
        },
        {
          "section": "Cubic Feet Measurement & Dimensional Weight",
          "category": "Cubic Feet Measurement",
          "spec": "15.4 ft³"
        },
        {
          "section": "Cubic Feet Measurement & Dimensional Weight",
          "category": "Dimensional Weight",
          "spec": "191.4 lbs."
        },
        {
          "section": "Cubic Feet Measurement & Dimensional Weight",
          "category": "Total of Cubes",
          "spec": "15.4 ft³"
        },
        {
          "section": "Cubic Feet Measurement & Dimensional Weight",
          "category": "Total of Dimensional Weight",
          "spec": "191.4 lbs."
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Source",
          "spec": "Calculation"
        },
        {
          "section": "Dimensions & Weight",
          "category": "Width",
          "spec": "37 in."
        },
        {
          "section": "Dimensions & Weight",
          "category": "Height",
          "spec": "33.25 in."
        },
        {
          "section": "Dimensions & Weight",
          "category": "Length",
          "spec": "21.63 in."
        },
        {
          "section": "Dimensions & Weight",
          "category": "Weight",
          "spec": "77 lbs."
        },
        {
          "section": "Dimensions & Weight",
          "category": "Approximate Shipping Weight",
          "spec": "85 lb"
        },
        {
          "section": "Dimensions & Weight",
          "category": "Side Air Clearances",
          "spec": "3 in"
        },
        {
          "section": "Dimensions & Weight",
          "category": "Net Weight",
          "spec": "77 lb"
        },
        {
          "section": "Dimensions & Weight",
          "category": "Back Air Clearances",
          "spec": "3 in"
        },
        {
          "section": "Dimensions & Weight",
          "category": "Height w/Lid Open",
          "spec": "52.125 in"
        }
      ],
      "color_relation": [
        {
          "sku": "HCM9DMWW",
          "color": "Black"
        },
        {
          "sku": "HTW240ASKWS",
          "color": "White"
        },
        {
          "sku": "W10663562",
          "color": "Other"
        },
        {
          "sku": "EDR2RXD1",
          "color": "Other"
        }
      ],
      "type_relation": [],
      "filter": [
        {
          "field": "Color",
          "value": "White"
        },
        {
          "field": "Style",
          "value": "Chest"
        },
        {
          "field": "Installation",
          "value": "Freestanding"
        },
        {
          "field": "Capacity",
          "value": "Less Than 14 Cu. Ft."
        }
      ],
      "related_items": [],
      "rebates": [],
      "date_added": "09/02/2021 10:58:54",
      "date_modified": "06/18/2025 02:16:21",
      "date_discontinued": null
    }
  ]
}

This webhook payload is used to notify updates made to existing product data. It is triggered when changes occur to product attributes such as descriptions, specifications, images, or other relevant details.

{
  "type": "product_updated",
  "action_date": "06/19/2025 11:54:41",
  "payload": [
    {
      "product_id": 2,
      "sku": "HCM7SMWW",
      "alternate_sku": null,
      "replaced_sku": null,
      "is_multi_brand": 0,
      "link": "https://www.geappliances.com/appliance/Hotpoint-7-1-Cu-Ft-Manual-Defrost-Chest-Freezer-HCM7SMWW",
      "upc": "084691831969",
      "color": "White",
      "name": "7.1 Cu. Ft. Manual Defrost Chest Freezer",
      "built_in": "Uncategorized",
      "basic_description": "7.1 Cu. Ft. Manual Defrost Chest Freezer",
      "long_description": "Hotpoint Chest Freezer with 7.1 Cu. Ft. capacity and Manual Defrost in White",
      "product_type": "Appliance Product",
      "image": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605970.webp",
      "status": "Active",
      "price": {
        "map": 0,
        "pmap": 0,
        "pmap_start_date": null,
        "pmap_end_date": null,
        "lrp": 0,
        "lrp_start_date": null,
        "lrp_end_date": null,
        "map_last_updated": null,
        "msrp": 0,
        "msrp_last_updated": null,
        "umrp": 0,
        "umrp_last_updated": null,
        "in_stock_status": 0,
        "zipcode": "MO",
        "lcp_desc": null,
        "lap": {
          "lowest_price": 0,
          "lowes_price": 0,
          "lowes_last_updated": "02/27/2025 20:17:57",
          "homedepot_price": 0,
          "homedepot_last_updated": "02/27/2025 20:17:57",
          "bestbuy_price": 0,
          "bestbuy_last_updated": "02/27/2025 20:17:57",
          "ajmadison_price": 0,
          "ajmadison_last_updated": null
        },
        "lcp": {
          "lowest_price": 0,
          "lowes_price": 0,
          "lowes_last_updated": "02/27/2025 20:17:57",
          "homedepot_price": 0,
          "homedepot_last_updated": "02/27/2025 20:17:57",
          "bestbuy_price": 0,
          "bestbuy_last_updated": "02/27/2025 20:17:57",
          "ajmadison_price": 0,
          "ajmadison_last_updated": "02/27/2025 20:17:57"
        }
      },
      "brand": {
        "brand_id": 19,
        "brand_name": "Hotpoint",
        "brand_slug": "hotpoint",
        "brand_image": "https://assets.appliance-data.com/assets/brands/429373-hotpoint.webp",
        "brand_banner": "https://assets.appliance-data.com/assets/brands/453883-hotpoint-background.webp",
        "brand_manufacturer": "GE",
        "brand_group": "GE",
        "manual_brand": 0
      },
      "category": {
        "category_id": 6,
        "category_name": "Refrigeration",
        "category_slug": "refrigeration",
        "category_image": "https://assets.appliance-data.com/assets/category/436674-refrigeration.webp"
      },
      "subcategory": {
        "subcategory_id": 16,
        "subcategory_name": "Freezers",
        "subcategory_slug": "freezers",
        "subcategory_image": "https://assets.appliance-data.com/assets/subcategory/996378-freezers.webp"
      },
      "detail_category": {
        "detail_category_id": 103,
        "detail_category_name": "Chest Freezers",
        "detail_category_slug": "chest-freezers",
        "detail_category_image": "https://assets.appliance-data.com/assets/detail-category/394425-chest-freezers.webp"
      },
      "product_images": [
        {
          "id": 90605970,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605970.webp",
          "priority": 1,
          "content_length": "0 kb"
        },
        {
          "id": 90605971,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605971.webp",
          "priority": 2,
          "content_length": "0 kb"
        },
        {
          "id": 90605972,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605972.webp",
          "priority": 3,
          "content_length": "0 kb"
        },
        {
          "id": 90605973,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605973.webp",
          "priority": 4,
          "content_length": "0 kb"
        },
        {
          "id": 90605975,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605975.webp",
          "priority": 5,
          "content_length": "0 kb"
        },
        {
          "id": 90605976,
          "url": "https://assets.appliance-data.com/assets/images/HCM7SMWW-90605976.webp",
          "priority": 6,
          "content_length": "0 kb"
        }
      ],
      "product_documents": [
        {
          "id": 90605977,
          "url": "https://assets.appliance-data.com/assets/docs/HCM7SMWW-90605977.pdf",
          "role": "Quick Specs",
          "priority": 1,
          "content_length": "138.08 KB"
        },
        {
          "id": 90605978,
          "url": "https://assets.appliance-data.com/assets/docs/HCM7SMWW-90605978.pdf",
          "role": "Installation Instructions",
          "priority": 2,
          "content_length": "247.67 KB"
        },
        {
          "id": 90605979,
          "url": "https://assets.appliance-data.com/assets/docs/HCM7SMWW-90605979.pdf",
          "role": "Energy Guide",
          "priority": 3,
          "content_length": "107.06 KB"
        }
      ],
      "product_video_youtube": [],
      "product_asset_360": [],
      "product_feature": [
        {
          "value": "Easy-access defrost drain",
          "description": null,
          "image": null
        },
        {
          "value": "\"Power On\" indicator light",
          "description": null,
          "image": null
        },
        {
          "value": "Removable basket",
          "description": null,
          "image": null
        },
        {
          "value": "Wraparound Evaporator",
          "description": null,
          "image": null
        },
        {
          "value": "CUL",
          "description": null,
          "image": null
        },
        {
          "value": "California Prop 65",
          "description": null,
          "image": null
        }
      ],
      "product_spec": [
        {
          "section": "CAPACITY",
          "category": "Freezer Capacity",
          "spec": "7.14 cu ft"
        },
        {
          "section": "WARRANTY",
          "category": "Labor Warranty",
          "spec": "Limited 1-year entire appliance"
        },
        {
          "section": "FEATURES",
          "category": "Defrost Type",
          "spec": "Manual"
        },
        {
          "section": "CAPACITY",
          "category": "Total Capacity (cubic feet)",
          "spec": "7.1 cu ft"
        },
        {
          "section": "ECONOMICAL / QUIET",
          "category": "Insulation (Cabinet & Lid)",
          "spec": "Foam"
        },
        {
          "section": "FEATURES",
          "category": "Product Type",
          "spec": "Chest"
        },
        {
          "section": "FEATURES",
          "category": "Ice Scraper",
          "spec": "Yes"
        },
        {
          "section": "FEATURES",
          "category": "Temperature Control",
          "spec": "Adjustable"
        },
        {
          "section": "ECONOMICAL / QUIET",
          "category": "Wrap Around Condenser",
          "spec": "Yes"
        },
        {
          "section": "FEATURES",
          "category": "Bulk Storage Basket",
          "spec": "(1) Slide-Out, Wire"
        },
        {
          "section": "APPEARANCE",
          "category": "Handle",
          "spec": "Recessed"
        },
        {
          "section": "ECONOMICAL / QUIET",
          "category": "Wrap Around Evaporator",
          "spec": "Yes"
        },
        {
          "section": "FEATURES",
          "category": "Power \"ON\" Light",
          "spec": "Yes"
        },
        {
          "section": "FEATURES",
          "category": "Refrigerant Type",
          "spec": "R-600A - HFC-Free Refrigerant"
        },
        {
          "section": "WARRANTY",
          "category": "Warranty Notes",
          "spec": "See written warranty for full details"
        },
        {
          "section": "APPEARANCE",
          "category": "Color Appearance",
          "spec": "White"
        },
        {
          "section": "ECONOMICAL / QUIET",
          "category": "Cabinet Liner",
          "spec": "Textured Aluminum"
        },
        {
          "section": "POWER / RATINGS",
          "category": "Volts/Hertz/Amps",
          "spec": "115V;60Hz"
        },
        {
          "section": "WARRANTY",
          "category": "Parts Warranty",
          "spec": "Limited 1-year entire appliance"
        },
        {
          "section": "FEATURES",
          "category": "Defrost Water Drain",
          "spec": "Yes"
        },
        {
          "section": "Warranty",
          "category": "Parts",
          "spec": "1 Year"
        },
        {
          "section": "Warranty",
          "category": "Labor",
          "spec": "1 Year"
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Number of Boxes",
          "spec": "1"
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Shipping Width",
          "spec": "42 in."
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Shipping Height",
          "spec": "38.25 in."
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Shipping Length",
          "spec": "26.63 in."
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Shipping Weight",
          "spec": "117 lbs."
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Total of Shipping Weight",
          "spec": "117 lbs."
        },
        {
          "section": "Cubic Feet Measurement & Dimensional Weight",
          "category": "Cubic Feet Measurement",
          "spec": "15.4 ft³"
        },
        {
          "section": "Cubic Feet Measurement & Dimensional Weight",
          "category": "Dimensional Weight",
          "spec": "191.4 lbs."
        },
        {
          "section": "Cubic Feet Measurement & Dimensional Weight",
          "category": "Total of Cubes",
          "spec": "15.4 ft³"
        },
        {
          "section": "Cubic Feet Measurement & Dimensional Weight",
          "category": "Total of Dimensional Weight",
          "spec": "191.4 lbs."
        },
        {
          "section": "Number of Boxes, Shipping Dimensions, & Shipping Weight",
          "category": "Source",
          "spec": "Calculation"
        },
        {
          "section": "Dimensions & Weight",
          "category": "Width",
          "spec": "37 in."
        },
        {
          "section": "Dimensions & Weight",
          "category": "Height",
          "spec": "33.25 in."
        },
        {
          "section": "Dimensions & Weight",
          "category": "Length",
          "spec": "21.63 in."
        },
        {
          "section": "Dimensions & Weight",
          "category": "Weight",
          "spec": "77 lbs."
        },
        {
          "section": "Dimensions & Weight",
          "category": "Approximate Shipping Weight",
          "spec": "85 lb"
        },
        {
          "section": "Dimensions & Weight",
          "category": "Side Air Clearances",
          "spec": "3 in"
        },
        {
          "section": "Dimensions & Weight",
          "category": "Net Weight",
          "spec": "77 lb"
        },
        {
          "section": "Dimensions & Weight",
          "category": "Back Air Clearances",
          "spec": "3 in"
        },
        {
          "section": "Dimensions & Weight",
          "category": "Height w/Lid Open",
          "spec": "52.125 in"
        }
      ],
      "color_relation": [
        {
          "sku": "HCM9DMWW",
          "color": "Black"
        },
        {
          "sku": "HTW240ASKWS",
          "color": "White"
        },
        {
          "sku": "W10663562",
          "color": "Other"
        },
        {
          "sku": "EDR2RXD1",
          "color": "Other"
        }
      ],
      "type_relation": [],
      "filter": [
        {
          "field": "Color",
          "value": "White"
        },
        {
          "field": "Style",
          "value": "Chest"
        },
        {
          "field": "Installation",
          "value": "Freestanding"
        },
        {
          "field": "Capacity",
          "value": "Less Than 14 Cu. Ft."
        }
      ],
      "related_items": [],
      "rebates": [],
      "date_added": "09/02/2021 10:58:54",
      "date_modified": "06/19/2025 11:52:05",
      "date_discontinued": null
    }
  ]
}