Sherwin-Williams · Example Payload

Sherwin Williams Supplier Order Example

Example EDI 850 Purchase Order data structure for Sherwin-Williams suppliers

B2BConstructionFortune 500PaintsRetailSupply Chain

Sherwin Williams Supplier Order Example is an example object payload from Sherwin-Williams, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

exampledescriptionpurchaseOrder

Example Payload

sherwin-williams-supplier-order-example.json Raw ↑
{
  "example": "Supplier Purchase Order",
  "description": "Example EDI 850 Purchase Order data structure for Sherwin-Williams suppliers",
  "purchaseOrder": {
    "poNumber": "PO-2026-SW-00456",
    "poDate": "2026-05-02",
    "deliveryDate": "2026-05-15",
    "buyerInfo": {
      "name": "The Sherwin-Williams Company",
      "address": {
        "street1": "101 West Prospect Avenue",
        "city": "Cleveland",
        "state": "OH",
        "postalCode": "44115",
        "country": "US"
      }
    },
    "supplierInfo": {
      "supplierId": "SW-SUPP-001234",
      "name": "Example Chemicals Inc",
      "address": {
        "street1": "500 Industrial Blvd",
        "city": "Houston",
        "state": "TX",
        "postalCode": "77001",
        "country": "US"
      }
    },
    "shipTo": {
      "facilityId": "SW-MFG-ATL-001",
      "name": "Sherwin-Williams Atlanta Manufacturing",
      "address": {
        "street1": "1000 Paint Way",
        "city": "Atlanta",
        "state": "GA",
        "postalCode": "30301",
        "country": "US"
      }
    },
    "lineItems": [
      {
        "lineNumber": 1,
        "sku": "TIO2-KRONOS-001",
        "description": "Titanium Dioxide - Rutile Grade",
        "quantity": 10000,
        "unitOfMeasure": "KG",
        "unitPrice": 3.45,
        "totalPrice": 34500.00
      },
      {
        "lineNumber": 2,
        "sku": "RESIN-ALK-002",
        "description": "Alkyd Resin Long Oil",
        "quantity": 5000,
        "unitOfMeasure": "KG",
        "unitPrice": 4.20,
        "totalPrice": 21000.00
      }
    ],
    "orderTotal": 55500.00,
    "currency": "USD",
    "paymentTerms": "Net 60",
    "specialInstructions": "Deliver to Receiving Dock B. Call 404-555-1234 upon arrival.",
    "ediTransactionSet": "850"
  }
}

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/sherwin-williams-supplier-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 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.