Lightspeed · Example Payload

Retail X Series Sale Example

POSRetailRestaurantEcommerce

Retail X Series Sale 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

idoutlet_idregister_iduser_idcustomer_idstatustotal_pricetotal_taxline_items

Example Payload

Raw ↑
{
  "id": "3f2504e0-4f89-41d3-9a0c-0305e82c3301",
  "outlet_id": "3f2504e0-4f89-41d3-9a0c-0305e82c3301",
  "register_id": "3f2504e0-4f89-41d3-9a0c-0305e82c3301",
  "user_id": "3f2504e0-4f89-41d3-9a0c-0305e82c3301",
  "customer_id": "3f2504e0-4f89-41d3-9a0c-0305e82c3301",
  "status": "ONACCOUNT",
  "total_price": 0.4,
  "total_tax": 38.07,
  "line_items": [
    {}
  ]
}