xml DESADV (Despatch Advice)

The DESADV message specifying details for goods despatched or ready for despatch under agreed conditions.

General usage

- The message relates to one seller and one buyer or their respective agents.
- The message relates to a single despatch point and single or multiple destination points. It may cover a number of different items or packages.
- It allows the recipient to know when the material has been despatched or will be ready

Fields used in the DESADV message

Name Required Description Examples XPATH Type Limits Sort
(Header) : Delivery date No

The estimated date for the goods to be delivered

 <despatchAdvice deliveryDate="2020-09-21" shippingDate="2020-09-20" shipmentNumber="Sample_SN0000105" text="Btwentyfour Example Desadv" messageId="237350" messageDate="2020-08-25T12:18:59.75Z"> 

/b24Message/despatchAdvice/@deliveryDate

Date/Time 1000
(Header) : Shipping date No

The date when the goods will be shipped from the party

 <despatchAdvice deliveryDate="2020-09-21" shippingDate="2020-09-20" shipmentNumber="Sample_SN0000105" text="Btwentyfour Example Desadv" messageId="237350" messageDate="2020-08-25T12:18:59.75Z"> 

/b24Message/despatchAdvice/@shippingDate

Date/Time 1100
(Header) : Shipment number No

The shipment number set by the sender or shipper

 <despatchAdvice deliveryDate="2020-09-21" shippingDate="2020-09-20" shipmentNumber="Sample_SN0000105" text="Btwentyfour Example Desadv" messageId="237350" messageDate="2020-08-25T12:18:59.75Z"> 

/b24Message/despatchAdvice/@shipmentNumber

Text 1200
(Header) : EDI message name No

The name of the EDI message

 <despatchAdvice deliveryDate="2020-09-21" shippingDate="2020-09-20" shipmentNumber="Sample_SN0000105" text="Btwentyfour Example Desadv" messageId="237350" messageDate="2020-08-25T12:18:59.75Z"> 

/b24Message/despatchAdvice/@text

Text 1300
(Header) : Btwentyfour message ID No

Message ID set by Btwentyfour Open Commerce Platform

 <despatchAdvice deliveryDate="2020-09-21" shippingDate="2020-09-20" shipmentNumber="Sample_SN0000105" text="Btwentyfour Example Desadv" messageId="237350" messageDate="2020-08-25T12:18:59.75Z"> 

/b24Message/despatchAdvice/@messageId

Text 1400
(Header) : Btwentyfour message date No

Message date set by Btwentyfour Open Commerce Platform

 <despatchAdvice deliveryDate="2020-09-21" shippingDate="2020-09-20" shipmentNumber="Sample_SN0000105" text="Btwentyfour Example Desadv" messageId="237350" messageDate="2020-08-25T12:18:59.75Z"> 

/b24Message/despatchAdvice/@messageDate

Date/Time 1500
(Header) : Sender Yes

The sender of the EDI message, identified by a GLN

 <sender gln="7340117815580"> 

/b24Message/despatchAdvice/sender/@gln

Number 1600
(Header) : Recipient Yes

The recipient of the EDI message, identified by a GLN

 <recipient gln="7340117836950"> 

/b24Message/despatchAdvice/recipient/@gln

Number 1700
(Header) : Buyer order number No

Reference to the buyer order number

 <documentReference documentType="BuyerOrder" id="Sample_PO0000105" date="2020-08-25" /> 

/b24Message/despatchAdvice/documentReference[@documentType="BuyerOrder"]/@id

Text 1800
(Header) : Buyer order date No

Reference to the buyer order date

 <documentReference documentType="BuyerOrder" id="Sample_PO0000105" date="2020-08-25" /> 

/b24Message/despatchAdvice/documentReference[@documentType="BuyerOrder"]/@date

Date/Time 1900
(Header) : Btwentyfour order number No

Reference to order number set by Btwentyfour Open Commerce Platform

 <documentReference documentType="b24Order" id="Sample_B24_0000105" date="2020-08-25" /> 

/b24Message/despatchAdvice/documentReference[@documentType="b24Order"]/@id

Text 2000
(Header) : Btwentyfour order date No

Reference to order date set by Btwentyfour Open Commerce Platform

 <documentReference documentType="b24Order" id="Sample_B24_0000105" date="2020-08-25" /> 

/b24Message/despatchAdvice/documentReference[@documentType="b24Order"]/@date

Date/Time 2100
(Header) : Supplier order number No

Reference to the supplier order number (ORDRSP)

 <documentReference documentType="SupplierOrder" id="Sample_SO0000105" date="2020-08-25" /> 

/b24Message/despatchAdvice/documentReference[@documentType="SupplierOrder"]/@id

Text 2200
(Header) : Supplier order date No

Reference to the supplier order date (ORDRSP)

 <documentReference documentType="SupplierOrder" id="Sample_SO0000105" date="2020-08-25" /> 

/b24Message/despatchAdvice/documentReference[@documentType="SupplierOrder"]/@date

Date/Time 2300
(Header): Delivery Note number No

The delivery note number set by the supplier.

/b24Message/despatchAdvice/documentReference[@documentType="DeliveryNote"]/@id Text 2330
(Header): Delivery Note Date No
Reference to the delivery note date
<documentReference documentType="DeliveryNote" id="Sample_DN0000105" date="2020-09-21"/>

 

/b24Message/despatchAdvice/documentReference[@documentType="DeliveryNote"]/@date Date/Time 2360
(Header) : Despatch advice number Yes

The ID of the despatch advice, set by the supplier

 <documentReference documentType="DespatchAdvice" id="Sample_DA0000105" date="2020-09-21" /> 

/b24Message/despatchAdvice/documentReference[@documentType="DespatchAdvice"]/@id

Text 2400
(Header) : Despatch advice date No

The date of the despatch advice, set by the supplier

 <documentReference documentType="DespatchAdvice" id="Sample_DA0000105" date="2020-09-21" /> 

/b24Message/despatchAdvice/documentReference[@documentType="DespatchAdvice"]/@date

Date/Time 2500
(Header) : Bill of lading number No

The bill of lading number

 <documentReference documentType="BillOfLading" id="Sample_BOL0000105" /> 

/b24Message/despatchAdvice/documentReference[@documentType="BillOfLading"]/@id

Text 2600
(Header) : Notes No

Free text field for any notes related to the message, set by the supplier

 <property name="notes" registry="Supplier">Comment from the supplier</property> 

/b24Message/despatchAdvice/property[@name="notes" and @registry="Supplier"]

Text 2700
(Header) : Earliest Delivery Date No

The earliest date the goods can be expected to be delivered.

 <property name="earliestDeliveryDate">2020-09-21</property> 

/b24Message/despatchAdvice/package/item/property[@name="earliestDeliveryDate"]

Date/Time 2800
(Header) : Requested delivery date No

The requested delivery date from the purchase order

 <property name="requestedDeliveryDate">2020-09-21</property> 

/b24Message/despatchAdvice/property[@name="requestedDeliveryDate"]

Date/Time 2900
(Header) : Latest Delivery Date No

The latest date the goods can be expected to be delivered.

 <property name="latestDeliveryDate">2020-09-25</property> 

/b24Message/despatchAdvice/property[@name = "latestDeliveryDate"]

Date/Time 3000
(Header) : Shipment Gross Weight No

Total gross weight of the entire shipment including packaging material (measurement unit is specified as property weightUnit)

 <property name="shipmentGrossWeight">1600</property> 

/b24Message/despatchAdvice/property[@name="shipmentGrossWeight"]

Text 3100
(Header) : Shipment Net Weight No

Total net weight of the entire shipment excluding packaging material (measurement unit is sent as property weightUnit)

 <property name="shipmentNetWeight">1000</property> 

/b24Message/despatchAdvice/property[@name="shipmentNetWeight"]

Text 3200
(Header) : Weight Unit (Header Level) No

The weight unit for weight values on header/shipment level

 <property name="weightUnit" code="kg">kilogram</property> 

/b24Message/despatchAdvice/property[@name="weightUnit"]@code

Text 3300
(Header) : Total packages in the shipment No

Total amount of packages in the shipment, for example boxes or cartons

 <property name="totalPackages">2</property> 

/b24Message/despatchAdvice/property[@name="totalPackages"]

Text 3400
(Header) : Shipment Gross Volume No

Total gross volume of the entire shipment including packaging material (measurement unit is sent as property volumeUnit)

 <property name="shipmentGrossVolume">4</property> 

/b24Message/despatchAdvice/property[@name="shipmentGrossVolume"]

Text 3500
(Header) : Total pallets in the shipment No

Total amount of pallets in the shipment. Can be 0 if no pallets are sent

 <property name="totalPallets">1</property> 

/b24Message/despatchAdvice/property[@name="totalPallets"]

Text 3600
(Header) : Volume Unit (Header Level) No

The volume unit for volume value on header level

 <property name="volumeUnit" code="m3">Cubic metre</property> 

/b24Message/despatchAdvice/property[@name="volumeUnit"]@code

Text 3700
(Header) : Terms of delivery text No

The terms of delivery as text

 <property name="termsOfDelivery" code="DAT">Delivered to the terminal</property> 

/b24Message/despatchAdvice/property[@name="termsOfDelivery"]

Text 3800
(Header) : Terms of delivery code No

The terms of delivery as code

 <property name="termsOfDelivery" code="DAT">Delivered to the terminal</property> 

/b24Message/despatchAdvice/property[@name="termsOfDelivery"]/@code

Text 3900
(Header) : Standard Carrier Alpha Code No

The Standard Carrier Alpha Code (SCAC) is a privately controlled US code used to identify vessel operating common carriers (VOCC)

 <property name="carrierAlphaCode">FDEG</property> 

/b24Message/despatchAdvice/property[@name="carrierAlphaCode"]

Text 4000
(Header) : Ultimate Consignee GLN No

The party to which the goods are ultimately delivered, identified by a GLN

 <property name="ultimateConsignee">ultimateConsigneeGLN</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsignee"]

Number 4100
(Header) : Ultimate Consignee Name No

Name of the ultimate consignee

 <property name="ultimateConsigneeName">ultimateConsigneeName</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsigneeName"]

Text 4200
(Header) : Ultimate Consignee Address No

Address of the ultimate consignee

 <property name="ultimateConsigneeAddress">ultimateConsigneeAddress</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsigneeAddress"]

Text 4300
(Header) : Ultimate Consignee Zip Code No

Zip code of the ultimate consignee

 <property name="ultimateConsigneeCityCode">ultimateConsigneeZipCode</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsigneeCityCode"]

Text 4400
(Header) : Ultimate Consignee City No

City of the ultimate consignee

 <property name="ultimateConsigneeCity">ultimateConsigneeCity</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsigneeCity"]

Text 4500
(Header) : Ultimate Consignee Country No

Country of the ultimate consignee

 <property name="ultimateConsigneeCountry">ultimateConsigneeCountryName</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsigneeCountry"]

Text 4600
(Header) : Ultimate Consignee Country Code No

Country code of the ultimate consignee

 <property name="ultimateConsigneeCountryCode">ultimateConsigneeCountryCode</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsigneeCountryCode"]

Text 4700
(Header) : Ultimate Consignee Org No No

Corporate identity number of the ultimate consignee party

 <property name="ultimateConsigneeOrgNo">ultimateConsigneeOrgNo</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsigneeOrgNo"]

Text 4800
(Header) : Ultimate Consignee VAT No No

VAT number (value added tax number) of the ultimate consignee party

 <property name="ultimateConsigneeVatNo">ultimateConsigneeVatNumber</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsigneeVatNo"]

Text 4900
(Header) : Ultimate Consignee Contact No

Name of a ultimate consignee

 <property name="ultimateConsigneeContact">ultimateConsigneeContact</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsigneeContact"]

Text 5000
(Header) : Ultimate Consignee Phone number No

Telephone number of the ultimate consignee

 <property name="ultimateConsigneeTelephoneNumber">ultimateConsigneeTelephoneNumber</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsigneeTelephoneNumber"]

Text 5100
(Header) : Ultimate Consignee Email No

An e-mail address of the ultimate consignee

 <property name="ultimateConsigneeEmailAddress">ultimateConsigneeEmailAddress</property> 

/b24Message/despatchAdvice/property[@name="ultimateConsigneeEmailAddress"]

Text 5200
(Header) : Ultimate Customer Name No

Name of the customer to which the goods are ultimately delivered, identified by a name and address

 <property name="ultimateCustomerName">ultimateCustomerName</property> 

/b24Message/despatchAdvice/property[@name="ultimateCustomerName"]

Text 5300
(Header) : Ultimate Customer GLN No

The GLN of the shop/marketplace where the ultimate customer purchased its ordered item(s).

 <property name="ultimateCustomer">ultimateCustomerGLN</property> 

/b24Message/despatchAdvice/property[@name="ultimateCustomer"]

Number 5400
(Header) : Ultimate Customer Address No

Address of the ultimate customer

 <property name="ultimateCustomerAddress">ultimateCustomerAddress</property> 

/b24Message/despatchAdvice/property[@name="ultimateCustomerAddress"]

Text 5500
(Header) : Ultimate Customer Zip Code No

Zip code of the ultimate customer

 <property name="ultimateCustomerCityCode">ultimateCustomerZipCode</property> 

/b24Message/despatchAdvice/property[@name="ultimateCustomerCityCode"]

Text 5600
(Header) : Ultimate Customer City No

City of the ultimate customer

 <property name="ultimateCustomerCity">ultimateCustomerCity</property> 

/b24Message/despatchAdvice/property[@name="ultimateCustomerCity"]

Text 5700
(Header) : Ultimate Customer Country No

Country of the ultimate customer

 <property name="ultimateCustomerCountry">ultimateCustomerCountryName</property> 

/b24Message/despatchAdvice/property[@name="ultimateCustomerCountry"]

Text 5800
(Header) : Ultimate Customer Country Code No

Country code of the ultimate customer

 <property name="ultimateCustomerCountryCode">ultimateCustomerCountryCode</property> 

/b24Message/despatchAdvice/property[@name="ultimateCustomerCountryCode"]

Text 5900
(Header) : Ultimate Customer Phone number No

Telephone number of the ultimate customer

 <property name="ultimateCustomerTelephoneNumber">ultimateCustomerTelephoneNumber</property> 

/b24Message/despatchAdvice/property[@name="ultimateCustomerTelephoneNumber"]

Text 6000
(Header) : Ultimate Customer Email No

An e-mail address of the ultimate customer

 <property name="ultimateCustomerEmailAddress">ultimateCustomerEmailAddress</property> 

/b24Message/despatchAdvice/property[@name="ultimateCustomerEmailAddress"]

Text 6100
(Header) : Supplier GLN Yes

The supplier/brand, identified by a GLN

 <supplier gln="7340117815580" name="Btwentyfour Demo Supplier"> 

/b24Message/despatchAdvice/supplier/@gln

Number 6200
(Header) : Supplier Name No

Name of the supplier party

 <supplier gln="7340117815580" name="Btwentyfour Demo Supplier"> 

/b24Message/despatchAdvice/supplier/@name

Text 6300
(Header) : Supplier Address No

Address of the supplier party

 <address>StreetAddress</address> 

/b24Message/despatchAdvice/supplier/location/address

Text 6400
(Header) : Supplier Address second row No

Address of the supplier party, second row

 <coAddress>Street Address second row</coAddress> 

/b24Message/despatchAdvice/supplier/location/coAddress

Text 6500
(Header) : Supplier Zip Code No

Zip code of the supplier party

 <city code="ZipCode">CityName</city> 

/b24Message/despatchAdvice/supplier/location/city/@code

Text 6600
(Header) : Supplier City No

City of the supplier party

 <city code="ZipCode">CityName</city> 

/b24Message/despatchAdvice/supplier/location/city

Text 6700
(Header) : Supplier State No

State of the supplier party

 <state code="StateCode">StateName</state> 

/b24Message/despatchAdvice/supplier/location/state

Text 6800
(Header) : Supplier State Code No

State code of the supplier party

 <state code="StateCode">StateName</state> 

/b24Message/despatchAdvice/supplier/location/state/@code

Text 6900
(Header) : Supplier Country No

Country of the supplier party

 <country code="CountryCode">CountryName</country> 

/b24Message/despatchAdvice/supplier/location/country

Text 7000
(Header) : Supplier Country Code No

Country code of the supplier party

 <country code="CountryCode">CountryName</country> 

/b24Message/despatchAdvice/supplier/location/country/@code

Text 7100
(Header) : Supplier external ID No

External identifier, set by sender of the message

 <property name="id">5122186</property> 

/b24Message/despatchAdvice/supplier/property[@name="id"]

Text 7200
(Header) : Supplier internal ID No

Internal identifier, mapped in the Btwentyfour Open Commerce Platform.

 <property name="internalId">8899</property> 

/b24Message/despatchAdvice/supplier/property[@name="internalId"]

Text 7300
(Header) : Buyer GLN Yes

The buying party, identified by a GLN

 <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group" contact="Buyer's contact reference"> 

/b24Message/despatchAdvice/buyer/@gln

Number 7400
(Header) : Buyer Name No

Name of the buyer party

 <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group" contact="Buyer's contact reference"> 

/b24Message/despatchAdvice/buyer/@name

Text 7500
(Header) : Buyer Contact No

Name of the buyer's contact/reference person

 <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group" contact="Buyer's contact reference"> 

/b24Message/despatchAdvice/buyer/@contact

Text 7600
(Header) : Buyer Address No

Address of the buyer party

 <address>StreetAddress</address> 

/b24Message/despatchAdvice/buyer/location/address

Text 7700
(Header) : Buyer Address second row No

Address of the buyer party, second row

 <coAddress>Street Address second row</coAddress> 

/b24Message/despatchAdvice/buyer/location/coAddress

Text 7800
(Header) : Buyer Zip code No

Zip code of the buyer party

 <city code="ZipCode">CityName</city> 

/b24Message/despatchAdvice/buyer/location/city/@code

Text 7900
(Header) : Buyer City No

City of the buyer party

 <city code="ZipCode">CityName</city> 

/b24Message/despatchAdvice/buyer/location/city

Text 8000
(Header) : Buyer State No

State of the buyer party

 <state code="StateCode">StateName</state> 

/b24Message/despatchAdvice/buyer/location/state

Text 8100
(Header) : Buyer State Code No

State code of the buyer party

 <state code="StateCode">StateName</state> 

/b24Message/despatchAdvice/buyer/location/state/@code

Text 8200
(Header) : Buyer Country No

Country of the buyer party

 <country code="CountryCode">CountryName</country> 

/b24Message/despatchAdvice/buyer/location/country

Text 8300
(Header) : Buyer Country Code No

Country code of the buyer party

 <country code="CountryCode">CountryName</country> 

/b24Message/despatchAdvice/buyer/location/country/@code

Text 8400
(Header) : Buyer external ID No

External identifier, set by sender of the message

 <property name="id">5122186</property> 

/b24Message/despatchAdvice/buyer/property[@name="id"]

Text 8500
(Header) : Buyer internal ID No

Internal identifier, mapped in the Btwentyfour Open Commerce Platform.

 <property name="internalId">8899</property> 

/b24Message/despatchAdvice/buyer/property[@name="internalId"]

Text 8600
(Header) : Shipper GLN No

The shipper of the goods, identified with a GLN

 <shipper gln="2222222222222" name="Shipper's name"> 

/b24Message/despatchAdvice/shipper/@gln

Number 8700
(Header) : Shipper Name No

Name of the shipper/carrier

 <shipper gln="2222222222222" name="Shipper's name"> 

/b24Message/despatchAdvice/shipper/@name

Text 8800
(Header) : Shipper Address No

Address of the shipper/carrier party

 <address>StreetAddress</address> 

/b24Message/despatchAdvice/shipper/location/address

Text 8900
(Header) : Shipper Zip code No

Zip code of the shipper/carrier party

 <city code="ZipCode">CityName</city> 

/b24Message/despatchAdvice/shipper/location/city/@code

Text 9000
(Header) : Shipper City No

City of the shipper/carrier party

 <city code="ZipCode">CityName</city> 

/b24Message/despatchAdvice/shipper/location/city

Text 9100
(Header) : Shipper State No

State of the shipper/carrier party

 <state code="StateCode">StateName</state> 

/b24Message/despatchAdvice/shipper/location/state

Text 9200
(Header) : Shipper State Code No

State code of the shipper/carrier party

 <state code="StateCode">StateName</state> 

/b24Message/despatchAdvice/shipper/location/state/@code

Text 9300
(Header) : Shipper Country No

Country of the shipper/carrier party

 <country code="CountryCode">CountryName</country> 

/b24Message/despatchAdvice/shipper/location/country

Text 9400
(Header) : Shipper Country Code No

Country code of the shipper/carrier party

 <country code="CountryCode">CountryName</country> 

/b24Message/despatchAdvice/shipper/location/country/@code

Text 9500
(Header) : Ship from GLN No

The party from where the goods are shipped, identified with a GLN

 <shipFrom gln="8888888888888"> 

/b24Message/despatchAdvice/shipFrom/@gln

Number 9600
(Header) : Ship from Name No

Name of the ship from party

 <shipFrom gln="8888888888888" name="Ship from name"> 

/b24Message/despatchAdvice/shipFrom/@name

Text 9700
(Header) : Ship from Address No

Address of the ship from party

 <address>StreetAddress</address> 

/b24Message/despatchAdvice/shipFrom/location/address

Text 9800
(Header) : Ship from Zip code No

Zip code of the ship from party

 <city code="ZipCode">CityName</city> 

/b24Message/despatchAdvice/shipFrom/location/city/@code

Text 9900
(Header) : Ship from City No

City of the ship from party

 <city code="ZipCode">CityName</city> 

/b24Message/despatchAdvice/shipFrom/location/city

Text 10000
(Header) : Ship from State No

State of the ship from party

 <state code="StateCode">StateName</state> 

/b24Message/despatchAdvice/shipFrom/location/state

Text 10100
(Header) : Ship from State Code No

State code of the ship from party

 <state code="StateCode">StateName</state> 

/b24Message/despatchAdvice/shipFrom/location/state/@code

Text 10200
(Header) : Ship from Country No

Country of the ship from party

 <country code="CountryCode">CountryName</country> 

/b24Message/despatchAdvice/shipFrom/location/country

Text 10300
(Header) : Ship from Country Code No

Country code of the ship from party

 <country code="CountryCode">CountryName</country> 

/b24Message/despatchAdvice/shipFrom/location/country/@code

Text 10400
(Header) : Delivery party (Consignee) GLN No

The delivery party/consignee (the receiving party of the goods), identified by a GLN

 <consignee gln="3333333333333" name="ConsigneeName"> 

/b24Message/despatchAdvice/consignee/@gln

Number 10500
(Header) : Delivery party (Consignee) Name No

Name of the delivery party/consignee

 <consignee gln="3333333333333" name="ConsigneeName"> 

/b24Message/despatchAdvice/consignee/@name

Text 10600
(Header) : Delivery party (Consignee) Address No

Address of the delivery party/consignee

 <address>StreetAddress</address> 

/b24Message/despatchAdvice/consignee/location/address

Text 10700
(Header) : Delivery party (Consignee) Address second row No

Address of the delivery party/consignee, second row

 <coAddress>Street Address second row</coAddress> 

/b24Message/despatchAdvice/consignee/location/coAddress

Text 10800
(Header) : Delivery party (Consignee) Zip Code No

Zip code of the delivery party/consignee

 <city code="ZipCode">CityName</city> 

/b24Message/despatchAdvice/consignee/location/city/@code

Text 10900
(Header) : Delivery party (Consignee) City No

City of the delivery party/consignee

 <city code="ZipCode">CityName</city> 

/b24Message/despatchAdvice/consignee/location/city

Text 11000
(Header) : Delivery party (Consignee) State No

State of the delivery party/consignee party

 <state code="StateCode">StateName</state> 

/b24Message/despatchAdvice/consignee/location/state

Text 11100
(Header) : Delivery party (Consignee) State Code No

State code of the delivery party/consignee party

 <state code="StateCode">StateName</state> 

/b24Message/despatchAdvice/consignee/location/state/@code

Text 11200
(Header) : Delivery party (Consignee) Country No

Country of the delivery party/consignee

 <country code="CountryCode">CountryName</country> 

/b24Message/despatchAdvice/consignee/location/country

Text 11300
(Header) : Delivery party (Consignee) Country Code No

Country code of the delivery party/consignee

 <country code="CountryCode">CountryName</country> 

/b24Message/despatchAdvice/consignee/location/country/@code

Text 11400
(Header) : Delivery party (Consignee) external ID No

External identifier, set by sender of the message

 <property name="id">5122186</property> 

/b24Message/despatchAdvice/consignee/property[@name="id"]

Text 11500
(Header) : Delivery party (Consignee) internal ID No

Internal identifier, mapped in the Btwentyfour Open Commerce Platform.

 <property name="internalId">8899</property> 

/b24Message/despatchAdvice/consignee/property[@name="internalId"]

Text 11600
(Package) : Package type Yes

Package type, for example PX for pallet and BX for box. First package element should always have packageType="shipment", this is a virtual first level for the package hiearchy

 <package packageType="shipment" quantity="1" hierarchyIdentity="1" trackingUrl="http://findShipmentStatus.nu/454545" /> 

/b24Message/despatchAdvice/package/@packageType

Text 11700
(Package) : Hierarchy identity Yes

The package hierarchy identity

 <package packageType="shipment" quantity="1" hierarchyIdentity="1" trackingUrl="http://findShipmentStatus.nu/454545" /> 

/b24Message/despatchAdvice/package/@hierarchyIdentity

Number 11800
(Package) : Tracking URL No

The URL for tracking the shipment or package

 <package packageType="shipment" quantity="1" hierarchyIdentity="1" trackingUrl="http://findShipmentStatus.nu/454545" /> 

/b24Message/despatchAdvice/package/@trackingUrl

Text 11900
(Package) : Packages Quantity Yes

The number of packages within the hierarchy

 <package packageType="PX" quantity="2" hierarchyIdentity="2" parentHierarchyIdentity="1" SSCC="00173500538500000016" /> 

/b24Message/despatchAdvice/package/@quantity

Number 12000
(Package) : Parent hierarchy identity No

The parent package hierarchy identity. Every package except the root package must reference their parent

 <package packageType="PX" quantity="2" hierarchyIdentity="2" parentHierarchyIdentity="1" SSCC="00173500538500000016" /> 

/b24Message/despatchAdvice/package/@parentHierarchyIdentity

Number 12100
(Package) : SSCC No

Serial Shipping Container Code (or GS1-128 code) for package identification/specficiation.

 <package packageType="BX" quantity="0" hierarchyIdentity="3" parentHierarchyIdentity="2" SSCC="173500538500000017" > 

/b24Message/despatchAdvice/package/@SSCC

Number 12200
(Package) : Shipper/carrier's package ID No

Other used package identifiers than SSCC or GS1-128 codes, for example the carrier's own package ID

 <property name="carrierPackageId">12424515</property> 

/b24Message/despatchAdvice/package/property[@name="carrierPackageId"]

Text 12300
(Package) : Ultimate consignee GLN (per package) No

If different ultimate consignee per package

 <property name="ultimateConsignee">ultimateConsigneeGLN</property> 

/b24Message/despatchAdvice/package/property[@name="ultimateConsignee"]

Number 12400
(Package) : Package Gross Weight No

Gross weight of all items packed in the referred package/box, including packaging material (used weight unit is sent in separate property weightUnit)

 <property name="packageGrossWeight">4800</property> 

/b24Message/despatchAdvice/package/property[@name="packageGrossWeight"]

Number 12500
(Package) : Package Net Weight No

Net weight of all items packed in the referred package/box, excluding packaging material (used weight unit is sent in separate property weightUnit)

 <property name="packageNetWeight">3500</property> 

/b24Message/despatchAdvice/package/property[@name="packageNetWeight"]

Number 12600
(Package) : Package width No

The width including box or related packing material

 <property name="packageWidth">600</property> 

/b24Message/despatchAdvice/package/property[@name="packageWidth"]

Number 12700
(Package) : Package depth No

The depth including box or related packing material

 <property name="packageDepth">600</property> 

/b24Message/despatchAdvice/package/property[@name="packageDepth"]

Number 12800
(Package) : Package height No

The height including box or related packing material

 <property name="packageHeight">600</property> 

/b24Message/despatchAdvice/package/property[@name="packageHeight"]

Number 12900
(Package) : Package volume (m3) No

The volume of the package

 <property name="packageVolume">0.22</property> 

/b24Message/despatchAdvice/package/property[@name="packageVolume"]

Number 13000
(Package) : Weight Unit (Package Level) No

The weight unit for weight values on package level

 <property name="weightUnit" code="gr">gram</property> 

/b24Message/despatchAdvice/package/property[@name="weightUnit"]@code

Text 13100
(Package) : Volume Unit (Package Level) No

The volume unit for volumes on package level

 <property name="volumeUnit" code="MTQ">cubic metre</property> 

/b24Message/despatchAdvice/package/property[@name="volumeUnit"]@code

Text 13200
(Package) : Measurement unit (package level) No

The measurement unit for measurements on package level

 <property name="measurementUnit" code="MMT">millimetre</property> 

/b24Message/despatchAdvice/package/property[@name="measurementUnit"]@code

Text 13300
(Item/Line) : Item Id No

The supplier's unique item ID of the product

 <item quantity="2" countryOfOrigin="CN" id="123456781"> 

/b24Message/despatchAdvice/package/item/@id

Text 13400
(Package) : Package Gross Volume No

Gross volume of the referred shipment package/box including packaging material

 <property name="packageGrossVolume">1</property> 

/b24Message/despatchAdvice/package/property[@name="packageGrossVolume"]

Number 13500
(Item/Line) : Quantity Yes

The number of items

 <item quantity="2" countryOfOrigin="CN" id="123456781"> 

/b24Message/despatchAdvice/package/item/@quantity

Number 13600
(Item/Line) : Country of origin No

Product country of origin (ISO code)

 <item quantity="2" countryOfOrigin="CN" id="123456781"> 

/b24Message/despatchAdvice/package/item/@countryOfOrigin

Text 13700
(Item/Line) : Supplier order number (per item) No

Reference to the supplier order number (ORDRSP)

 <documentReference documentType="SupplierOrder" id="Sample_SO0000105" date="2020-08-25" lineNo="100" /> 

/b24Message/despatchAdvice/package/item/documentReference[@documentType="SupplierOrder"]/@id

Text 13800
(Item/Line) : Supplier order date (per item) No

Reference to the supplier order date (ORDRSP)

 <documentReference documentType="SupplierOrder" id="Sample_SO0000105" date="2020-08-25" lineNo="100" /> 

/b24Message/despatchAdvice/package/item/documentReference[@documentType="SupplierOrder"]/@date

Date/Time 13900
(Item/Line) : Supplier order line number No

Reference to the supplier order line number (ORDRSP)

 <documentReference documentType="SupplierOrder" id="Sample_SO0000105" date="2020-08-25" lineNo="100" /> 

/b24Message/despatchAdvice/package/item/documentReference[@documentType="SupplierOrder"]/@lineNo

Number 14000
(Item/Line) : Buyer order number (per item) No

Reference to the buyer order number

 <documentReference documentType="BuyerOrder" id="Sample_PO0000105" date="2020-08-25" lineNo="1" /> 

/b24Message/despatchAdvice/package/item/documentReference[@documentType="BuyerOrder"]/@id

Text 14100
(Item/Line) : Buyer order date (per item) No

Reference to the buyer order date

 <documentReference documentType="BuyerOrder" id="Sample_PO0000105" date="2020-08-25" lineNo="1" /> 

/b24Message/despatchAdvice/package/item/documentReference[@documentType="BuyerOrder"]/@date

Date/Time 14200
(Item/Line) : Buyer order line number No

Reference to the buyer order line number

 <documentReference documentType="BuyerOrder" id="Sample_PO0000105" date="2020-08-25" lineNo="1" /> 

/b24Message/despatchAdvice/package/item/documentReference[@documentType="BuyerOrder"]/@lineNo

Number 14300
(Item/Line): Delivery Note Number No
Reference to the Delivery Note number, set by the supplier.
/b24Message/despatchAdvice/package/item/documentReference[@documentType="DeliveryNote"]/@id Text 14330
(Item/Line): Delivery Note Date No
Reference to the delivery note date.
<documentReference documentType="DeliveryNote" id="Sample_DN0000105" date="2020-09-21" lineNo="1" />

 

/b24Message/despatchAdvice/package/item/documentReference[@documentType="DelieryNote"]/@date Date/Time 14360
(Item/Line): Delivery Note line number No
Reference to the Delivery Note line number.
<documentReference documentType="DeliveryNote" id="Sample_DN0000105" date="2020-09-21" lineNo="1" />

 

/b24Message/despatchAdvice/package/item/documentReference[@documentType="DeliveryNote"]/@lineNo Number 14390
(Item/Line) : Despatch advice number (per item) No

The ID of the despatch advice, set by the supplier

 <documentReference documentType="DespatchAdvice" id="Sample_DA0000105" date="2020-09-21" lineNo="10" /> 

/b24Message/despatchAdvice/package/item/documentReference[@documentType="DespatchAdvice"]/@id

Text 14400
(Item/Line) : Despatch advice date (per item) No

The date of the despatch advice, set by the supplier

 <documentReference documentType="DespatchAdvice" id="Sample_DA0000105" date="2020-09-21" lineNo="10" /> 

/b24Message/despatchAdvice/package/item/documentReference[@documentType="DespatchAdvice"]/@date

Date/Time 14500
(Item/Line) : Despatch advice line number No

The line number of the despatch advice, set by the supplier

 <documentReference documentType="DespatchAdvice" id="Sample_DA0000105" date="2020-09-21" lineNo="10" /> 

/b24Message/despatchAdvice/package/item/documentReference[@documentType="DespatchAdvice"]/@lineNo

Number 14600
(Item/Line) : (item/Line) : Ordered Quantity No

The quantity originally specified in the order by the buyer.

 <property name="orderedQuantity">2</property> 

/b24Message/despatchAdvice/package/item/property[@name="orderedQuantity"]

Number 14700
(Item/Line) : Description No

Description of the product, preferably including: model name, colour and size

 <property name="description">Item description</property> 

/b24Message/despatchAdvice/package/item/property[@name="description"]

Text 14800
(Item/Line) : Unit of measure No

The unit of measure for the product: such as PCE, PR etc. For a complete list see http://big.btwentyfour.com/codes#id2

 <property name="unitOfMeasure">PCE</property> 

/b24Message/despatchAdvice/package/item/property[@name="unitOfMeasure"]

Text 14900
(Item/Line) : Customs of tariff No (Stat No) No

Statistical toll number for product, "intra stat number"

 <property name="statNo">6404110000</property> 

/b24Message/despatchAdvice/package/item/property[@name="statNo"]

Number 15000
(Item/Line) : Logistic unit No

The logistic unit: CU=consumer unit, TU=trade unit. Used if reference to pack order is needed

 <property name="logisticUnit">CU</property> 

/b24Message/despatchAdvice/package/item/property[@name="logisticUnit"]

Text 15100
(Item/Line) : EPC 1 No

EPC - Electronic Product Code. A universal identifier that gives a globally unique identity to a specific physical object. While the EAN/UPC item reference/barcode points to the general Stock Keeping Unit (SKU), the EPC points to which specific physical piece of that SKU the package contains. EPCs are usually encoded on RFID tags which can be used to track all kinds of objects. (Multiple EPCs can be specified for the same DESADV item, if the item segment holds a quantity >1, meaning there are multiple unique pieces referred on that DESADV-item. EPCs properties should then be differentiated as electronicProductCode, electronicProductCode2, electronicProductCode3 etc...)

 <property name="electronicProductCode">01.0000111.000111.000111111</property>    

/b24Message/despatchAdvice/package/item/property[@name="electronicProductCode"]

Text 15200
(Item/Line) : EPC 2 No

EPC - Electronic Product Code 2. (Please see EPC 1)

 <property name="electronicProductCode2">02.0000222.000222.000222222</property>    

/b24Message/despatchAdvice/package/item/property[@name="electronicProductCode2"]

Text 15300
(Item/Line) : EPC 3 No

EPC - Electronic Product Code 3. (Please see EPC 1)

 <property name="electronicProductCode3">03.0000333.000333.000333333</property>    

/b24Message/despatchAdvice/package/item/property[@name="electronicProductCode3"]

Text 15400
(Item/Line) : Item Gross Weight No

Gross weight of a single item/SKU, including packaging material

 <property name="grossWeight">800</property> 

/b24Message/despatchAdvice/package/item/property[@name="grossWeight"]

Number 15800
(Item/Line) : Item Net Weight No

Net weight of a single item/SKU, excluding packaging material

 <property name="netWeight">700</property> 

/b24Message/despatchAdvice/package/item/property[@name="netWeight"]

Number 15900
(Item/Line) : Weight Unit (Item Level) No

The weight unit for weight values on item level

 <property name="weightUnit" code="gr">gram</property> 

/b24Message/despatchAdvice/package/item/property[@name="weightUnit"]@code

Text 16000
(Item/Line): Packing Method No

Describes the way the item is packed in the package/delivery. i.e. "Flat", "Hanging".

<property name="packingMethod" code="F">Flat</property>

 

/b24Message/despatchAdvice/package/item/property[@name="packingMethod"] Text 16000
(Item/Line) : Item Gross Volume No

Gross volume of a single item/SKU including packaging material

 <property name="grossVolume">3</property> 

/b24Message/despatchAdvice/package/item/property[@name="grossVolume"]

Number 16100
(Item/Line) : Volume Unit (Item Level) No

The volume unit for volume value on item level

 <property name="volumeUnit" code="dm3">Cubic decimetre</property> 

/b24Message/despatchAdvice/package/item/property[@name="volumeUnit"]@code

Text 16200
(Item/Line) : Item level Ultimate Consignee Id No

An Id for the ultimate consignee party, specified on item level

 <property name="ultimateConsigneeId">Item Ultimate Consignee Id</property>    

/b24Message/despatchAdvice/package/item/property[@name = "ultimateConsigneeId"

Text 16300
(Item/Line): Color Code No

The code pointing to the color/colorway/color combination of the product. (Should be provided in the code-attribute. Please see example, code="OG64").

<dimension name="color" code="OG64">Orange/Green</dimension>

 

/b24Message/despatchAdvice/item/dimension[@name="color"]/@code Text 16400
(Item/Line): Color Description No

The product color/colorway/color combination in plain text. (Should be sent in the PC-data field. Please see example "Orange/Green")

<dimension name="color" code="OG64">Orange/Green</dimension>

 

/b24Message/despatchAdvice/package/item/dimension[@name="color"] Text 16450
(Item/Line): Size No

Size of the product

 <dimension name="size">42</dimension> 

 

/b24Message/despatchAdvice/package/item/dimension[@name="size"] Text 16500
(Item/Line) : Barcode type Yes

The type of barcode, for example "EAN13" or "UPCA". For a complete list, see http://big.btwentyfour.com/codes#id1

 <itemReference registry="Supplier" coding="EAN13">7042698315961</itemReference> 

/b24Message/despatchAdvice/package/item/itemReference[@registry="Supplier"]@coding

Text 16600
(Item/Line) : Barcode Yes

The supplier's EAN/UPC code of the product

 <itemReference registry="Supplier" coding="EAN13">7042698315961</itemReference> 

/b24Message/despatchAdvice/package/item/itemReference[@registry="Supplier"]

Number 16700
(Item/Line) : Buyer Item ID No

The buyer's unique item ID of the product

 <itemReference registry="Buyer" name="itemId">998855</itemReference> 

/b24Message/despatchAdvice/package/item/itemReference[@registry="Buyer" and @name="itemId"]

Text 16800