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 ProductRetrieve 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
stringThe param is used to specify the category.
sort[0][field]
stringIt is used to sort and specify the product: width of the product.
sort[0][value]
stringIt is used to specify the value of previous product sorting: the width value.
sort[1][field]
stringIt is used to sort and specify the product, based on its field: color.
sort[1][value]
stringIt is used to specify the value of product sorting: material.
sort[2][field]
stringIt is used to sort and specify the product in the secondary sorting type: purpose of the appliance.
sort[2][value]
stringIt is used to specify the value of second product sorting: type of appliance.
price_range[0]
numberIt is used to filter the search results based on price range: start from.
price_range[1]
stringIt is used to filter the search results based on price range: maximum price.
is_rebate
booleanTo 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
stringIt specifies the type of the appliance.
excluded_sku
stringIt mentions the stock keeping unit, to differentiate one product with another.
page
numberIt makes the search result page appear.
paginate
numberIt specifies the number of results per page.
available_only
booleanIt is used to filter the only available products which will be shown in the result page.
by
stringThe parameter of product result.
category
stringIt specifies the main category of the product.
subcategory
stringIt specifies the second category of the product.
detail_category
stringIt specifies the more specific category of the product.
display_store
numberIt includes the list of the stores that can be visited.
zip_code
stringIt is used to sort based on the zip code of the area.
Note: Param keyword is prohibited.
Attributes
id
numberThe id number of the product.
inventory
numberThe option of inventory.
average_rating
stringThe rating of the product.
total_rating
numberThe total number of reviews which resulted in the product rating.
is_in_stock
stringThe total number of available product stock.
in_stock
booleanThe availability of stock.
product_id
stringThe id of each product which has different patterns.
brand_image
stringThe url of the brand image.
brand_slug
stringThe slug of the appliance brand.
brand_name
stringThe name of the appliance brand.
name
stringThe name of the specific product.
color
stringThe color of the specific product.
image
stringThe url of the product image, retrieved from the brand’s website.
link_category_name
stringThe category name inserted in the url.
link_subcategory_name
stringThe subcategory name inserted in the url.
link_detail_category_name
stringThe detail category name inserted in the url.
is_discontinued
numberThe option of discontinuation.
used_price
stringThe details of the product's used price.
has_used_price
numberThe option of used price.
savings
numberThe details of the product's discount alert.
price
stringThe details of the product's price.
regular_price
stringThe details of the product's regular price.
sale_price
stringThe details of the product’s price after the sale/discount.
is_top_picks
booleanDetermining it is the top pick or not.
is_pickup_today
booleanDetermining the product pickup option.
is_next_day_delivery
booleanDetermining the product delivery option.
estimate_availability
nullIt is optional.
estimate_availability_desc
nullIt is optional.
installation_availability
nullIt is optional.
pickup_time
nullIt is optional.
total_available_color
numberThe color availability option.
inventory_quantity
numberThe quantity of product inventory.
product_image
array of objectsThe starting number of the product's page search.
product_image: image
stringThe url of product's image.
status
stringThe status of the product.
in_active_status
booleanDetermining the product active or not.
install
array of objectsThe objects of install Option.
install: description
nullIt is optional to describe the install option.
install: install_id
stringThe id of installation option.
install: install_name
stringThe description of installation option.
install: install_price
stringThe price of installation option.
install: is_option
numberThe option of the installation.
colors
array of objectsThe objects of product color details. Note: all of the objects are similar to data's objects above.
meta
array of objectsIt includes some details of the backend’s fetch data and path.
meta: current_page
numberThe page number of the current search result.
meta: first_page_url
stringThe url of the backend API for the product’s first page result.
meta: from
numberThe starting number of the product's page search.
meta: last_page
numberThe last number of the product’s page search.
meta: last_page_url
stringThe url of the backend API for the product’s last page result.
meta: next_page_url
stringThe url of the backend API for the product’s next page result.
meta: path
stringThe url of the backend API for the whole product details.
meta: per_page
numberMaximum number of page availability to be shown.
meta: prev_page_url
stringThe url of the backend API for the product's previous page result.
meta: to
numbermeta: total
numbererrors
nullIt is optional to include this.
GET /api/v3/product?by=best_deal&category=refrigeration&subcategory=refrigeratorscurl --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]
numberIt is used to sort the price range of the product.
price_range[1]
numberIt is used to sort the price range of the product.
sort[0][field]
stringIt is used to sort and specify the product: width of the product.
sort[0][value]
stringIt is used to specify the product sorting: the value of width.
sort[1][field]
stringIt is used to sort and specify the product: color.
sort[1][value]
stringIt is used to specify the product sorting: the type of color.
page
numberIt is based on the product display page.
available_only
booleancategory
stringIt specifies the main category of the product.
subcategory
stringIt specifies the second category of the product.
used_filter
booleanpaginate
numberIt specifies the number of results per page.
brand
stringIt displays the name of the brand.
by
string....
display_store
numberIt shows the store which has the displayed product.
brand
stringIt is used to specify the name of the brand.
keyword
string *It is used to specify the keyword.
Attributes
id
numberThe id number of the product.
inventory
numberThe option of inventory.
average_rating
stringThe rating of the product.
total_rating
numberThe total number of reviews which resulted in the product rating.
is_in_stock
stringThe total number of available product stock.
in_stock
booleanThe availability of stock.
product_id
stringThe id of each product which has different patterns.
brand_image
stringThe url of the brand image.
brand_slug
stringThe slug of the appliance brand.
brand_name
stringThe name of the appliance brand.
name
stringThe name of the specific product.
color
stringThe color of the specific product.
image
stringThe url of the product image, retrieved from the brand’s website.
link_category_name
stringThe category name inserted in the url.
link_subcategory_name
stringThe subcategory name inserted in the url.
link_detail_category_name
stringThe detail category name inserted in the url.
is_discontinued
numberThe option of discontinuation.
used_price
stringThe details of the product's used price.
has_used_price
numberThe option of used price.
savings
numberThe details of the product's discount alert.
price
stringThe details of the product's price.
regular_price
stringThe details of the product's regular price.
sale_price
stringThe details of the product’s price after the sale/discount.
is_top_picks
booleanDetermining it is the top pick or not.
is_pickup_today
booleanDetermining the product pickup option.
is_next_day_delivery
booleanDetermining the product delivery option.
estimate_availability
nullIt is optional.
estimate_availability_desc
nullIt is optional.
installation_availability
nullIt is optional.
pickup_time
nullIt is optional.
total_available_color
numberThe color availability option.
inventory_quantity
numberThe quantity of product inventory.
product_image
array of objectsThe starting number of the product's page search.
product_image: image
stringThe url of product's image.
status
stringThe status of the product.
in_active_status
booleanDetermining the product active or not.
install
array of objectsThe objects of install Option.
install: description
nullIt is optional to describe the install option.
install: install_id
stringThe id of installation option.
install: install_name
stringThe description of installation option.
install: install_price
stringThe price of installation option.
install: is_option
numberThe option of the installation.
colors
array of objectsThe objects of product color details. Note: all of the objects are similar to data's objects above.
meta
array of objectsIt includes some details of the backend’s fetch data and path.
meta: current_page
numberThe page number of the current search result.
meta: first_page_url
stringThe url of the backend API for the product’s first page result.
meta: from
numberThe starting number of the product's page search.
meta: last_page
numberThe last number of the product’s page search.
meta: last_page_url
stringThe url of the backend API for the product’s last page result.
meta: next_page_url
nullIt is optional to use this.
meta: path
stringThe url of the backend API for the whole product details.
meta: per_page
numberMaximum number of page availability to be shown.
meta: prev_page_url
nullIt is optional to use this.
meta: to
numbermeta: total
numbererrors
nullIt is optional to include this.
GET /api/v3/product?page=1&paginate=15&keyword=MUA006Acurl --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
stringIt is optional.
Attributes
sort
array of objectsArray of hash which includes the filter options: Price, Brand, Condition, Capacity, Counter-depth, and more.
sort: Price
array of objectsArray of hash which includes the label and total, as one of the filters.
Price: label
stringThe price label in the product.
Price: total
numberThe amount of the product with the price label.
sort: Brand
array of objectsIncludes the details of the brand, as one of the filters, including the id and name.
Brand: id
numberThe id number of the brand.
Brand: brand_id
stringThe id name of the brand.
Brand: name
stringThe name of the brand.
Brand: total
numberThe total number of the products.
sort: Condition
array of objectsThis array contains details of the product's condition.
sort: Capacity
array of objectsIncludes details of capacity or size, serving as one of the filters.
sort: Color
array of objectsContains color specifications, with the value of the color denoted by the "type of color".
sort: Counter-depth
array of objectsProvides counter depth specifications.
sort: Installation
array of objectsLists installation types.
sort: Refrigerator width
array of objectsIndicates refrigerator width specifications.
subcategory
array of objectsThe subcategory details.
subcategory: id
numberThe id of the subcategory
subcategory: name
stringType of the subcategory.
subcategory: slug
stringThe slug of the subcategory.
detail_category
array of objectsArray of the detail category specifications.
detail_category: id
numberThe id of the detail category.
detail_category: subcategory_id
numberThe id of the subcategory.
detail_category: name
stringThe name of the product in detail category.
detail_category: slug
stringThe slug of the subcategory.
detail_category: priority
number....
detail_category: logo
nullIt is optional.
detail_category: disable
numberThe option to disable the options.
detail_category: selected
booleanThe option to be selected.
detail_category: logo_url
nullIt is optional to include the url of the logo.
GET /api/v2/product/filtercurl --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,
"Default": false
}
},
"Counter-depth": {
"Yes": {
"Field": "COUNTER-DEPTH",
"Value": "Yes",
"Total": 88,
"Default": false
},
"No": {
"Field": "COUNTER-DEPTH",
"Value": "No",
"Total": 53,
"Default": false
}
},
"Installation": {
"Freestanding": {
"Field": "INSTALLATION",
"Value": "Freestanding",
"Total": 87,
"Default": false
},
"Built-in": {
"Field": "INSTALLATION",
"Value": "Built-in",
"Total": 19,
"Default": false
}
},
"Refrigerator width (in)": {
"less than 28 inch": {
"Field": "REFRIGERATOR WIDTH (IN)",
"Value": "less than 28 inch",
"Total": 3,
"Default": false
},
"28.1 - 30 inch": {
"Field": "REFRIGERATOR WIDTH (IN)",
"Value": "28.1 - 30 inch",
"Total": 10,
"Default": false
},
"30.1 - 33 inch": {
"Field": "REFRIGERATOR WIDTH (IN)",
"Value": "30.1 - 33 inch",
"Total": 46,
"Default": false
},
"33.1 - 36 inch": {
"Field": "REFRIGERATOR WIDTH (IN)",
"Value": "33.1 - 36 inch",
"Total": 248,
"Default": false
},
"36.1 - 42 inch": {
"Field": "REFRIGERATOR WIDTH (IN)",
"Value": "36.1 - 42 inch",
"Total": 4,
"Default": false
}
}
},
"subcategory": {
"id": 15,
"name": "Refrigerators",
"slug": "refrigerators",
"detail_category": [
{
"id": 89,
"subcategory_id": 15,
"name": "French Door Refrigerators",
"priority": 0,
"slug": "french-door-refrigerators",
"logo": null,
"disable": 0,
"selected": true,
"logo_url": null
},
{
"id": 90,
"subcategory_id": 15,
"name": "Top Freezer Refrigerators",
"priority": 0,
"slug": "top-freezer-refrigerators",
"logo": null,
"disable": 0,
"selected": false,
"logo_url": null
},
{
"id": 91,
"subcategory_id": 15,
"name": "Side-by-Side Refrigerators",
"priority": 0,
"slug": "side-by-side-refrigerators",
"logo": null,
"disable": 0,
"selected": false,
"logo_url": null
},
{
"id": 92,
"subcategory_id": 15,
"name": "Bottom Freezer Refrigerators",
"priority": 0,
"slug": "bottom-freezer-refrigerators",
"logo": null,
"disable": 0,
"selected": false,
"logo_url": null
},
{
"id": 96,
"subcategory_id": 15,
"name": "Refrigerator Only",
"priority": 0,
"slug": "refrigerator-only",
"logo": null,
"disable": 0,
"selected": false,
"logo_url": null
}
],
"logo_url": null
}
},
"meta": null,
"errors": null
}
Retrieve Products
Product information is crucial, and the API displays search results accordingly. It provides comprehensive details about each product to offer a deeper understanding of their features. Various details are explained or mentioned to pique interest and encourage purchasing. To retrieve this information, the GET method must be used.
Parameters
sku
string *Stock keeping unit, as the product model identifier.
detail_cat
string *It specifies the details of the category.
zip_code
stringIt determines the area number of the store.
subcategory
string *It specifies the subcategory of the products.
Attributes
pkProduct
numberThe number of product identifier.
pk_product
numberThe number of product identifier.
base_model_child
array of objectsThe list of objects.
base_model_child: product_id
stringThe id of the product.
base_model_child: color
stringThe color of the product.
base_model_child: image
stringThe url of the image source of the product
base_model_child: price
stringThe price of the product
base_model_number
stringThe model number of the product that will be shown.
brand_id
numberThe id of the brand.
brand_image
stringThe url image of the brand
brand_name
stringThe brand of the product.
brand_slug
stringThe slug of the brand.
category_name
stringThe name of the product’s category.
color
stringValue of the color.
condition
array of an objectThe array of name.
condition: name
stringThe condition name.
detail_category_name
stringThe detail category of the product.
detail_category_slug
stringThe slug of the product's detail category.
display_stores
empty stringIt is optional.
estimate_availability
nullIt is optional to include the estimation time of store availability.
estimate_availability_desc
nullIt is optional to include the description.
financing_duration
nullIt is optional to include the duration of payment.
financing_price
numberThe price which should be paid.
image
stringThe source picture of the product.
in_active_status
booleanThe status of the product.
in_stock
numberThe stock of the product.
install
array of objectsSome options if users choose to install.
install: install_id
stringThe unique id for the installation option.
install: install_name
stringThe name of installation based on product.
install: description
nullIt is optional.
install: install_price
stringThe price of installation.
install: is_option
numberThe option of installation.
inventory_quantity
numberThe quantity of the inventory.
is_sale
booleanThe option regarding product's sale.
link_category_name
stringThe category name inserted in the url.
link_subcategory_name
stringThe subcategory name inserted in the url.
link_detail_category_name
stringThe detail category name inserted in the url.
long_description
nullIt is optional to include the description.
name
stringThe name of the product.
price
stringThe price of the product.
price_valid_until
stringThe validation date of the product's price.
product_feature
array of objectsThe validation date of the product's price.
product_feature: value
stringThe name of product.
product_id
stringThe id of the product.
product_image
array of objectsThe list of objects.
product_image: image
stringThe url of product image.
rebate
empty stringIt is optional to include rebate.
regular_price
stringThe regular price of product.
sale_price
stringThe sale price of product.
savings
stringThe savings which user has.
short_description
stringThe description of the product.
subcategory_name
stringThe name of subcategory.
subcategory_slug
stringThe slug of subcategory.
warranty
empty stringIt is optional to include warranty.
GET /api/v2/product/showcurl --location 'https://appliance-api.com/api/v2/product/show?sku=GDT630PMRES&detail_cat=built-in-dishwashers&subcategory=dishwashers' \
--header 'x-api-key: your_api_key' \
--header 'x-tenant-id: your_tenant_id'
{
"code": "200",
"message": "Success",
"data": {
"pkProduct": 96847,
"pk_product": 96847,
"base_model_child": [
{
"product_id": "GDT630PGRBB",
"color": "Black",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052581.jpg",
"price": "0.00"
},
{
"product_id": "GDT630PMRES",
"color": "Slate",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052589.jpg",
"price": "0.00"
},
{
"product_id": "GDT630PYRFS",
"color": "Stainless Steel",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052445.jpg",
"price": "0.00"
},
{
"product_id": "GDT630PGRWW",
"color": "White",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052585.jpg",
"price": "0.00"
}
],
"base_model_number": "GDT630PMRES",
"brand_id": 17,
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"brand_slug": "ge",
"category_name": "Dishwashers",
"color": "Slate",
"condition": {
"name": "New"
},
"detail_category_name": "Built-In Dishwashers",
"detail_category_slug": "built-in-dishwashers",
"display_stores": [],
"estimate_availability": null,
"estimate_availability_desc": null,
"financing_duration": null,
"financing_price": 0,
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052589.jpg",
"in_active_status": false,
"in_stock": 0,
"install": [
{
"install_id": "5f32f667622e5",
"install_name": "Panel-Ready Dishwasher Standard Install (customer supplied panel)",
"description": null,
"install_price": "235",
"is_option": 1
},
{
"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
}
],
"inventory_quantity": 0,
"is_sale": false,
"link_category_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"link_subcategory_name": "dishwashers",
"long_description": null,
"name": "GE® TOP CONTROL WITH PLASTIC INTERIOR DISHWASHER WITH SANITIZE CYCLE & DRY BOOST",
"price": "0.00",
"price_valid_until": "2023-03-08",
"product_feature": [
{
"value": "Bottle Jets"
},
{
"value": "Wash Zone"
},
{
"value": "Dry Boost™"
},
{
"value": "Steam + Sani"
},
{
"value": "AutoSense Wash Cycle"
},
{
"value": "Adjustable Upper Rack"
},
{
"value": "High Wash Performance"
},
{
"value": "Choose Your Cycle"
},
{
"value": "Reliable Performance"
},
{
"value": "Hard Food Disposer"
},
{
"value": "Water Leak Sensor"
},
{
"value": "ENERGY STAR® Dishwasher"
},
{
"value": "Quiet 50 dBA Dishwasher"
},
{
"value": "Extra Large Capacity"
},
{
"value": "Flush Installation"
}
],
"product_id": "GDT630PMRES",
"product_image": [
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052589.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052590.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052591.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052742_prewash_wash action_auto sense_2400x2500.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=24052735.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052743_wash_action_2400x2500.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052744_bottle_jets_2400x2500_V2.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052745_third_rack_2400x2500.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052746.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=24052734.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052592.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052560.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052454.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=24052729.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052453.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=95717_Bottle_jets_Callouts.jpg"
},
{
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=24052730.jpg"
}
],
"rebate": [],
"regular_price": "0.00",
"sale_price": "0.00",
"savings": 0,
"short_description": "GE® TOP CONTROL WITH PLASTIC INTERIOR DISHWASHER WITH SANITIZE CYCLE & DRY BOOST",
"subcategory_name": "Dishwashers",
"subcategory_slug": "dishwashers",
"warranty": []
},
"meta": null,
"errors": null
}
Retrieve Information Details
The details include the price and general information of the product. Additionally, it indicates the availability of the product, including the stores where it is available for display.
Parameters
sku
string *The param is used to specify the code for the product.
Attributes
id
numberThe id of the product.
sku
stringThe code of the product.
is_in_stock
numberThe available stock.
quantity
numberThe quantity of the available products.
price
numberThe price of the product.
regular_price
numberThe regular price of the product.
sale_price
numberThe selling price of the product.
savings
numberThe amount of price saving.
display_stores
array of objectsIt shows the store which has the displayed product.
display_stores: name
stringThe name of the display store.
display_stores: slug
stringThe slug of the display store.
GET /api/v2/product/show/informationcurl --location 'https://appliance-api.com/api/v2/product/show/information?sku=KCGS956ESS' \
--header 'x-api-key: your_api_key' \
--header 'x-tenant-id: your_tenant_id'
{
{
"code": "200",
"message": "Success",
"data": {
"id": 88,
"sku": "KCGS956ESS",
"is_in_stock": 0,
"quantity": 0,
"price": "1849.00",
"regular_price": "1849.00",
"sale_price": "0.00",
"savings": 0,
"display_stores": [
{
"name": "West County",
"slug": "west-county"
}
]
},
"meta": null,
"errors": null
}
Retrieve Promotion Details
In addition to sharing information, the Appliance API can retrieve detailed information about the product as a form of promotion.
Due to its importance, product ratings are included to demonstrate credibility.
Testimonials are crucial for customers to understand reviews, aiding marketers in their efforts.
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
brand_id
string *The param is used to specify the name of the brand.
Attributes
category
stringThe category of the product.
products
array of objectsIndicateing the potential of promoting the product.
products: average_rating
stringThe average rating of the product.
products: total_rating
numberThe total reviews of products.
products: is_in_stock
numberThe availability of the product.
products: product_id
stringThe id of the product.
products: brand_image
stringThe url of the source brand's image.
products: brand_name
stringThe name of the brand.
products: name
stringThe name of the product and its serial.
products: image
stringThe url of the product's image.
products: link_category_name
stringThe slug name of the product's category.
products: link_subcategory_name
stringThe slug name of the product's subcategory.
products: link_detail_category_name
stringThe slug name of the detail product's category.
products: savings
numberThe savings of the product.
products: price
stringThe price of the product.
products: regular_price
stringThe regular price of the product.
products: sale_price
stringThe sale price of the product.
products: is_top_picks
booleanThe option as the top pick.
GET /api/v2/product/best-sellerscurl --location 'https://appliance-api.com/api/v2/product/promote' \
--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": [
{
"category": "Refrigeration",
"products": [
{
"average_rating": "4.37",
"total_rating": 264,
"is_in_stock": 1,
"product_id": "GNE27JYMFS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® ENERGY STAR® 27.0 Cu. Ft. Fingerprint Resistant French-Door Refrigerator",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=90569_162835_CROP.jpg",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "3.69",
"total_rating": 75,
"is_in_stock": 1,
"product_id": "ART318FFDS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"brand_name": "Amana",
"name": "30-inch Amana® Top-Freezer Refrigerator with Glass Shelves",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=ART318FFDS",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"savings": 0,
"price": "1039",
"regular_price": "1039",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "5.00",
"total_rating": 150,
"is_in_stock": 1,
"product_id": "KRFF507HPS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/945200-kitchenaid.jpg",
"brand_name": "KitchenAid",
"name": "26.8 cu. ft. 36-Inch Width Standard Depth French Door Refrigerator with Exterior Ice and Water and PrintShield™ finish",
"image": "https://www.whirlpool.com/is/image/content/dam/global/shot-lists/2018/p180013/hero-p180013-1z.tif?$mdm-thumb-1000$",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": "2879.00",
"regular_price": "2879.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "EATG18200W",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/element-appliance.png",
"brand_name": "Element Appliance",
"name": "Element 18 cu. ft. Top Mount Refrigerator (white)",
"image": "localhost:8000/storage/images/products/local/element-appliance-EATG18200W-4.jpg",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "MRB19B7AST",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/604836-midea.png",
"brand_name": "Midea",
"name": "18.7 Cu. Ft. Bottom Mount Freezer Refrigerator",
"image": "localhost:8000/storage/images/products/local/midea-MRB19B7AST-2.jpg",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "bottom-freezer-refrigerators",
"savings": 0,
"price": "999.00",
"regular_price": "999.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.64",
"total_rating": 50,
"is_in_stock": 1,
"product_id": "ART318FFDW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"brand_name": "Amana",
"name": "30-inch Amana® Top-Freezer Refrigerator with Glass Shelves",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=ART318FFDW",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"savings": 0,
"price": "939",
"regular_price": "939",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "EATG18200SS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/element-appliance.png",
"brand_name": "Element Appliance",
"name": "Element 18 cu. ft. Top Mount Refrigerator (Stainless Steel)",
"image": "localhost:8000/storage/images/products/local/element-appliance-EATG18200SS-1.png",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "top-freezer-refrigerators",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "3.70",
"total_rating": 200,
"is_in_stock": 1,
"product_id": "WRF767SDHZ",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "36-inch Wide French Door Refrigerator - 27 cu. ft.",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=WRF767SDHZ",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": "3309",
"regular_price": "3309",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "B36CT80SNS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/854831-bosch.png",
"brand_name": "Bosch",
"name": "800 Series French Door Bottom Mount Refrigerator 36\"\" Easy clean stainless steel",
"image": "https://media3.bosch-home.com/Product_Shots/2000x2000/19111990_Bosch_Refrigerator_B36CT80SNS_STP_Badge_def.jpg",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": "3399.00",
"regular_price": "3399.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "B36CL80ENS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/854831-bosch.png",
"brand_name": "Bosch",
"name": "800 Series French Door Bottom Mount Refrigerator 36\"\" Easy clean stainless steel",
"image": "https://media3.bosch-home.com/Product_Shots/2000x2000/9156397_B36CL80ENS_S01_R01_C01_def.jpg",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": "3699.00",
"regular_price": "3699.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.09",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "WRQA59CNKZ",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "36-inch Wide Counter Depth 4 Door Refrigerator - 19.4 cu. ft.",
"image": "https://www.whirlpool.com/is/image/content/dam/global/shot-lists/2020/p200257wr/hero-p200257wr-001z.tif?$mdm-thumb-1000$",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": "2609",
"regular_price": "2609",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "B36CD50SNS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/854831-bosch.png",
"brand_name": "Bosch",
"name": "500 Series French Door Bottom Mount Refrigerator 36\"\" Easy clean stainless steel",
"image": "https://media3.bosch-home.com/Product_Shots/2000x2000/16181685_Bosch-refrigerator-B36CD50SNS-front-STP_def.jpg",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": "3199.00",
"regular_price": "3199.00",
"sale_price": "0.00",
"is_top_picks": false
}
]
},
{
"category": "Cooking",
"products": [
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "AGR4230BAW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"brand_name": "Amana",
"name": "30-inch Gas Range with EasyAccess™ Broiler Door",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=AGR4230BAW",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "freestanding",
"savings": 0,
"price": "659",
"regular_price": "659",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "AGR6603SFW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"brand_name": "Amana",
"name": "30-inch Gas Range with Self-Clean Option",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=AGR6603SFW",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "freestanding",
"savings": 0,
"price": "969.00",
"regular_price": "959",
"sale_price": "969.00",
"is_top_picks": false
},
{
"average_rating": "4.54",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "JS760SPSS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® 30\" Slide-In Electric Convection Range with No Preheat Air Fry",
"image": "localhost:8000/storage/images/products/local/ge-JS760SPSS-9.jpg",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "slide-in",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.17",
"total_rating": 111,
"is_in_stock": 1,
"product_id": "WEE745H0LZ",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "6.4 Cu. Ft. Whirlpool® Electric 7-in-1 Air Fry Oven",
"image": "https://kitchenaid-h.assetsadobe.com/is/image/content/dam/global/shot-lists/2021/p210318wc/additional-p210318wc-071.tif?wid=900&hei=900",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "slide-in",
"savings": 0,
"price": "2059",
"regular_price": "2059",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "3.98",
"total_rating": 49,
"is_in_stock": 1,
"product_id": "ACR4303MFW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"brand_name": "Amana",
"name": "30-inch Electric Range with Bake Assist Temps",
"image": "https://www.whirlpool.com/is/image/content/dam/global/shot-lists/2016/p160033/hero-p160033-3z.tif?$mdm-thumb-1000$",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "freestanding",
"savings": 0,
"price": "759",
"regular_price": "759",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "5.00",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "KFEG500ESS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/945200-kitchenaid.jpg",
"brand_name": "KitchenAid",
"name": "30-Inch 5-Element Electric Convection Range",
"image": "https://www.whirlpool.com/is/image/content/dam/global/shot-lists/2017/p170679/hero-p170679-79z.tif?$mdm-thumb-1000$",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "freestanding",
"savings": 0,
"price": "1259.00",
"regular_price": "1259.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.69",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "JGBS86SPSS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® 30\" Free-Standing Gas Double Oven Convection Range",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI50041713.jpg",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "freestanding",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "JES1750FS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/293105-jennair.png",
"brand_name": "JennAir",
"name": "Euro-Style 30\" Electric Downdraft Range",
"image": "https://kitchenaid-h.assetsadobe.com/is/image/content/dam/global/jennair/cooking/range/images/hero-JES1750FS.tif?wid=900&hei=900",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "slide-in",
"savings": 0,
"price": "3689",
"regular_price": "3689",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.58",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "JGBS66REKSS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® 30\" Free-Standing Gas Range",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=R48163.jpg",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "freestanding",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "3.91",
"total_rating": 87,
"is_in_stock": 1,
"product_id": "WEG745H0LZ",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "5.8 Cu. Ft. Whirlpool® Gas 7-in-1 Air Fry Oven",
"image": "https://kitchenaid-h.assetsadobe.com/is/image/content/dam/global/shot-lists/2021/p210318wc/open-p210318wc-024.tif?wid=900&hei=900",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "slide-in",
"savings": 0,
"price": "2159",
"regular_price": "2159",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "WFG550S0LZ",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "5.0 Cu. Ft. Whirlpool® Gas 5-in-1 Air Fry Oven",
"image": "https://kitchenaid-h.assetsadobe.com/is/image/content/dam/global/whirlpool/cooking/range/images/hero-WFG550S0LZ.tif?wid=900&hei=900",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "freestanding",
"savings": 0,
"price": "1379",
"regular_price": "1379",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.66",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "JGB735DPWW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® 30\" Free-Standing Gas Convection Range with No Preheat Air Fry",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI50041899.jpg",
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "freestanding",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
}
]
},
{
"category": "Dishwashers",
"products": [
{
"average_rating": "4.35",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "PDT715SYNFS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/737688-profile.png",
"brand_name": "GE Profile",
"name": "GE Profile™ Fingerprint Resistant Top Control with Stainless Steel Interior Dishwasher with Sanitize Cycle & Dry Boost with Fan Assist",
"image": "localhost:8000/storage/images/products/local/ge-PDT715SYNFS-1.jpg",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "3.95",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "ADB1400AGW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"brand_name": "Amana",
"name": "Dishwasher with Triple Filter Wash System",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=ADB1400AGW",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "489",
"regular_price": "489",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "3.88",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "WDF520PADM",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "ENERGY STAR® certified dishwasher with 1-Hour Wash cycle",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=WDF520PADM",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "689",
"regular_price": "689",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "JDPSS244LL",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/293105-jennair.png",
"brand_name": "JennAir",
"name": "RISE™ 24\" Built-In Dishwasher, 38 dBA",
"image": "https://kitchenaid-h.assetsadobe.com/is/image/content/dam/global/shot-lists/2021/p210594jd/feature-p210594jd-010z.tif?wid=900&hei=900",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "1489",
"regular_price": "1489",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.08",
"total_rating": 150,
"is_in_stock": 1,
"product_id": "WDF540PADM",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "ENERGY STAR® certified dishwasher with Sensor cycle",
"image": "localhost:8000/storage/images/products/local/whirlpool-WDF540PADM-2.do",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "769",
"regular_price": "769",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "3.72",
"total_rating": 208,
"is_in_stock": 1,
"product_id": "GDF450PGRWW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® Dishwasher with Front Controls",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI50042118.jpg",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.37",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "PDT755SYRFS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/737688-profile.png",
"brand_name": "GE Profile",
"name": "GE Profile™ UltraFresh System Dishwasher with Stainless Steel Interior",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=114647_Profile_Dish_Hero_limbo_2400x2500_1.jpg",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "3.82",
"total_rating": 137,
"is_in_stock": 1,
"product_id": "GDT535PSRSS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® Top Control with Plastic Interior Dishwasher with Sanitize Cycle & Dry Boost",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052520.jpg",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "SHE3AR75UC",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/854831-bosch.png",
"brand_name": "Bosch",
"name": "Ascenta® Dishwasher 24\"\" Stainless steel",
"image": "https://media3.bosch-home.com/Product_Shots/2000x2000/MCSA051472_SHE3AR75UC_def.jpg",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "649.00",
"regular_price": "649.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.14",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "WDF540PADB",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "ENERGY STAR® certified dishwasher with Sensor cycle",
"image": "localhost:8000/storage/images/products/local/whirlpool-WDF540PADB-1.do",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "719",
"regular_price": "719",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "MDT24H2AST",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/604836-midea.png",
"brand_name": "Midea",
"name": "49 dBA Dishwasher with Extended Dry in Stainless Steel",
"image": "localhost:8000/storage/images/products/local/midea-MDT24H2AST-1.jpg",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "2.27",
"total_rating": 15,
"is_in_stock": 1,
"product_id": "LDP7808SS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/617342-LG.png",
"brand_name": "LG",
"name": "Top Control Dishwasher with QuadWash™ and TrueSteam®",
"image": "https://www.lg.com/us/images/dishwashers/md07000212/gallery/large01.jpg",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
}
]
},
{
"category": "Microwaves",
"products": [
{
"average_rating": "4.56",
"total_rating": 200,
"is_in_stock": 1,
"product_id": "AMV2307PFS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"brand_name": "Amana",
"name": "1.6 Cu. Ft. Over-the-Range Microwave with Add 0:30 Seconds",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=AMV2307PFS",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "over-the-range-microwaves",
"savings": 0,
"price": "359",
"regular_price": "359",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.26",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "JVM3160RFSS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® 1.6 Cu. Ft. Over-the-Range Microwave Oven",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=R48184.jpg",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "over-the-range-microwaves",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "SMD2470ASY",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/628493-sharp.png",
"brand_name": "Sharp",
"name": "24 in. 1.2 cu. ft. 950W Sharp Stainless Steel Microwave Drawer Oven (SMD2470ASY)",
"image": "https://cdn11.bigcommerce.com/s-8vy557m296/images/stencil/1280x1280/products/119/2138/SM-D2470AS_HO_CLOSED_WEB__51829.1631331559.JPG?c=2",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "countertop-microwaves",
"savings": 0,
"price": "1299.00",
"regular_price": "1299.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.26",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "JVM3160DFWW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® 1.6 Cu. Ft. Over-the-Range Microwave Oven",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=R48343.jpg",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "over-the-range-microwaves",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.31",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "WMH32519HZ",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "1.9 cu. ft. Capacity Steam Microwave with Sensor Cooking",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=WMH32519HZ",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "over-the-range-microwaves",
"savings": 0,
"price": "489",
"regular_price": "489",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "5.00",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "KMHS120ESS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/945200-kitchenaid.jpg",
"brand_name": "KitchenAid",
"name": "30\" 1000-Watt Microwave Hood Combination",
"image": "https://www.whirlpool.com/is/image/content/dam/global/shot-lists/2020/p200645kc/hero-p200645kc-201z.tif?$mdm-thumb-1000$",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "over-the-range-microwaves",
"savings": 0,
"price": "538.00",
"regular_price": "538.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.26",
"total_rating": 200,
"is_in_stock": 1,
"product_id": "WMH31017HZ",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "1.7 cu. ft. Microwave Hood Combination with Electronic Touch Controls",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=WMH31017HZ",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "over-the-range-microwaves",
"savings": 0,
"price": "429",
"regular_price": "429",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.05",
"total_rating": 150,
"is_in_stock": 1,
"product_id": "WMH31017HS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "1.7 cu. ft. Microwave Hood Combination with Electronic Touch Controls",
"image": "localhost:8000/storage/images/products/local/whirlpool-WMH31017HS-1.tif",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "over-the-range-microwaves",
"savings": 0,
"price": "409",
"regular_price": "409",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.63",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "JES1109RRSS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "Countertop Convection Microwave Oven with Air Fry",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=13610288.jpg",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "countertop-microwaves",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.26",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "JVM3160DFBB",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® 1.6 Cu. Ft. Over-the-Range Microwave Oven",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=R48344.jpg",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "over-the-range-microwaves",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "AMV2307PFW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"brand_name": "Amana",
"name": "1.6 Cu. Ft. Over-the-Range Microwave with Add 0:30 Seconds",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=AMV2307PFW",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "over-the-range-microwaves",
"savings": 0,
"price": "309",
"regular_price": "309",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.46",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "JVM7195SKSS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® 1.9 Cu. Ft. Over-the-Range Sensor Microwave Oven",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=R48203.jpg",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "over-the-range-microwaves",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
}
]
},
{
"category": "Laundry",
"products": [
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "TC5003WN",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/741172-speedqueen.png",
"brand_name": "Speed Queen",
"name": "Speed Queen Top Load Washer with Speed Queen® Classic Clean™",
"image": "https://speedqueen.com/wp-content/uploads/2019/01/TC5_Front-1-1024x1024.jpg",
"link_category_name": "laundry",
"link_subcategory_name": "washers",
"link_detail_category_name": "top-load-washers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "TR7003WN",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/741172-speedqueen.png",
"brand_name": "Speed Queen",
"name": "Speed Queen Ultra-Quiet Top Load Washer with Speed Queen® Perfect Wash™",
"image": "https://speedqueen.com/wp-content/uploads/2019/01/TR7_Front-1.png",
"link_category_name": "laundry",
"link_subcategory_name": "washers",
"link_detail_category_name": "top-load-washers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "DC5003WE",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/741172-speedqueen.png",
"brand_name": "Speed Queen",
"name": "Speed Queen Sanitizing Electric Dryer with Extended Tumble",
"image": "localhost:8000/storage/images/products/live/speedqueen-DC5003WE-1.jpg",
"link_category_name": "laundry",
"link_subcategory_name": "dryers",
"link_detail_category_name": "front-load-matching-dryers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "DR7003WE",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/741172-speedqueen.png",
"brand_name": "Speed Queen",
"name": "Speed Queen Dryers",
"image": "localhost:8000/storage/images/products/live/speedqueen-DR7003WE-1.jpg",
"link_category_name": "laundry",
"link_subcategory_name": "dryers",
"link_detail_category_name": "front-load-matching-dryers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "3.92",
"total_rating": 50,
"is_in_stock": 1,
"product_id": "NTW4516FW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"brand_name": "Amana",
"name": "3.5 cu. ft. Top-Load Washer with Dual Action Agitator",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=NTW4516FW",
"link_category_name": "laundry",
"link_subcategory_name": "washers",
"link_detail_category_name": "top-load-washers",
"savings": 0,
"price": "619",
"regular_price": "619",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.37",
"total_rating": 200,
"is_in_stock": 1,
"product_id": "NED4655EW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"brand_name": "Amana",
"name": "6.5 cu. ft. Electric Dryer with Wrinkle Prevent Option",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=NED4655EW",
"link_category_name": "laundry",
"link_subcategory_name": "dryers",
"link_detail_category_name": "front-load-matching-dryers",
"savings": 0,
"price": "619",
"regular_price": "619",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.45",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "GTW525ACPWB",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® 4.2 cu. ft. Capacity Washer with Stainless Steel Basket",
"image": "localhost:8000/storage/images/products/local/ge-GTW525ACPWB-1.jpg",
"link_category_name": "laundry",
"link_subcategory_name": "washers",
"link_detail_category_name": "top-load-washers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.30",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "GTW465ASNWW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® 4.5 cu. ft. Capacity Washer with Stainless Steel Basket",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=155037.jpg",
"link_category_name": "laundry",
"link_subcategory_name": "washers",
"link_detail_category_name": "top-load-washers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "3.96",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "WFW5620HW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "4.5 cu. ft. Closet-Depth Front Load Washer with Load & Go™ Dispenser",
"image": "localhost:8000/storage/images/products/local/whirlpool-WFW5620HW-1.tif",
"link_category_name": "laundry",
"link_subcategory_name": "washers",
"link_detail_category_name": "front-load-washers",
"savings": 0,
"price": "1059",
"regular_price": "1059",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.37",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "GTW335ASNWW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® 4.2 cu. ft. Capacity Washer with Stainless Steel Basket",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=R47654.jpg",
"link_category_name": "laundry",
"link_subcategory_name": "washers",
"link_detail_category_name": "top-load-washers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "WED5620HW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"brand_name": "Whirlpool",
"name": "7.4 cu. ft. Front Load Electric Dryer with Intuitive Touch Controls",
"image": "https://www.whirlpool.com/is/image/content/dam/global/shot-lists/2017/p170454/hero-p170454-155c.tif?$mdm-thumb-1000$",
"link_category_name": "laundry",
"link_subcategory_name": "dryers",
"link_detail_category_name": "front-load-matching-dryers",
"savings": 0,
"price": "1059",
"regular_price": "1059",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.68",
"total_rating": 50,
"is_in_stock": 1,
"product_id": "NGD4655EW",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"brand_name": "Amana",
"name": "6.5 cu. ft. Gas Dryer with Wrinkle Prevent Option",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=NGD4655EW",
"link_category_name": "laundry",
"link_subcategory_name": "dryers",
"link_detail_category_name": "front-load-matching-dryers",
"savings": 0,
"price": "739",
"regular_price": "739",
"sale_price": "0.00",
"is_top_picks": false
}
]
}
],
"meta": null,
"errors": null
}
Retrieve Frequently Together Products
Accessing this API will display products frequently purchased by users simultaneously.
For instance, when a user orders a refrigerator,
the website will showcase other frequently bought products such as washers or vent hoods alongside the refrigerator.
Parameters
sku
string *The sku code for the product, it can get multiple products and splitted by comma.
Attributes
average_rating
numberThe average rating of the product.
total_rating
numberThe total reviews of the products.
is_in_stock
numberThe available of the product.
product_id
stringThe id of the product.
brand_name
stringThe name of the brand.
brand_image
stringThe url of the source brand's image.
name
stringThe name of the product and its serial.
image
stringThe url of the product's image.
link_category_name
stringThe name or url of the product's category.
link_subcategory_name
stringThe name or url of the product's subcategory.
link_detail_category_name
stringThe name or url of the product's detail category.
savings
numberThe savings of the product.
price
stringThe price of the product.
regular_price
stringThe regular price of the product.
sale_price
stringThe sale price of the product.
is_top_picks
booleanThe option as the top pick.
GET /api/v2/product/featured/relationcurl --location 'https://appliance-api.com/api/v2/product/featured/relation?sku=TR5003WN' \
--header 'x-api-key: your_api_key' \
--header 'x-tenant-id: your_tenant_id'
{
"code": "200",
"message": "Success",
"data": [
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 0,
"product_id": "DR5003WE",
"brand_name": "Speed Queen",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/741172-speedqueen.png",
"name": "Speed Queen Dryers",
"image": "localhost:8000/storage/images/products/live/speedqueen-DR5003WE-1.jpg",
"link_category_name": "laundry",
"link_subcategory_name": "dryers",
"link_detail_category_name": "front-load-matching-dryers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "DR5003WG",
"brand_name": "Speed Queen",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/741172-speedqueen.png",
"name": "Speed Queen Dryers",
"image": "localhost:8000/storage/images/products/live/speedqueen-DR5003WG-1.jpg",
"link_category_name": "laundry",
"link_subcategory_name": "dryers",
"link_detail_category_name": "front-load-matching-dryers",
"savings": 0,
"price": 0,
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.37",
"total_rating": 264,
"is_in_stock": 1,
"product_id": "GNE27JYMFS",
"brand_name": "GE",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"name": "GE® ENERGY STAR® 27.0 Cu. Ft. Fingerprint Resistant French-Door Refrigerator",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=90569_162835_CROP.jpg",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": 0,
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "5.00",
"total_rating": 150,
"is_in_stock": 0,
"product_id": "KDPM604KPS",
"brand_name": "KitchenAid",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/945200-kitchenaid.jpg",
"name": "44 dBA Dishwasher in PrintShield™ Finish with FreeFlex™ Third Rack",
"image": "https://www.whirlpool.com/is/image/content/dam/global/shot-lists/2018/p180299kd/hero-p180299kd-004.tif?$mdm-thumb-1000$",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": 1214,
"regular_price": "1214.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.26",
"total_rating": 250,
"is_in_stock": 1,
"product_id": "JVM3160RFSS",
"brand_name": "GE",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"name": "GE® 1.6 Cu. Ft. Over-the-Range Microwave Oven",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=R48184.jpg",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "over-the-range-microwaves",
"savings": 0,
"price": 0,
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 1,
"product_id": "SMD2470ASY",
"brand_name": "Sharp",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/628493-sharp.png",
"name": "24 in. 1.2 cu. ft. 950W Sharp Stainless Steel Microwave Drawer Oven (SMD2470ASY)",
"image": "https://cdn11.bigcommerce.com/s-8vy557m296/images/stencil/1280x1280/products/119/2138/SM-D2470AS_HO_CLOSED_WEB__51829.1631331559.JPG?c=2",
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "countertop-microwaves",
"savings": 0,
"price": 1299,
"regular_price": "1299.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "3.60",
"total_rating": 50,
"is_in_stock": 0,
"product_id": "ADB1400AGS",
"brand_name": "Amana",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/813600-amana.png",
"name": "Dishwasher with Triple Filter Wash System",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=ADB1400AGS",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": 539,
"regular_price": "539.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.22",
"total_rating": 250,
"is_in_stock": 0,
"product_id": "GDT665SSNSS",
"brand_name": "GE",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"name": "GE® Top Control with Stainless Steel Interior Dishwasher with Sanitize Cycle & Dry Boost with Fan Assist",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI5004-1038.jpg",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": 0,
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "4.06",
"total_rating": 250,
"is_in_stock": 0,
"product_id": "GFE28GYNFS",
"brand_name": "GE",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"name": "GE® ENERGY STAR® 27.7 Cu. Ft. Fingerprint Resistant French-Door Refrigerator",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=R48626.jpg",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": 0,
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 0,
"product_id": "WRF535SWHZ",
"brand_name": "Whirlpool",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/211742-whirlpool.jpg",
"name": "36-inch Wide French Door Refrigerator with Water Dispenser - 25 cu. ft.",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=WRF535SWHZ",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": 2409,
"regular_price": "2409.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "5.00",
"total_rating": 250,
"is_in_stock": 0,
"product_id": "KRMF706ESS",
"brand_name": "KitchenAid",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/945200-kitchenaid.jpg",
"name": "25.8 Cu. Ft. 36\" Multi-Door Freestanding Refrigerator with Platinum Interior Design",
"image": "https://access.whirlpool.com/mr/getMediaType.do?mediaType=Standalone_1000X1000&sku=KRMF706ESS",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": 3869,
"regular_price": "3869.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"average_rating": "5.00",
"total_rating": 150,
"is_in_stock": 1,
"product_id": "KRFF507HPS",
"brand_name": "KitchenAid",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/945200-kitchenaid.jpg",
"name": "26.8 cu. ft. 36-Inch Width Standard Depth French Door Refrigerator with Exterior Ice and Water and PrintShield™ finish",
"image": "https://www.whirlpool.com/is/image/content/dam/global/shot-lists/2018/p180013/hero-p180013-1z.tif?$mdm-thumb-1000$",
"link_category_name": "refrigeration",
"link_subcategory_name": "refrigerators",
"link_detail_category_name": "french-door-refrigerators",
"savings": 0,
"price": 2879,
"regular_price": "2879.00",
"sale_price": "0.00",
"is_top_picks": false
}
],
"meta": null,
"errors": null
}
Retrieve Most Viewed Products
This API endpoint includes features to display products that are frequently viewed by users. Its purpose is to provide users with information about the products.
Parameters
No parameter required.
Attributes
is_in_stock
numberThe availability of the product.
product_id
stringThe id of the product.
brand_image
stringThe url of the source brand's image.
brand_name
stringThe brand name of each product.
name
stringThe name of the product and maybe serial of it.
image
stringThe url of the product's image.
link_category_name
stringThe name of the product's category.
link_subcategory_name
stringThe name of product's subcategory.
link_detail_category_name
stringThe detail of product category's name.
savings
numberThe savings of the product.
price
stringThe price of the product.
regular_price
stringThe regular price of the product.
sale_price
stringThe sale price of the product.
is_top_picks
booleanThe option as the top pick.
GET /api/v2/product/most-viewedcurl --location 'https://appliance-api.com/api/v2/product/most-viewed' \
--header 'x-api-key: your_api_key' \
--header 'x-tenant-id: your_tenant_id'
{
"code": "200",
"message": "Success",
"data": [
{
"is_in_stock": 0,
"product_id": "GDT630PMRES",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/502614-ge.png",
"brand_name": "GE",
"name": "GE® TOP CONTROL WITH PLASTIC INTERIOR DISHWASHER WITH SANITIZE CYCLE & DRY BOOST",
"image": "https://products.geappliances.com/MarketingObjectRetrieval/Dispatcher?RequestType=Image&Name=CGI24052589.jpg",
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwashers",
"link_detail_category_name": "built-in-dishwashers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
},
{
"is_in_stock": 1,
"product_id": "HTX24EASKWS",
"brand_image": "https://ik.imagekit.io/3afupmxoz/storage/images/brand/901994-hotpoint.png",
"brand_name": "Hotpoint",
"name": "Hotpoint® 6.2 cu. ft. Capacity aluminized alloy Electric Dryer",
"image": "localhost:8000/storage/images/products/local/hotpoint-HTX24EASKWS-51.jpg",
"link_category_name": "laundry",
"link_subcategory_name": "dryers",
"link_detail_category_name": "top-load-matching-dryers",
"savings": 0,
"price": "0.00",
"regular_price": "0.00",
"sale_price": "0.00",
"is_top_picks": false
}
],
"meta": null,
"errors": null
}
Retrieve Popular Search
The API includes popular searched products to be displayed when a user types in the search bar.
Parameters
No parameter required.
Attributes
popular_search
array of objectsThe list of what the search found.
popular_category
array of objectsThe category list of what the search found.
GET /api/v2/product/popular-searchcurl --location 'https://appliance-api.com/api/v2/product/popular-search' \
--header 'x-tenant-id: your_tenant_id' \
--header 'x-api-key: your_api_key'
{
"code": "200",
"message": "Success",
"data": {
"popular_search": [
"Laundry",
"Washers",
"Dryers",
"LG",
"GNE27JYMFS"
],
"popular_category": [
"Washers",
"Dryers",
"Refrigerators",
"Ranges",
"Dehumidifiers",
"Microwaves",
"Specialty Laundry"
]
},
"meta": null,
"errors": null
}
Retrieve Popular Product
Differing from Popular Search, Popular Products will display product information in the 'Explore Our Best Seller Products' section.
Parameters
No parameter required.
Attributes
average_rating
numberThe average rating of the product.
total_rating
numberThe total rating of the product.
is_in_stock
numberThe availability of the product.
name
stringThe name of popular product.
sku
stringThe sku code of the popular product.
brand_image
stringThe image url of the popular product brand.
brand_name
stringThe image url of the popular product brand.
image
stringThe image url of popular product.
category
nullIt is optional to include the category of popular product.
link_category_name
stringThe url or name of popular product's category.
link_subcategory_name
stringThe url or name of popular product's subcategory.
link_detail_category_name
stringThe url or name of popular product's detail category.
savings
numberThe savings of the popular product.
price
stringThe price of popular product.
regular_price
stringThe regular price of popular product.
sale_price
stringThe sale price of popular product brand.
is_top_picks
booleanThe option of popular product's topic.
pickup_time
nullThe pickup time option of the popular product.
is_pickup_today
booleanThe availability of today's pickup for popular product.
is_next_day_delivery
booleanThe availability of next day's delivery for popular product.
GET /api/v2/product/popularcurl --location 'https://appliance-api.com/api/v2/product/popular' \
--header 'x-tenant-id: your_tenant_id' \
--header 'x-api-key: your_api_key'
{
"code": "200",
"message": "Success",
"data": [
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 0,
"name": "1.6 cu. ft. Countertop Microwave with 1,200-Watt Cooking Power",
"sku": "WMC30516HZ",
"brand_image": "https://dq5w511paquwy.cloudfront.net/assets/brands/292144-whirlpool.webp",
"brand_name": "Whirlpool",
"image": "https://dq5w511paquwy.cloudfront.net/assets/images/WMC30516HZ-40884894.webp",
"category": null,
"link_category_name": "cooking",
"link_subcategory_name": "microwaves",
"link_detail_category_name": "countertop-microwaves",
"savings": 82,
"price": "267",
"regular_price": "349.00",
"sale_price": "267.00",
"is_top_picks": false,
"pickup_time": null,
"is_pickup_today": false,
"is_next_day_delivery": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 0,
"name": "30\" Range Hood with Full-Width Grease Filters",
"sku": "WVU17UC0JS",
"brand_image": "https://dq5w511paquwy.cloudfront.net/assets/brands/292144-whirlpool.webp",
"brand_name": "Whirlpool",
"image": "https://dq5w511paquwy.cloudfront.net/assets/images/WVU17UC0JS-41606153.webp",
"category": null,
"link_category_name": "cooking",
"link_subcategory_name": "vent-hoods",
"link_detail_category_name": "under-cabinet-hoods",
"savings": 113,
"price": "146",
"regular_price": "259.00",
"sale_price": "146.00",
"is_top_picks": false,
"pickup_time": null,
"is_pickup_today": false,
"is_next_day_delivery": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 0,
"name": "Quiet Dishwasher with Stainless Steel Tub",
"sku": "WDF550SAHS",
"brand_image": "https://dq5w511paquwy.cloudfront.net/assets/brands/292144-whirlpool.webp",
"brand_name": "Whirlpool",
"image": "https://dq5w511paquwy.cloudfront.net/assets/images/WDF550SAHS-41685332.webp",
"category": null,
"link_category_name": "dishwashers",
"link_subcategory_name": "dishwasher-appliances",
"link_detail_category_name": "built-in-dishwashers",
"savings": 105,
"price": "924",
"regular_price": "1029.00",
"sale_price": "924.00",
"is_top_picks": false,
"pickup_time": null,
"is_pickup_today": false,
"is_next_day_delivery": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 0,
"name": "34\" Tall Range with Self Clean Oven Cycle",
"sku": "WEE515SALS",
"brand_image": "https://dq5w511paquwy.cloudfront.net/assets/brands/292144-whirlpool.webp",
"brand_name": "Whirlpool",
"image": "https://dq5w511paquwy.cloudfront.net/assets/images/WEE515SALS-41715223.webp",
"category": null,
"link_category_name": "cooking",
"link_subcategory_name": "ranges",
"link_detail_category_name": "slide-in",
"savings": 92,
"price": "1657",
"regular_price": "1749.00",
"sale_price": "1657.00",
"is_top_picks": false,
"pickup_time": null,
"is_pickup_today": false,
"is_next_day_delivery": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 0,
"name": "4.5 Cu. Ft. Front Load Washer with Quick Wash Cycle",
"sku": "WFW5605MW",
"brand_image": "https://dq5w511paquwy.cloudfront.net/assets/brands/292144-whirlpool.webp",
"brand_name": "Whirlpool",
"image": "https://dq5w511paquwy.cloudfront.net/assets/images/WFW5605MW-41725209.webp",
"category": null,
"link_category_name": "laundry",
"link_subcategory_name": "washers",
"link_detail_category_name": "front-load-washers",
"savings": 223,
"price": "726",
"regular_price": "949.00",
"sale_price": "726.00",
"is_top_picks": false,
"pickup_time": null,
"is_pickup_today": false,
"is_next_day_delivery": false
},
{
"average_rating": 0,
"total_rating": 0,
"is_in_stock": 0,
"name": "7.4 Cu. Ft. Electric Wrinkle Shield Dryer",
"sku": "WED5605MW",
"brand_image": "https://dq5w511paquwy.cloudfront.net/assets/brands/292144-whirlpool.webp",
"brand_name": "Whirlpool",
"image": "https://dq5w511paquwy.cloudfront.net/assets/images/WED5605MW-50322061.webp",
"category": null,
"link_category_name": "laundry",
"link_subcategory_name": "dryers",
"link_detail_category_name": "front-load-matching-dryers",
"savings": 223,
"price": "726",
"regular_price": "949.00",
"sale_price": "726.00",
"is_top_picks": false,
"pickup_time": null,
"is_pickup_today": false,
"is_next_day_delivery": false
}
],
"meta": null,
"errors": null
}