Lightspeed · Example Payload

Retail R Series Sale Line Example

POSRetailRestaurantEcommerce

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

Top-level fields

saleLineIDitemIDsaleIDunitQuantityunitPricenormalUnitPricediscountID

Example Payload

Raw ↑
{
  "saleLineID": "500123",
  "itemID": "500123",
  "saleID": "500123",
  "unitQuantity": "example",
  "unitPrice": "12.50",
  "normalUnitPrice": "12.50",
  "discountID": "500123"
}