3M · Example Payload

3M Partner Supplier Api Create Order Request Example

IndustrialManufacturingSupply ChainFortune 100

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

Top-level fields

itemsshippingAddress

Example Payload

Raw ↑
{
  "items": [
    {
      "productId": "PROD-12345",
      "quantity": 20
    }
  ],
  "shippingAddress": {}
}