Ace Hardware · Example Payload

Ace Hardware Edi Purchase Order Example

RetailHardwareHome ImprovementToolsPaintCooperativeEDIAffiliate

Ace Hardware Edi Purchase Order Example is an example object payload from Ace Hardware, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

poNumberorderDateshipByDatevendorIdvendorNameshipToAddresslineItemstotalAmountcurrency

Example Payload

ace-hardware-edi-purchase-order-example.json Raw ↑
{
  "poNumber": "PO-2026-001234",
  "orderDate": "2026-04-19",
  "shipByDate": "2026-04-30",
  "vendorId": "VND-00987",
  "vendorName": "Hardware Supplier Corp.",
  "shipToAddress": {
    "name": "Ace Hardware DC - Chicago",
    "address1": "1000 Distribution Way",
    "city": "Chicago",
    "state": "IL",
    "zip": "60601",
    "country": "US"
  },
  "lineItems": [
    "example-value"
  ],
  "totalAmount": 15420.5,
  "currency": "USD"
}