Lightspeed · Example Payload

Retail R Series Item Example

example

POSRetailRestaurantEcommerce

Retail R Series Item Example is an example object payload from Lightspeed, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

itemIDsystemSkudefaultCostavgCostdescriptionupceancustomSkumanufacturerSkucategoryIDmanufacturerIDarchivedPrices

Example Payload

Raw ↑
{
  "itemID": "500123",
  "systemSku": "SKU-1001",
  "defaultCost": "12.50",
  "avgCost": "12.50",
  "description": "example",
  "upc": "example",
  "ean": "example",
  "customSku": "SKU-1001",
  "manufacturerSku": "SKU-1001",
  "categoryID": "500123",
  "manufacturerID": "500123",
  "archived": false,
  "Prices": {}
}