3M · JSON Structure

3M Partner Supplier Api Delivery List Structure

List of delivery records

Type: object Properties: 1
IndustrialManufacturingSupply ChainFortune 100

DeliveryList is a JSON Structure definition published by 3M, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

deliveries

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/3m/refs/heads/main/json-structure/3m-partner-supplier-api-delivery-list-structure.json",
  "name": "DeliveryList",
  "description": "List of delivery records",
  "type": "object",
  "properties": {
    "deliveries": {
      "type": "array",
      "description": "Array of delivery records",
      "items": {
        "$ref": "#/components/schemas/Delivery"
      }
    }
  }
}