{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/traceability/v1"
  ],
  "id": "https://example.com/credential/123",
  "type": [
    "VerifiableCredential",
    "PurchaseOrderCredential"
  ],
  "name": "Purchase Order Credential",
  "description": "This document includes recommended purchase order fields.",
  "relatedLink": [],
  "issuanceDate": "2019-12-11T03:50:55Z",
  "issuer": {
    "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
    "type": [
      "Organization"
    ],
    "name": "Waters Inc",
    "description": "Stand-alone executive benchmark",
    "location": {
      "type": [
        "Place"
      ],
      "address": {
        "type": [
          "PostalAddress"
        ],
        "streetAddress": "027 Brakus Knoll",
        "addressLocality": "East Johnniemouth",
        "addressRegion": "Arizona",
        "postalCode": "25780-5840",
        "addressCountry": "Grenada"
      }
    },
    "email": "Kendrick.Spinka57@example.org",
    "phoneNumber": "555-322-9464",
    "faxNumber": "555-766-1744"
  },
  "credentialSubject": {
    "type": [
      "PurchaseOrder"
    ],
    "portOfEntry": {
      "type": [
        "Place"
      ],
      "unLocode": "USLGB"
    },
    "purchaseOrderNo": "fe71665a-e7b3-49ba-ac89-82fc2bf1e877",
    "destinationCountry": "MX",
    "orderDate": "2021-02-21",
    "seller": {
      "type": [
        "Organization"
      ],
      "location": {
        "type": [
          "Place"
        ],
        "address": {
          "type": [
            "PostalAddress"
          ],
          "name": "Aishi Metal Shinzo Co., Ltd.",
          "streetAddress": "1651, Shimonakano, Yoshida",
          "addressLocality": "Tsubame-shi",
          "addressRegion": "Niigata-ken",
          "postalCode": "959-0215",
          "addressCountry": "Japan"
        }
      }
    },
    "buyer": {
      "type": [
        "Organization"
      ],
      "location": {
        "type": [
          "Place"
        ],
        "address": {
          "type": [
            "PostalAddress"
          ],
          "name": "Generic Motors of America",
          "streetAddress": "12 Generic Motors Dr",
          "addressLocality": "Detroit",
          "addressRegion": "Michigain",
          "postalCode": "48232-5170",
          "addressCountry": "USA"
        }
      }
    },
    "itemsOrdered": [
      {
        "type": [
          "TradeLineItem"
        ],
        "product": {
          "type": [
            "Product"
          ],
          "description": "UNS S30400 chromium-nickel stainless steel rolls.",
          "weight": {
            "type": [
              "QuantitativeValue"
            ],
            "unitCode": "lbs",
            "value": "16500"
          }
        },
        "itemCount": 5,
        "grossWeight": {
          "type": [
            "QuantitativeValue"
          ],
          "value": "82500",
          "unitCode": "lbs"
        },
        "lineItemTotalPrice": {
          "type": [
            "PriceSpecification"
          ],
          "price": 5200,
          "priceCurrency": "USD"
        }
      },
      {
        "type": [
          "TradeLineItem"
        ],
        "product": {
          "type": [
            "Product"
          ],
          "description": "Galvalannealed ASTM A-653 zinc-iron alloy-coated steel sheets.",
          "weight": {
            "type": [
              "QuantitativeValue"
            ],
            "value": "12680",
            "unitCode": "lbs"
          }
        },
        "itemCount": 20,
        "grossWeight": {
          "type": [
            "QuantitativeValue"
          ],
          "value": "253600",
          "unitCode": "lbs"
        },
        "lineItemTotalPrice": {
          "type": [
            "PriceSpecification"
          ],
          "price": 4400,
          "priceCurrency": "USD"
        }
      }
    ],
    "totalWeight": {
      "type": [
        "QuantitativeValue"
      ],
      "value": "336100",
      "unitCode": "lbs"
    },
    "totalOrderAmount": {
      "type": [
        "PriceSpecification"
      ],
      "price": 9600,
      "priceCurrency": "USD"
    }
  }
}