{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/traceability/v1"
  ],
  "id": "did:key:z6MkhNsCYEQQWJdyAbfaMZHz4UG6UZoQUGot7z7tBNsbz1JG",
  "type": [
    "VerifiableCredential",
    "ProformaInvoiceCredential"
  ],
  "name": "Proforma Invoice Credential",
  "issuanceDate": "2022-02-23T11:55:00Z",
  "issuer": {
    "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
    "type": [
      "Organization"
    ],
    "name": "Aishi Metal Shinzo Co., Ltd."
  },
  "credentialSubject": {
    "type": [
      "Invoice"
    ],
    "portOfEntry": {
      "type": [
        "Place"
      ],
      "unLocode": "USLGB"
    },
    "destinationCountry": "JP",
    "purchaseDate": "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"
      ],
      "id": "did:web:generic-motors.example.com",
      "location": {
        "type": [
          "Place"
        ],
        "address": {
          "type": [
            "PostalAddress"
          ],
          "name": "Generic Motors of America",
          "streetAddress": "12 Generic Motors Dr",
          "addressLocality": "Detroit",
          "addressRegion": "Michigan",
          "postalCode": "48232-5170",
          "addressCountry": "USA"
        }
      }
    },
    "consignee": {
      "type": [
        "Organization"
      ],
      "id": "did:web:generic-motors.example.com"
    },
    "itemsShipped": [
      {
        "type": [
          "TradeLineItem"
        ],
        "product": {
          "type": [
            "Product"
          ],
          "manufacturer": {
            "type": [
              "Organization"
            ],
            "name": "Aishi Metal Shinzo Co., Ltd.",
            "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"
              }
            }
          },
          "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"
          ],
          "manufacturer": {
            "type": [
              "Organization"
            ],
            "name": "Aishi Metal Shinzo Co., Ltd.",
            "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"
              }
            }
          },
          "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"
    },
    "totalPaymentDue": {
      "type": [
        "PriceSpecification"
      ],
      "price": 9600,
      "priceCurrency": "USD"
    }
  }
}