3M · JSON Structure

3M Partner Supplier Api Product List Structure

List of 3M products

Type: object Properties: 1
IndustrialManufacturingSupply ChainFortune 100

ProductList 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

products

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-product-list-structure.json",
  "name": "ProductList",
  "description": "List of 3M products",
  "type": "object",
  "properties": {
    "products": {
      "type": "array",
      "description": "Array of product records",
      "items": {
        "$ref": "#/components/schemas/Product"
      }
    }
  }
}