MarginEdge · Example Payload

Public Api Get Vendor Items Response Model Example

RestaurantBack OfficeInvoicesInventoryAccountingReporting

Public Api Get Vendor Items 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

vendorItemsnextPage

Example Payload

Raw ↑
{
  "vendorItems": [
    {
      "vendorItemCode": "example",
      "centralVendorItemId": "me-centralvendoritem-9f3a2b",
      "vendorId": "me-vendor-9f3a2b",
      "companyConceptProductId": "me-companyconceptproduct-9f3a2b",
      "vendorName": "Sample vendorName",
      "centralVendorId": "me-centralvendor-9f3a2b",
      "productName": "Sample productName"
    }
  ],
  "nextPage": "eyJsYXN0SWQiOiAiMTIzNDUifQ=="
}