MarginEdge · Example Payload

Public Api Get Products Response Model Example

RestaurantBack OfficeInvoicesInventoryAccountingReporting

Public Api Get Products 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

nextPageproducts

Example Payload

Raw ↑
{
  "nextPage": "eyJsYXN0SWQiOiAiMTIzNDUifQ==",
  "products": [
    {
      "centralProductId": "me-centralproduct-9f3a2b",
      "latestPrice": 458.24,
      "reportByUnit": "case",
      "taxExempt": false,
      "companyConceptProductId": "me-companyconceptproduct-9f3a2b",
      "categories": [
        {}
      ],
      "productName": "Sample productName",
      "itemCount": 8
    }
  ]
}