Best Buy · Schema

Product

A Best Buy product with pricing, availability, and metadata.

RetailConsumer ElectronicsE-CommerceProductsStores

Properties

Name Type Description
sku integer Unique Best Buy product identifier (SKU number).
name string Product display name.
regularPrice number Regular (non-sale) price in USD.
salePrice number Current sale price in USD.
onSale boolean Whether the product is currently on sale.
manufacturer string Product manufacturer or brand name.
modelNumber string Manufacturer model number.
shortDescription string Brief product description.
longDescription string Detailed product description.
image string URL of the primary product image.
url string URL of the product page on bestbuy.com.
addToCartUrl string URL for adding this product to the shopping cart.
inStoreAvailability boolean Whether the product is available for in-store purchase.
onlineAvailability boolean Whether the product is available online.
type string Product type (HardGood, Movie, Music, Game, Software, etc.).
class string Product class name.
classId integer Product class identifier.
subclass string Product subclass name.
subclassId integer Product subclass identifier.
department string Department name.
departmentId integer Department identifier.
categoryPath array Hierarchical category path from root to this product's category.
customerReviewCount integer Total number of customer reviews.
customerReviewAverage number Average customer review rating out of 5.
priceUpdateDate string Date and time the price was last updated.
View JSON Schema on GitHub