3M · Example Payload

3M Partner Supplier Api Invoice Example

IndustrialManufacturingSupply ChainFortune 100

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

Top-level fields

invoiceIdorderIdinvoiceDatedueDatetotalAmountcurrencystatus

Example Payload

Raw ↑
{
  "invoiceId": "INV-22222",
  "orderId": "ORD-67890",
  "invoiceDate": "2025-03-18",
  "dueDate": "2025-04-17",
  "totalAmount": 499.95,
  "currency": "USD",
  "status": "unpaid"
}