Determine parcel format

This tool allows you to determine the parcel format code, to be used for label creation.

This tool displays whether or not a format is acceptable based on parcel dimensions and weight.

This tool has been generated with rules applying to Asendia Benelux, Denmark and Sweden.
Different rules may apply for other Asendia subsidiaries.

For destination UK (GB), different rules may apply then indicated on this page.
Please ask your Asendia contact for more information.

Format B or N is required for EPAQSTD and EPAQPLS.
For EPAQSCT in combination with Mailbox Plus: format B, N or L is required.
For EPAQSCT without Mailbox Plus:

  • a format doesn't need to be provided but it should definitely be less than 30 kilograms (kg).
  • to be sure that the parcel is accepted by the carrier, our advice is not to have a parcel exceed the dimensions for L.

Format XL is only available for customers of Asendia Sweden and Asendia Denmark upon request.

Feel free to copy and paste the source code for this implementation into your own source code.

Input

Output

Format Acceptable Weight limit (kg)
B True 2
N True 2
L True 30
XL False 30

Rules

Format Rule Passed
B Width should be more than zero. True
B Maximum width of 3 cm should not be exceeded. True
B Height should be 9 cm or more. True
B Maximum height of 25 cm should not be exceeded. True
B Length should be 14 cm or more. True
B Maximum length of 35.3 cm should not be exceeded. True
B Weight should be 0.01 kg or more. True
B Maximum weight of 2 kg should not be exceeded. True
N Width should be more than zero. True
N Maximum width of 60 cm should not be exceeded. True
N Height should be 9 cm or more. True
N Maximum height of 60 cm should not be exceeded. True
N Length should be 14 cm or more. True
N Maximum length of 60 cm should not be exceeded. True
N The sum of all three dimensions cannot be more than 90 cm. True
N Weight should be 0.01 or more. True
N Maximum weight of 2 kg should not be exceeded. True
L Width should be more than zero. True
L Maximum width of 60 cm should not be exceeded. True
L Height should be 9 cm or more. True
L Maximum height of 60 cm should not be exceeded. True
L Length should be 14 cm or more. True
L Maximum length of 100 cm should not be exceeded. True
L Weight should be 0.01 or more. True
L Maximum weight of 30 kg should not be exceeded. True
XL Width should be 60 cm or more. False
XL Height should be 60 cm or more. False
XL Length should be 100 cm or more. False
XL Maximum length of 250 cm should not be exceeded, for shipments that weigh 10 kg or less. True
XL Maximum length of 200 cm should not be exceeded, for shipments that weigh more than 10 kg. True
XL Weight should be 0.1 or more. True
XL The sum of twice the width in cm, twice the height in cm, and the length in cm should not surpass 400. True