MarginEdge · Example Payload

Public Api Get Vendor Items Packaging Response Model Example

RestaurantBack OfficeInvoicesInventoryAccountingReporting

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

packagingsnextPage

Example Payload

Raw ↑
{
  "packagings": [
    {
      "unit": "case",
      "quantity": 4,
      "packagingName": "Sample packagingName",
      "packagingId": "me-packaging-9f3a2b"
    }
  ],
  "nextPage": "eyJsYXN0SWQiOiAiMTIzNDUifQ=="
}