3M · JSON Structure

3M Partner Supplier Api Invoice List Structure

List of invoices

Type: object Properties: 1
IndustrialManufacturingSupply ChainFortune 100

InvoiceList 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

invoices

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