Lightspeed · Example Payload

Retail X Series Product Example

example

POSRetailRestaurantEcommerce

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

Top-level fields

idsource_idhandleskunamedescriptionprice_excluding_taxbrand_idactive

Example Payload

Raw ↑
{
  "id": "3f2504e0-4f89-41d3-9a0c-0305e82c3301",
  "source_id": "500123",
  "handle": "example",
  "sku": "SKU-1001",
  "name": "Burger",
  "description": "example",
  "price_excluding_tax": 13.66,
  "brand_id": "3f2504e0-4f89-41d3-9a0c-0305e82c3301",
  "active": true
}