3M · JSON Structure

3M Partner Supplier Api Order List Structure

List of orders

Type: object Properties: 1
IndustrialManufacturingSupply ChainFortune 100

OrderList 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

orders

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-order-list-structure.json",
  "name": "OrderList",
  "description": "List of orders",
  "type": "object",
  "properties": {
    "orders": {
      "type": "array",
      "description": "Array of order records",
      "items": {
        "$ref": "#/components/schemas/Order"
      }
    }
  }
}