Model: Container Size and Types
The Containers data presents the detailed information and various identifiers for the available container types offered in the booking process. The information about containers can be retrieved by calling the endpoint to get available offers, the locations endpoints or the endpoint to get supported container types (see Endpoints: Product Offers).
Data representation
Each available container size-type is presented with a set of properties as shown below in an example of data representation. The request made for obtaining this data is:
.../v2/offers/containers
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
|
Data description
NOTE: The attributes present in the JSON structure but missing in the below description are used only for internal purposes and should not be used by Maersk external customers. Some attributes are self-explanatory, eg "vesselName"
A container has the following attributes:
-
size
: The container size measured in foot units. The currently available containers are:-
20
: A 20 foot container that carries a payload of up to 28.3 metric tonnes and has a total capacity of 33 m3 (1170 ft3) -
40
: A 40 foot container that carries a payload of up to 28.8 metric tonnes and has a total capacity of 67 m3 (2390 ft3) -
45
: A 45 foot container that carries a payload of up to 27.7 metric tonnes and has a total capacity of 85 m3 (3036 ft3)
-
-
height
: The height of the container measured in feet. -
type
: The type of the container. The possible values are:-
DRY
: An enclosed and weatherproof container designed to accommodate general cargo -
HDRY
: An extra high DRY container with added height and length compared to the standard containers -
REEF
: A refrigerated (reefer) container designed to accommodate perishable cargo that require special Temperature Control. Currently, this type of container is not in use for Maersk Spot products.
-
-
iso
: The standard ISO code for shipping containers -
name
: The container size-type name -
label
: The full name of a container to be displayed -
isOperational
: This property specifies if the reefer container should be used to carry perishable cargo. Container operators may use reefer containers in a non-operating mode to carry dry cargo without the refrigeration machinery being switched on. In terms of data representation, the attribute is applicable only to REEF containers. -
cargoType
: The type of cargo to be shipped. Dry cargo (DRY
) commodities are most of the shipped products and the only type we currently support on Maersk Spot. Other types can be refrigerated cargo, special cargo or dangerous cargo.