acuity-brands · Example Payload

Acuity Brands Catalog Item Example

example-description

Fortune 1000

Acuity Brands Catalog Item Example is an example object payload from acuity-brands, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

productNumbernamebrandcategorysubcategorydescriptionspecificationscertificationslistPriceupcimageUrldataSheetUrl

Example Payload

Raw ↑
{
  "productNumber": "LBL4 48L ADP",
  "name": "4FT LED Wrap Light 4800 Lumens Adapter",
  "brand": "Lithonia Lighting",
  "category": "Indoor Lighting",
  "subcategory": "Wrap Lights",
  "description": "example-description",
  "specifications": {},
  "certifications": [
    "UL Listed",
    "Energy Star",
    "DLC Listed"
  ],
  "listPrice": 89.99,
  "upc": "041194682000",
  "imageUrl": "example-imageUrl",
  "dataSheetUrl": "example-dataSheetUrl"
}