Best Buy · Example Payload

Recommendations Api Recommended Product Example

Fortune 100RetailConsumer ElectronicsE-CommerceProductsStores

Recommendations Api Recommended Product Example is an example object payload from Best Buy, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

skunamesimagespriceslinksrank

Example Payload

Raw ↑
{
  "sku": 1234567,
  "names": {
    "title": "Sample Laptop 15\" 16GB RAM"
  },
  "images": {
    "standard": "https://pisces.bbystatic.com/image2/BestBuy_US/images/products/1234/1234567_sd.jpg"
  },
  "prices": {
    "regular": 999.99,
    "current": 849.99
  },
  "links": {
    "product": "https://api.bestbuy.com/v1/products/1234567.json",
    "web": "https://www.bestbuy.com/site/sample-laptop/1234567.p",
    "addToCart": "https://www.bestbuy.com/cart/api/v1/addToCart"
  },
  "rank": 1
}