Best Buy · Example Payload

Products Api Product List Response Example

Fortune 100RetailConsumer ElectronicsE-CommerceProductsStores

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

Top-level fields

fromtototalcurrentPagetotalPagesqueryTimetotalTimepartialcanonicalUrlnextCursorMarkproducts

Example Payload

Raw ↑
{
  "from": 1,
  "to": 10,
  "total": 125000,
  "currentPage": 1,
  "totalPages": 12500,
  "queryTime": "0.023",
  "totalTime": "0.043",
  "partial": false,
  "canonicalUrl": "https://api.bestbuy.com/v1/products?format=json&pageSize=10",
  "nextCursorMark": "AoE=",
  "products": [
    "sample-value"
  ]
}