{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    "https://w3id.org/traceability/v1"
  ],
  "id": "urn:uuid:bc2a72a9-fe02-414a-8291-c9c988b2n156",
  "type": [
    "VerifiableCredential",
    "ShippingInstructionsCredential"
  ],
  "name": "Shipping Instructions",
  "issuanceDate": "2022-03-04T13:40:00Z",
  "issuer": {
    "type": [
      "Organization"
    ],
    "id": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
    "name": "Espresso Italiano Co.",
    "location": {
      "type": [
        "Place"
      ],
      "address": {
        "type": [
          "PostalAddress"
        ],
        "streetAddress": "Via Vico Ferrovia 5",
        "addressLocality": "Goro",
        "addressRegion": "Ferrara",
        "postalCode": "44020",
        "addressCountry": "IT"
      }
    },
    "email": "sales@espresso-italiano.example.com",
    "phoneNumber": "+39 0351 9067195"
  },
  "credentialSubject": {
    "type": [
      "ShippingInstructions"
    ],
    "billOfLadingNumber": "EX600822199A",
    "bookingNumber": [
      "EX600822199"
    ],
    "shipper": {
      "type": [
        "Organization"
      ],
      "name": "Espresso Italiano Co.",
      "location": {
        "type": [
          "Place"
        ],
        "address": {
          "type": [
            "PostalAddress"
          ],
          "streetAddress": "Via Vico Ferrovia 5",
          "addressLocality": "Goro",
          "addressRegion": "Ferrara",
          "postalCode": "44020",
          "addressCountry": "IT"
        }
      },
      "email": "sales@espresso-italiano.example.com",
      "phoneNumber": "+39 0351 9067195"
    },
    "consignee": {
      "type": [
        "Organization"
      ],
      "name": "Prosumer Coffee Supplies, Ltd.",
      "description": "Coffee Machine Imports",
      "location": {
        "type": [
          "Place"
        ],
        "address": {
          "type": [
            "PostalAddress"
          ],
          "streetAddress": "3934 Spinnaker Lane",
          "addressLocality": "Joliet",
          "addressRegion": "Illinois",
          "postalCode": "60432",
          "addressCountry": "US"
        }
      }
    },
    "notifyParty": [
      {
        "type": [
          "Organization"
        ],
        "name": "Prosumer Coffee Supplies, Ltd.",
        "description": "Coffee Machine Imports",
        "location": {
          "type": [
            "Place"
          ],
          "address": {
            "type": [
              "PostalAddress"
            ],
            "streetAddress": "3934 Spinnaker Lane",
            "addressLocality": "Joliet",
            "addressRegion": "Illinois",
            "postalCode": "60432",
            "addressCountry": "US"
          }
        }
      }
    ],
    "mainCarriageTransportMovement": {
      "type": [
        "Transport"
      ],
      "vesselNumber": "MS Seven Seas",
      "voyageNumber": "Atl-W0425"
    },
    "portOfLoading": {
      "type": [
        "Place"
      ],
      "unLocode": "ITMIL"
    },
    "portOfDischarge": {
      "type": [
        "Place"
      ],
      "unLocode": "USLGB"
    },
    "totalNumberOfPackages": 2200,
    "transportEquipmentQuantity": 2,
    "utilizedTransportEquipment": [
      {
        "type": [
          "TransportEquipment"
        ],
        "equipmentReference": "APZU4812090",
        "ISOEquipmentCode": "40GP",
        "seals": [
          {
            "type": [
              "Seal"
            ],
            "sealNumber": "PTW-002290109692"
          }
        ]
      },
      {
        "type": [
          "TransportEquipment"
        ],
        "equipmentReference": "APZU5985096",
        "ISOEquipmentCode": "40GP",
        "seals": [
          {
            "type": [
              "Seal"
            ],
            "sealNumber": "PTW-002255398220"
          }
        ]
      }
    ],
    "includedConsignmentItems": [
      {
        "type": [
          "ConsignmentItem"
        ],
        "marksAndNumbers": "Espresso Italiano",
        "commodity": {
          "type": [
            "Commodity"
          ],
          "commodityCode": "851671",
          "commodityCodeType": "HS"
        },
        "packageQuantity": 2200,
        "netWeight": {
          "type": [
            "QuantitativeValue"
          ],
          "unitCode": "kg",
          "value": "14600"
        },
        "grossWeight": {
          "type": [
            "QuantitativeValue"
          ],
          "unitCode": "kg",
          "value": "15960"
        },
        "grossVolume": {
          "type": [
            "QuantitativeValue"
          ],
          "value": "856",
          "unitCode": "cbm"
        }
      }
    ],
    "declaredValue": {
      "type": [
        "PriceSpecification"
      ],
      "price": 240000,
      "priceCurrency": "USD"
    }
  }
}