bestbuy
Version:
High level node.js client for the Best Buy API.
94 lines • 3.24 kB
JSON
[
{
"scope": "https://api.bestbuy.com:443",
"method": "get",
"path": "/v1/products(manufacturer=canon&salePrice%3C1000)?format=json&apiKey=XXX&show=sku,name,salePrice",
"body": "",
"status": 200,
"response": {
"from": 1,
"to": 10,
"currentPage": 1,
"total": 341,
"totalPages": 35,
"queryTime": "0.073",
"totalTime": "0.101",
"partial": false,
"canonicalUrl": "/v1/products(manufacturer=\"canon\"&salePrice<1000)?show=sku,name,salePrice&format=json&apiKey=XXX",
"products": [
{
"sku": 1134008,
"name": "Canon - PGI-1200 XL High-Yield Ink Cartridge - Magenta",
"salePrice": 19.99
},
{
"sku": 1134017,
"name": "Canon - PGI-2200 XL High-Yield Ink Cartridge - Cyan",
"salePrice": 27.99
},
{
"sku": 1134026,
"name": "Canon - PGI-1200 Ink Cartridge - Black",
"salePrice": 22.99
},
{
"sku": 1134035,
"name": "Canon - PGI-2200 XL High-Yield Ink Cartridge - Black",
"salePrice": 36.99
},
{
"sku": 1134044,
"name": "Canon - PGI-2200 Ink Cartridge - Yellow",
"salePrice": 24.99
},
{
"sku": 1134053,
"name": "Canon - PGI-2200 Ink Cartridge - Magenta",
"salePrice": 24.99
},
{
"sku": 1134062,
"name": "Canon - PGI-1200 Ink Cartridge - Magenta",
"salePrice": 13.99
},
{
"sku": 1134071,
"name": "Canon - PGI-1200 XL High-Yield Ink Cartridge - Yellow",
"salePrice": 19.99
},
{
"sku": 1134099,
"name": "Canon - PGI-1200 XL High-Yield Ink Cartridge - Black",
"salePrice": 36.99
},
{
"sku": 1134104,
"name": "Canon - PGI-1200 XL High-Yield Ink Cartridge - Cyan",
"salePrice": 19.99
}
]
},
"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:02:04 GMT",
"Server",
"Best Buy Public APIs",
"X-Cache-Hit",
"true",
"Content-Length",
"1178",
"Connection",
"Close"
]
}
]