MarginEdge · Example Payload

Public Api Get Orders Response Model Example

RestaurantBack OfficeInvoicesInventoryAccountingReporting

Public Api Get Orders Response Model Example is an example object payload from MarginEdge, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nextPageorders

Example Payload

Raw ↑
{
  "nextPage": "eyJsYXN0SWQiOiAiMTIzNDUifQ==",
  "orders": [
    {
      "createdDate": "2026-05-15",
      "orderId": "me-order-9f3a2b",
      "invoiceNumber": "INV-100245",
      "vendorId": "me-vendor-9f3a2b",
      "vendorName": "Sample vendorName",
      "customerNumber": "INV-100245",
      "invoiceDate": "2026-05-15",
      "paymentAccount": "example",
      "orderTotal": 95.98,
      "status": "PROCESSED"
    }
  ]
}