[
    {
        "scope": "https://api.bestbuy.com:443",
        "method": "get",
        "path": "/v1/products(customerReviewAverage=4)?format=json&apiKey=XXX&show=name,sku",
        "body": "",
        "status": 200,
        "response": {
            "from": 1,
            "to": 10,
            "currentPage": 1,
            "total": 8613,
            "totalPages": 862,
            "queryTime": "0.027",
            "totalTime": "0.050",
            "partial": false,
            "canonicalUrl": "/v1/products(customerReviewAverage=4)?show=name,sku&format=json&apiKey=XXX",
            "products": [
                {
                    "name": "Fat Princess - PS3 [Digital Download]",
                    "sku": 1000000266
                },
                {
                    "name": "Sim City 4 Deluxe - Windows [Digital Download]",
                    "sku": 1000000547
                },
                {
                    "name": "Mass Effect 3 - Windows [Digital Download]",
                    "sku": 1000001596
                },
                {
                    "name": "Rayman 3 Hd - PS3 [Digital Download]",
                    "sku": 1000002350
                },
                {
                    "name": "Metal Gear Solid Hd Collection - PS Vita Games [Digital Download]",
                    "sku": 1000002573
                },
                {
                    "name": "Syndicate - Windows [Digital Download]",
                    "sku": 1000002656
                },
                {
                    "name": "ASSASSIN&apos;S CREED 3 SEASON PASS - PS3 [Digital Download Add-On]",
                    "sku": 1000002984
                },
                {
                    "name": "Assassin's Creed Liberation - PS3 [Digital Download]",
                    "sku": 1000004265
                },
                {
                    "name": "Assassin's Creed IV Black Flag - Freedom Cry Standalone - PS3 [Digital Download]",
                    "sku": 1000004446
                },
                {
                    "name": "Battlefield 4 Second Assault - PS3 [Digital Download Add-On]",
                    "sku": 1000004478
                }
            ]
        },
        "rawHeaders": [
            "Access-Control-Allow-Headers",
            "origin, x-requested-with, accept",
            "Access-Control-Allow-Methods",
            "GET",
            "Access-Control-Allow-Origin",
            "*",
            "Access-Control-Max-Age",
            "3628800",
            "Content-Type",
            "application/json; charset=UTF-8",
            "Date",
            "Thu, 07 Sep 2017 00:04:59 GMT",
            "Server",
            "Best Buy Public APIs",
            "X-Cache-Hit",
            "true",
            "Content-Length",
            "1059",
            "Connection",
            "Close"
        ]
    }
]