MarginEdge · JSON Structure

Public Api Get Vendor Items Response Model Structure

GetVendorItemsResponseModel schema from MarginEdge Public API

Type: object Properties: 2
RestaurantBack OfficeInvoicesInventoryAccountingReporting

GetVendorItemsResponseModel is a JSON Structure definition published by MarginEdge, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

vendorItems nextPage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/marginedge/refs/heads/main/json-structure/public-api-get-vendor-items-response-model-structure.json",
  "name": "GetVendorItemsResponseModel",
  "description": "GetVendorItemsResponseModel schema from MarginEdge Public API",
  "type": "object",
  "properties": {
    "vendorItems": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "vendorItemCode": {
            "type": "string",
            "description": "Vendor\u2019s item code or SKU identifying the item",
            "example": "example"
          },
          "centralVendorItemId": {
            "type": "string",
            "description": "Unique identifier of this vendor item in MarginEdge (across all restaurant units/vendors)",
            "example": "me-centralvendoritem-9f3a2b"
          },
          "vendorId": {
            "type": "string",
            "description": "Unique identifier of the vendor within this restaurant unit",
            "example": "me-vendor-9f3a2b"
          },
          "companyConceptProductId": {
            "type": "string",
            "description": "Identifier of the product (unique within the company concept this restaurant belongs to) this item is assigned to in MarginEdge",
            "example": "me-companyconceptproduct-9f3a2b"
          },
          "vendorName": {
            "type": "string",
            "description": "Name of the vendor in MarginEdge",
            "example": "Sample Vendor"
          },
          "centralVendorId": {
            "type": "string",
            "description": "Unique identifier of the vendor centrally (across all restaurant units in MarginEdge)",
            "example": "me-centralvendor-9f3a2b"
          },
          "productName": {
            "type": "string",
            "description": "Name of the product",
            "example": "Sample Product"
          }
        }
      }
    },
    "nextPage": {
      "type": "string",
      "description": "Unique key for the next page of results",
      "example": "eyJsYXN0SWQiOiAiMTIzNDUifQ=="
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/public-api-get-vendor-items-response-model-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.