3M · Example Payload

3M Partner Supplier Api Order Example

IndustrialManufacturingSupply ChainFortune 100

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

Top-level fields

orderIdstatuscreatedAttotalAmountcurrencyitems

Example Payload

Raw ↑
{
  "orderId": "ORD-67890",
  "status": "shipped",
  "createdAt": "2025-03-15T10:30:00Z",
  "totalAmount": 499.95,
  "currency": "USD",
  "items": [
    {}
  ]
}