weis-markets · Example Payload

Weis Markets Vendor Purchase Order Example

Example Weis Markets vendor purchase order transmitted via EDI/Biceps system

Fortune 1000

Weis Markets Vendor Purchase Order Example is an example object payload from weis-markets, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionpurchaseOrder

Example Payload

weis-markets-vendor-purchase-order-example.json Raw ↑
{
  "description": "Example Weis Markets vendor purchase order transmitted via EDI/Biceps system",
  "purchaseOrder": {
    "orderId": "WM-PO-2026-004521",
    "orderDate": "2026-05-03",
    "deliveryDate": "2026-05-07",
    "status": "OPEN",
    "store": {
      "storeNumber": "142",
      "storeName": "Weis Markets #142",
      "address": "500 Lycoming Mall Circle",
      "city": "Muncy",
      "state": "PA",
      "zip": "17756"
    },
    "vendor": {
      "vendorId": "V-10034",
      "vendorName": "Fresh Valley Produce Co.",
      "contactEmail": "orders@freshvalley.com"
    },
    "lineItems": [
      {
        "lineNumber": 1,
        "upc": "012345678901",
        "description": "Organic Baby Spinach 5oz",
        "quantity": 48,
        "unitOfMeasure": "EACH",
        "unitCost": 2.89,
        "totalCost": 138.72
      },
      {
        "lineNumber": 2,
        "upc": "012345678902",
        "description": "Romaine Hearts 3-pack",
        "quantity": 36,
        "unitOfMeasure": "EACH",
        "unitCost": 3.49,
        "totalCost": 125.64
      }
    ],
    "orderSubtotal": 264.36,
    "freightAllowance": 0.00,
    "orderTotal": 264.36
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/weis-markets-vendor-purchase-order-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

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

Get an API key

Free tier, no email required.

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