3M · Example Payload

3M Partner Supplier Api Delivery Example

IndustrialManufacturingSupply ChainFortune 100

3M Partner Supplier Api Delivery 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

deliveryIdorderIdcarriertrackingNumberstatusestimatedDeliveryshippedAt

Example Payload

Raw ↑
{
  "deliveryId": "DEL-11111",
  "orderId": "ORD-67890",
  "carrier": "UPS",
  "trackingNumber": "1Z999AA10123456784",
  "status": "in-transit",
  "estimatedDelivery": "2025-03-20",
  "shippedAt": "2025-03-17T08:00:00Z"
}