Product
The product API
can display detailed product information.
You can utilize the objects to retrieve, search, filter, and display various types of products.
In addition to common or all products, special characteristics such as popular and most viewed products can also be retrieved.
GET /api/v3/product# Retrieve ProductGET /api/v3/product?keyword=XXXX# Search ProductGET /api/v2/product/filter# Retrieve Filter ListGET /api/v2/product/show# Retrieve ProductsGET /api/v2/product/show/information# Retrieve Information DetailsGET /api/v2/product/promote# Retrieve Promotion DetailsGET /api/v2/product/featured/relation# Retrieve Frequently Together ProductsGET /api/v2/product/most-viewed# Retrieve Most Viewed ProductsGET /api/v2/product/popular-search# Retrieve Popular SearchGET /api/v2/product/popular# Retrieve Popular Product
Retrieve Product
Displaying the product is pivotal, and it can only be accessed from the database. The data includes category details, sorting format, brand, and applied filters. Additionally, the price range can be displayed using the GET method. Users can also check product ratings and stock availability.
Parameters
detail_category
string
The param is used to specify the category.
sort[0][field]
string
It is used to sort and specify the product: width of the product.
sort[0][value]
string
It is used to specify the value of previous product sorting: the width value.
sort[1][field]
string
It is used to sort and specify the product, based on its field: color.
sort[1][value]
string
It is used to specify the value of product sorting: material.
sort[2][field]
string
It is used to sort and specify the product in the secondary sorting type: purpose of the appliance.
sort[2][value]
string
It is used to specify the value of second product sorting: type of appliance.
price_range[0]
number
It is used to filter the search results based on price range: start from.
price_range[1]
string
It is used to filter the search results based on price range: maximum price.
is_rebate
boolean
To show rebate or not.
brand
string
*It is used to specify the name of the brand.
used_filter
boolean
*The filter that is used in the search field.
type
string
It specifies the type of the appliance.
excluded_sku
string
It mentions the stock keeping unit, to differentiate one product with another.
page
number
It makes the search result page appear.
paginate
number
It specifies the number of results per page.
available_only
boolean
It is used to filter the only available products which will be shown in the result page.
by
string
The parameter of product result.
category
string
It specifies the main category of the product.
subcategory
string
It specifies the second category of the product.
detail_category
string
It specifies the more specific category of the product.
display_store
number
It includes the list of the stores that can be visited.
zip_code
string
It is used to sort based on the zip code of the area.
Note: Param keyword is prohibited.
Attributes
id
number
The id number of the product.
inventory
number
The option of inventory.
average_rating
string
The rating of the product.
total_rating
number
The total number of reviews which resulted in the product rating.
is_in_stock
string
The total number of available product stock.
in_stock
boolean
The availability of stock.
product_id
string
The id of each product which has different patterns.
brand_image
string
The url of the brand image.
brand_slug
string
The slug of the appliance brand.
brand_name
string
The name of the appliance brand.
name
string
The name of the specific product.
color
string
The color of the specific product.
image
string
The url of the product image, retrieved from the brand’s website.
link_category_name
string
The category name inserted in the url.
link_subcategory_name
string
The subcategory name inserted in the url.
link_detail_category_name
string
The detail category name inserted in the url.
is_discontinued
number
The option of discontinuation.
used_price
string
The details of the product's used price.
has_used_price
number
The option of used price.
savings
number
The details of the product's discount alert.
price
string
The details of the product's price.
regular_price
string
The details of the product's regular price.
sale_price
string
The details of the product’s price after the sale/discount.
is_top_picks
boolean
Determining it is the top pick or not.
is_pickup_today
boolean
Determining the product pickup option.
is_next_day_delivery
boolean
Determining the product delivery option.
estimate_availability
null
It is optional.
estimate_availability_desc
null
It is optional.
installation_availability
null
It is optional.
pickup_time
null
It is optional.
total_available_color
number
The color availability option.
inventory_quantity
number
The quantity of product inventory.
product_image
array of objects
The starting number of the product's page search.
product_image: image
string
The url of product's image.
status
string
The status of the product.
in_active_status
boolean
Determining the product active or not.
install
array of objects
The objects of install Option.
install: description
null
It is optional to describe the install option.
install: install_id
string
The id of installation option.
install: install_name
string
The description of installation option.
install: install_price
string
The price of installation option.
install: is_option
number
The option of the installation.
colors
array of objects
The objects of product color details. Note: all of the objects are similar to data's objects above.
meta
array of objects
It includes some details of the backend’s fetch data and path.
meta: current_page
number
The page number of the current search result.
meta: first_page_url
string
The url of the backend API for the product’s first page result.
meta: from
number
The starting number of the product's page search.
meta: last_page
number
The last number of the product’s page search.
meta: last_page_url
string
The url of the backend API for the product’s last page result.
meta: next_page_url
string
The url of the backend API for the product’s next page result.
meta: path
string
The url of the backend API for the whole product details.
meta: per_page
number
Maximum number of page availability to be shown.
meta: prev_page_url
string
The url of the backend API for the product's previous page result.
meta: to
number
meta: total
number
errors
null
It is optional to include this.
GET /api/v3/product?by=best_deal&category=refrigeration&subcategory=refrigerators
curl --location 'https://appliance-api.com/api/v3/product?by=best_deal&category=refrigeration&subcategory=refrigerators' \
--header 'x-api-key: your_api_key' \
--header 'x-tenant-id: your_tenant_id'
{
"code": "200",
"message": "Success",
"data": [
{
"id": 76049,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VB",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Black",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": "779",
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 3,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-CP_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": [
{
"id": 724,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VW",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "White",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": 779,
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": [],
"base": false,
"exec_color_related": 0,
"related_colors": [],
"color_related": []
},
{
"id": 723,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VV",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Brushed Steel",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "829.00",
"has_used_price": 1,
"savings": 0,
"price": 829,
"regular_price": "829.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": [],
"base": false,
"exec_color_related": 0,
"related_colors": [],
"color_related": []
}
]
}
],
"meta": {
"current_page": 32,
"first_page_url": "http://example.com/api/api/public/v2/product?page=1",
"from": 32,
"last_page": 1327,
"last_page_url": "http://example.com/api/api/public/v2/product?page=1327",
"next_page_url": "http://example.com/api/api/public/v2/product?page=33",
"path": "http://example.com/api/api/public/v2/product",
"per_page": "1",
"prev_page_url": "http://example.com/api/api/public/v2/product?page=31",
"to": 32,
"total": 1327
},
"errors": null
}
Search Product
The API supports various sorting types and filters, enabling users to efficiently find products. When searching for products, the API returns the product names. Specific parameters are utilized to refine search results among similar products, contributing to an accurate product-finding process.
Parameters
price_range[0]
number
It is used to sort the price range of the product.
price_range[1]
number
It is used to sort the price range of the product.
sort[0][field]
string
It is used to sort and specify the product: width of the product.
sort[0][value]
string
It is used to specify the product sorting: the value of width.
sort[1][field]
string
It is used to sort and specify the product: color.
sort[1][value]
string
It is used to specify the product sorting: the type of color.
page
number
It is based on the product display page.
available_only
boolean
category
string
It specifies the main category of the product.
subcategory
string
It specifies the second category of the product.
used_filter
boolean
paginate
number
It specifies the number of results per page.
brand
string
It displays the name of the brand.
by
string
....
display_store
number
It shows the store which has the displayed product.
brand
string
It is used to specify the name of the brand.
keyword
string
*It is used to specify the keyword.
Attributes
id
number
The id number of the product.
inventory
number
The option of inventory.
average_rating
string
The rating of the product.
total_rating
number
The total number of reviews which resulted in the product rating.
is_in_stock
string
The total number of available product stock.
in_stock
boolean
The availability of stock.
product_id
string
The id of each product which has different patterns.
brand_image
string
The url of the brand image.
brand_slug
string
The slug of the appliance brand.
brand_name
string
The name of the appliance brand.
name
string
The name of the specific product.
color
string
The color of the specific product.
image
string
The url of the product image, retrieved from the brand’s website.
link_category_name
string
The category name inserted in the url.
link_subcategory_name
string
The subcategory name inserted in the url.
link_detail_category_name
string
The detail category name inserted in the url.
is_discontinued
number
The option of discontinuation.
used_price
string
The details of the product's used price.
has_used_price
number
The option of used price.
savings
number
The details of the product's discount alert.
price
string
The details of the product's price.
regular_price
string
The details of the product's regular price.
sale_price
string
The details of the product’s price after the sale/discount.
is_top_picks
boolean
Determining it is the top pick or not.
is_pickup_today
boolean
Determining the product pickup option.
is_next_day_delivery
boolean
Determining the product delivery option.
estimate_availability
null
It is optional.
estimate_availability_desc
null
It is optional.
installation_availability
null
It is optional.
pickup_time
null
It is optional.
total_available_color
number
The color availability option.
inventory_quantity
number
The quantity of product inventory.
product_image
array of objects
The starting number of the product's page search.
product_image: image
string
The url of product's image.
status
string
The status of the product.
in_active_status
boolean
Determining the product active or not.
install
array of objects
The objects of install Option.
install: description
null
It is optional to describe the install option.
install: install_id
string
The id of installation option.
install: install_name
string
The description of installation option.
install: install_price
string
The price of installation option.
install: is_option
number
The option of the installation.
colors
array of objects
The objects of product color details. Note: all of the objects are similar to data's objects above.
meta
array of objects
It includes some details of the backend’s fetch data and path.
meta: current_page
number
The page number of the current search result.
meta: first_page_url
string
The url of the backend API for the product’s first page result.
meta: from
number
The starting number of the product's page search.
meta: last_page
number
The last number of the product’s page search.
meta: last_page_url
string
The url of the backend API for the product’s last page result.
meta: next_page_url
null
It is optional to use this.
meta: path
string
The url of the backend API for the whole product details.
meta: per_page
number
Maximum number of page availability to be shown.
meta: prev_page_url
null
It is optional to use this.
meta: to
number
meta: total
number
errors
null
It is optional to include this.
GET /api/v3/product?page=1&paginate=15&keyword=MUA006A
curl --location 'https://appliance-api.com/api/v3/product?page=1&paginate=15&keyword=MUA006A' \
--header 'x-api-key: your_api_key' \
--header 'x-tenant-id: your_tenant_id'
{
"code": "200",
"message": "Success",
"data": [
{
"id": 76049,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VB",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Black",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": "779",
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 3,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-CP_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": [
{
"id": 724,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VW",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "White",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": 779,
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
},
{
"id": 723,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VV",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Brushed Steel",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "829.00",
"has_used_price": 1,
"savings": 0,
"price": 829,
"regular_price": "829.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
}
]
},
{
"id": 723,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VV",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Brushed Steel",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "829.00",
"has_used_price": 1,
"savings": 0,
"price": "829",
"regular_price": "829.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 3,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": [
{
"id": 723,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VV",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Brushed Steel",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "829.00",
"has_used_price": 1,
"savings": 0,
"price": "829",
"regular_price": "829.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 2,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": [
{
"id": 76049,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VB",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Black",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": 779,
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-CP_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
},
{
"id": 724,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VW",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "White",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": 779,
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
}
]
},
{
"id": 76049,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VB",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Black",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": 779,
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-CP_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
},
{
"id": 724,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VW",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "White",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": 779,
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
}
]
},
{
"id": 724,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VW",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "White",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": "779",
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 3,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": [
{
"id": 724,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VW",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "White",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": "779",
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 2,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VW-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": [
{
"id": 76049,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VB",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Black",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": 779,
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-CP_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
},
{
"id": 723,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VV",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Brushed Steel",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "829.00",
"has_used_price": 1,
"savings": 0,
"price": 829,
"regular_price": "829.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
}
]
},
{
"id": 76049,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VB",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Black",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "779.00",
"has_used_price": 1,
"savings": 0,
"price": 779,
"regular_price": "779.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VB-CP_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
},
{
"id": 723,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1425VV",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "13.9 Cu. Ft. Top Freezer Refrigerator",
"color": "Brushed Steel",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "829.00",
"has_used_price": 1,
"savings": 0,
"price": 829,
"regular_price": "829.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-HOV_903.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OLH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-CP_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-OEH_903.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFHT1425VV-34VR_903.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
}
]
},
{
"id": 76044,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1835VB",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "18.3 Cu. Ft. Top Freezer Refrigerator",
"color": "Black",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-HOV_923.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "899.00",
"has_used_price": 1,
"savings": 0,
"price": "899",
"regular_price": "899.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 3,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-HOV_923.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-34VR_923.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-OEH_923.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-OLH_923.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-CP_923.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": [
{
"id": 76044,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1835VB",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "18.3 Cu. Ft. Top Freezer Refrigerator",
"color": "Black",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-HOV_923.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "899.00",
"has_used_price": 1,
"savings": 0,
"price": "899",
"regular_price": "899.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 2,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-HOV_923.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-34VR_923.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-OEH_923.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-OLH_923.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VB-CP_923.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": [
{
"id": 76045,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1835VW",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "18.3 Cu. Ft. Top Freezer Refrigerator",
"color": "White",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-HOV_922.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "899.00",
"has_used_price": 1,
"savings": 0,
"price": 899,
"regular_price": "899.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-HOV_922.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-34VR_922.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-OEH_922.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-OLH_922.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-CP_922.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
},
{
"id": 76041,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1835VS",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "18.3 Cu. Ft. Top Freezer Refrigerator",
"color": "Stainless Steel",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VS-HOV_923.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "999.00",
"has_used_price": 1,
"savings": 0,
"price": 999,
"regular_price": "999.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VS-HOV_923.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VS-34VR_923.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VS-OEH_923.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VS-CP_923.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
}
]
},
{
"id": 76045,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1835VW",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "18.3 Cu. Ft. Top Freezer Refrigerator",
"color": "White",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-HOV_922.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "899.00",
"has_used_price": 1,
"savings": 0,
"price": 899,
"regular_price": "899.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-HOV_922.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-34VR_922.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-OEH_922.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-OLH_922.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VW-CP_922.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
},
{
"id": 76041,
"inventory": 0,
"average_rating": "0.0",
"total_rating": 0,
"is_in_stock": 0,
"in_stock": false,
"product_id": "FFHT1835VS",
"brand_image": "https://d5cl03pt63mvv.cloudfront.net/assets/brands/logo-frigidaire-14.png",
"brand_slug": "frigidaire",
"brand_name": "Frigidaire",
"name": "18.3 Cu. Ft. Top Freezer Refrigerator",
"color": "Stainless Steel",
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VS-HOV_923.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"is_discontinued": 0,
"used_price": "999.00",
"has_used_price": 1,
"savings": 0,
"price": 999,
"regular_price": "999.00",
"sale_price": "0.00",
"is_top_picks": false,
"is_pickup_today": false,
"is_next_day_delivery": false,
"estimate_availability": null,
"estimate_availability_desc": null,
"installation_availability": null,
"pickup_time": null,
"total_available_color": 0,
"inventory_quantity": 0,
"product_image": [
{
"image": "https://na2.electroluxmedia.com/Transparent/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VS-HOV_923.png"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VS-34VR_923.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VS-OEH_923.jpg?impolicy=dimensions&imwidth=1400"
},
{
"image": "https://na2.electroluxmedia.com/XL/Electrolux/Electrolux%20Assets/Images/Product%20Photography/FFTR1835VS-CP_923.jpg?impolicy=dimensions&imwidth=1400"
}
],
"status": "Active",
"in_active_status": false,
"install": [
{
"description": null,
"install_id": "no-install",
"install_name": "I am unsure. Please have an appliance expert contact me to determine the correct installation.",
"install_price": "0",
"is_option": 0
}
],
"colors": []
}
]
}
],
"meta": {
"current_page": 1,
"first_page_url": "http://example.com/api/api/public/v2/product/search?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://example.com/api/api/public/v2/product/search?page=1",
"next_page_url": null,
"path": "http://example.com/api/api/public/v2/product/search",
"per_page": "15",
"prev_page_url": null,
"to": 4,
"total": 4
},
"errors": null
}
Retrieve Filter List
The filter is essential for searching products; therefore, applying more sort values makes it easier for users to find the right product. Utilizing numerous parameters ensures a more accurate result.
Headers
The "Referer" header indicates the URL of the page making the request, informing the server about the request's source. The JSON in the request body contains raw data for email sends.
Parameters
category
string
*It specifies the main category of the product.
subcategory
string
*It specifies the second category of the product.
detail_category
string
It is optional.
Attributes
sort
array of objects
Array of hash which includes the filter options: Price, Brand, Condition, Capacity, Counter-depth, and more.
sort: Price
array of objects
Array of hash which includes the label and total, as one of the filters.
Price: label
string
The price label in the product.
Price: total
number
The amount of the product with the price label.
sort: Brand
array of objects
Includes the details of the brand, as one of the filters, including the id and name.
Brand: id
number
The id number of the brand.
Brand: brand_id
string
The id name of the brand.
Brand: name
string
The name of the brand.
Brand: total
number
The total number of the products.
sort: Condition
array of objects
This array contains details of the product's condition.
sort: Capacity
array of objects
Includes details of capacity or size, serving as one of the filters.
sort: Color
array of objects
Contains color specifications, with the value of the color denoted by the "type of color".
sort: Counter-depth
array of objects
Provides counter depth specifications.
sort: Installation
array of objects
Lists installation types.
sort: Refrigerator width
array of objects
Indicates refrigerator width specifications.
subcategory
array of objects
The subcategory details.
subcategory: id
number
The id of the subcategory
subcategory: name
string
Type of the subcategory.
subcategory: slug
string
The slug of the subcategory.
detail_category
array of objects
Array of the detail category specifications.
detail_category: id
number
The id of the detail category.
detail_category: subcategory_id
number
The id of the subcategory.
detail_category: name
string
The name of the product in detail category.
detail_category: slug
string
The slug of the subcategory.
detail_category: priority
number
....
detail_category: logo
null
It is optional.
detail_category: disable
number
The option to disable the options.
detail_category: selected
boolean
The option to be selected.
detail_category: logo_url
null
It is optional to include the url of the logo.
GET /api/v2/product/filter
curl --location 'https://appliance-api.com/api/v2/product/filter?category=refrigeration&subcategory=refrigerators&available_only=false&detail_category=french-door-refrigerators' \
--header 'referer: example.com/api/api/public/' \
--header 'x-api-key: your_api_key' \
--header 'x-tenant-id: your_tenant_id'
{
"code": "200",
"message": "Success",
"data": {
"sort": {
"Price": [
{
"label": "-10",
"total": 411
},
{
"label": "1499.00",
"total": 1
},
{
"label": "1529.00",
"total": 1
},
{
"label": "1619.00",
"total": 1
},
{
"label": "1799.00",
"total": 1
},
{
"label": "1899.00",
"total": 1
},
{
"label": "2159.00",
"total": 1
},
{
"label": "2249.00",
"total": 1
},
{
"label": "2309",
"total": 3
},
{
"label": "2339.00",
"total": 1
},
{
"label": "2409",
"total": 1
},
{
"label": "2429.00",
"total": 1
},
{
"label": "2509",
"total": 1
},
{
"label": "2519.00",
"total": 1
},
{
"label": "2609",
"total": 1
},
{
"label": "2699.00",
"total": 4
},
{
"label": "2789.00",
"total": 1
},
{
"label": "2809",
"total": 1
},
{
"label": "2879.00",
"total": 2
},
{
"label": "2969.00",
"total": 1
},
{
"label": "3009",
"total": 4
},
{
"label": "3059.00",
"total": 1
},
{
"label": "3109",
"total": 2
},
{
"label": "3108.00",
"total": 1
},
{
"label": "3149.00",
"total": 1
},
{
"label": "3209",
"total": 3
},
{
"label": "3239.00",
"total": 1
},
{
"label": "3309",
"total": 3
},
{
"label": "3409",
"total": 3
},
{
"label": "3449.00",
"total": 1
},
{
"label": "3499.00",
"total": 2
},
{
"label": "3509.00",
"total": 1
},
{
"label": "3599.00",
"total": 4
},
{
"label": "3649.00",
"total": 1
},
{
"label": "3699.00",
"total": 3
},
{
"label": "3809",
"total": 3
},
{
"label": "3869.00",
"total": 1
},
{
"label": "3909",
"total": 1
},
{
"label": "3959.00",
"total": 1
},
{
"label": "3999.00",
"total": 2
},
{
"label": "4049.00",
"total": 1
},
{
"label": "4139.00",
"total": 2
},
{
"label": "4229.00",
"total": 2
},
{
"label": "4319.00",
"total": 1
},
{
"label": "4799.00",
"total": 2
},
{
"label": "7799.00",
"total": 1
},
{
"label": "8999.00",
"total": 1
}
],
"Brand": [
{
"id": 20,
"brand_id": "jennair",
"name": "JennAir",
"total": 7
},
{
"id": 21,
"brand_id": "kitchenaid",
"name": "KitchenAid",
"total": 26
},
{
"id": 27,
"brand_id": "maytag",
"name": "Maytag",
"total": 3
},
{
"id": 46,
"brand_id": "whirlpool",
"name": "Whirlpool",
"total": 16
},
{
"id": 6,
"brand_id": "bosch",
"name": "Bosch",
"total": 9
},
{
"id": 22,
"brand_id": "lg",
"name": "LG",
"total": 175
},
{
"id": 33,
"brand_id": "samsung",
"name": "Samsung",
"total": 123
},
{
"id": 8,
"brand_id": "cafe",
"name": "Cafe",
"total": 19
},
{
"id": 17,
"brand_id": "ge",
"name": "GE",
"total": 37
},
{
"id": 29,
"brand_id": "monogram",
"name": "Monogram",
"total": 4
},
{
"id": 49,
"brand_id": "profile",
"name": "GE Profile",
"total": 14
},
{
"id": 15,
"brand_id": "frigidaire-gallery",
"name": "Frigidaire Gallery",
"total": 8
},
{
"id": 41,
"brand_id": "thermador",
"name": "Thermador",
"total": 6
},
{
"id": 24,
"brand_id": "lg-studio",
"name": "LG Studio",
"total": 1
},
{
"id": 23,
"brand_id": "lg-signature",
"name": "LG Signature",
"total": 4
},
{
"id": 43,
"brand_id": "verona",
"name": "Verona",
"total": 1
},
{
"id": 48,
"brand_id": "midea",
"name": "Midea",
"total": 3
},
{
"id": 50,
"brand_id": "haier",
"name": "Haier",
"total": 1
},
{
"id": 16,
"brand_id": "frigidaire-professional",
"name": "Frigidaire Professional",
"total": 2
},
{
"id": 14,
"brand_id": "frigidaire",
"name": "Frigidaire",
"total": 10
},
{
"id": 13,
"brand_id": "electrolux",
"name": "Electrolux",
"total": 2
},
{
"id": 4,
"brand_id": "bertazzoni",
"name": "Bertazzoni",
"total": 2
},
{
"id": 35,
"brand_id": "sharp",
"name": "Sharp",
"total": 2
},
{
"id": 44,
"brand_id": "viking",
"name": "Viking",
"total": 1
},
{
"id": 1,
"brand_id": "aga",
"name": "AGA",
"total": 13
},
{
"id": 68,
"brand_id": "galanz",
"name": "Galanz",
"total": 9
}
],
"Condition": {
"New": {
"Field": "Condition",
"Value": "New",
"Total": 1,
"Default": true
}
},
"Capacity": {
"Small (16 cu ft. and Below)": {
"Field": "CAPACITY",
"Value": "Small (16 cu ft. and Below)",
"Total": 10,
"Default": false
},
"Medium (16 - 19 cu ft)": {
"Field": "CAPACITY",
"Value": "Medium (16 - 19 cu ft)",
"Total": 26,
"Default": false
},
"Large (20 - 24 cu. ft.)": {
"Field": "CAPACITY",
"Value": "Large (20 - 24 cu. ft.)",
"Total": 110,
"Default": false
},
"Extra large (25 cu. ft. and above)": {
"Field": "CAPACITY",
"Value": "Extra large (25 cu. ft. and above)",
"Total": 133,
"Default": false
}
},
"Color": {
"Stainless Steel": {
"Field": "COLOR",
"Value": "Stainless Steel",
"Total": 164,
"Default": false
},
"Black Stainless Steel": {
"Field": "COLOR",
"Value": "Black Stainless Steel",
"Total": 69,
"Default": false
},
"Black": {
"Field": "COLOR",
"Value": "Black",
"Total": 26,
"Default": false
},
"White": {
"Field": "COLOR",
"Value": "White",
"Total": 31,
"Default": false
},
"Other": {
"Field": "COLOR",
"Value": "Other",
"Total": 68,