Lightspeed · Example Payload

Restaurant K Series Financial Api Aborted Order Dto Example

POSRetailRestaurantEcommerce

Restaurant K Series Financial Api Aborted Order Dto Example is an example object payload from Lightspeed, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

staffNametimeOfAbortedOrdertotalAmountAbortedabortedLineItems

Example Payload

Raw ↑
{
  "staffName": "Employee 1",
  "timeOfAbortedOrder": "2023-03-14T19:58:48.224Z",
  "totalAmountAborted": "33.32",
  "abortedLineItems": [
    {
      "itemName": "Soda",
      "itemSku": "9",
      "itemQuantity": "4.000",
      "itemAmount": "33.32",
      "itemPrice": "8.33"
    }
  ]
}