The Bill of Lading can be categorized into two typesm with two different schemas (Container / Bulk):
  • Bill of Lading Container
  • Bill of Lading Bulk

Schema

Container Schema

document.dateOfIssue
string
Date of issuance of the document
document.placeOfIssue
string
Place where the document was issued
shipper.fullInformation
string
Complete details of the shipper
shipper.name
string
Name of the shipper
shipper.address
string
Address of the shipper
shipper.contactDetails.phone
string
Phone number of the shipper
shipper.contactDetails.email
string
Email address of the shipper
consignee.fullInformation
string
Complete details of the consignee
consignee.name
string
Name of the consignee
consignee.address
string
Address of the consignee
consignee.contactDetails.phone
string
Phone number of the consignee
consignee.contactDetails.email
string
Email address of the consignee
notifyParties[].fullInformation
string
Complete details of the notify party
notifyParties[].name
string
Name of the notify party
notifyParties[].address
string
Address of the notify party
notifyParties[].contactDetails.phone
string
Phone number of the notify party
notifyParties[].contactDetails.email
string
Email address of the notify party
vesselDetails.vesselName
string
Name of the vessel
vesselDetails.voyageNumber
string
Voyage number of the vessel
vesselDetails.flag
string
Flag of the vessel
contractNumber
string
Contract number
lcNumber
string
Letter of credit number
billOfLading.number
string
Bill of lading number
bookingNumber
string
Booking number
serviceContractNumber
string
Service contract number
dateOfShipment
string
Date of shipment
placeOfReceipt
string
Place of receipt
portOfLoading
string
Port of loading
portOfDischarge
string
Port of discharge
placeOfDelivery
string
Place of delivery
finalDestination
string
Final destination
containers[].containerNumber
string
Container number
containers[].sealNumbers
array
Seal numbers
containers[].netWeight
number
Net weight of the container
lotNumbers
array
Lot numbers
shippingMarks[].fullInformation
string
Complete details of the shipping mark
shippingMarks[].bags
number
Number of bags
shippingMarks[].grossWeight
number
Gross weight
shippingMarks[].netWeight
number
Net weight
descriptionOfGoods[].fullInformation
string
Complete details of the description of goods
descriptionOfGoods[].commodity.name
string
Name of the commodity
descriptionOfGoods[].commodity.origin
string
Origin of the commodity
descriptionOfGoods[].commodity.cropYear
string
Crop year of the commodity
descriptionOfGoods[].commodity.hsCode
string
HS code of the commodity
descriptionOfGoods[].bags
number
Number of bags
descriptionOfGoods[].grossWeight
number
Gross weight
descriptionOfGoods[].netWeight
number
Net weight
descriptionOfGoods[].packing
string
Packing details

Bulk Schema

document.dateOfIssue
string
Date of issuance of the document
document.placeOfIssue
string
Place where the document was issued
shipper.fullInformation
string
Complete details of the shipper
shipper.name
string
Name of the shipper
shipper.address
string
Address of the shipper
shipper.contactDetails.phone
string
Phone number of the shipper
shipper.contactDetails.email
string
Email address of the shipper
consignee.fullInformation
string
Complete details of the consignee
consignee.name
string
Name of the consignee
consignee.address
string
Address of the consignee
consignee.contactDetails.phone
string
Phone number of the consignee
consignee.contactDetails.email
string
Email address of the consignee
notifyParties[].fullInformation
string
Complete details of the notify party
notifyParties[].name
string
Name of the notify party
notifyParties[].address
string
Address of the notify party
notifyParties[].contactDetails.phone
string
Phone number of the notify party
notifyParties[].contactDetails.email
string
Email address of the notify party
vesselDetails.vesselName
string
Name of the vessel
vesselDetails.flag
string
Flag of the vessel
contractNumber
string
Contract number
lcNumber
string
Letter of credit number
billOfLading.number
string
Bill of lading number
dateOfShipment
string
Date of shipment
portOfLoading
string
Port of loading
portOfDischarge
string
Port of discharge
descriptionOfGoods[].fullInformation
string
Complete details of the description of goods
descriptionOfGoods[].commodity.name
string
Name of the commodity
descriptionOfGoods[].commodity.origin
string
Origin of the commodity
descriptionOfGoods[].commodity.cropYear
string
Crop year of the commodity
descriptionOfGoods[].commodity.hsCode
string
HS code of the commodity
descriptionOfGoods[].grossWeight
number
Gross weight
descriptionOfGoods[].netWeight
number
Net weight
descriptionOfGoods[].packing
string
Packing details