Skip to Main Content

page_parts

Logistics

BIC
Bureau International des Containers container owner code.
Function name(s):
biclogistics_random.r_container_bic
Locales supported:
Parameters:
Name Type Bound Input Description
country Text ISO 2 letter country code
Example output:
{
    "BIC": {
            "r_container_bic": "MTYU"
        }
}
BIC Check Digit
Check digit for BIC code.
Function name(s):
bic_check_digitutil_random.ru_bic_checkdigit
Locales supported:
Parameters:
Name Type Bound Input Description
containebic Text The BIC code of the container.
containeserial_number Number The serial number of the container.
Example output:
Example output not applicable.
Container Max Weight
Based on container type, what is the max weight.
Function name(s):
container_max_weightlogistics_random.r_container_max_weight
Locales supported:
Parameters:
Name Type Bound Input Description
containesize_iso Text The BIC code of the container.
pounds Number If 0 then kilograms, if 1 pounds.
Example output:
{
    "Container Max Weight": {
            "r_container_max_weight": "30480"
        }
}
Container Pack Weight
Based on container type, what is the maximum packing weight.
Function name(s):
container_pack_weightlogistics_random.r_container_max_pack_weight
Locales supported:
Parameters:
Name Type Bound Input Description
containesize_iso Text The BIC code of the container.
containemax_weight Number Container max weight.
containetare_weight Number Container tare weight.
pounds Number If 0 then kilograms, if 1 pounds.
Example output:
{
    "Container Pack Weight": {
            "r_container_max_pack_weight": "28300"
        }
}
Container Tare Weight
Based on container type, what is the tare weight.
Function name(s):
container_tare_weightlogistics_random.r_container_tare_weight
Locales supported:
Parameters:
Name Type Bound Input Description
containesize_iso Text The BIC code of the container.
pounds Number If 0 then kilograms, if 1 pounds.
Example output:
{
    "Container Tare Weight": {
            "r_container_tare_weight": "2180"
        }
}
Container number
Full container number including BIC, Serial number and Control digit.
Function name(s):
container_numberlogistics_random.r_container_number
Locales supported:
Parameters:
Name Type Bound Input Description
containebic Text Fixed BIC number
containeserial_number Text Fixed serial number
country Text ISO 2 letter country code
Example output:
{
    "Container number": {
            "r_container_number": "GLSU 379665-5"
        }
}
Container serial number
Vehicle registration number.
Function name(s):
container_serial_numberlogistics_random.r_container_serial_number
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "Container serial number": {
            "r_container_serial_number": "562975"
        }
}
ISO Container size
ISO container size.
Function name(s):
iso_container_sizelogistics_random.r_container_size_iso
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "ISO Container size": {
            "r_container_size_iso": "22T6"
        }
}
Postal Provider
Postal or Package delivery provider such as USPS, DHL and TNT.
Function name(s):
postal_providerlogistics_random.r_postal_package_type
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "Postal Provider": {
            "r_postal_package_type": "UPS"
        }
}
Postal Tracking ID
Postal or Package tracking ID from providers such as USPS, DHL and TNT.
Function name(s):
postal_tracking_idlogistics_random.r_postal_tracking_id
Locales supported:
Parameters:
Name Type Bound Input Description
postal_package_type Text The provider name, such as DHL, USPS etc.
Example output:
{
    "Postal Tracking ID": {
            "r_postal_tracking_id": "JVGL6253350450"
        }
}
Shipping company
Shipping container company.
Function name(s):
shipping_companylogistics_random.r_container_bic_company
Locales supported:
Parameters:
Name Type Bound Input Description
country Text ISO 2 letter country code
Example output:
{
    "Shipping company": {
            "r_container_bic_company": "DRY BOX INC"
        }
}

Anchor Points

On this page

  • BIC
  • BIC Check Digit
  • Container Max Weight
  • Container Pack Weight
  • Container Tare Weight
  • Container number
  • Container serial number
  • ISO Container size
  • Postal Provider
  • Postal Tracking ID
  • Shipping company