Check if delivery is possible to given address
Parameters
Path Parameters
Request Body required
object
Street name of the destination. When address is omited a coverage check on zip is then performed.
Zip code of the destination.
City name of the destination.
Two letter country code of the destination of the package.
The weight of the shipment in grams
The width of the shipment in millimeters
The height of the shipment in millimeters
The length of the shipment in millimeters
Array of date strings in RFC3339 format, when the shipment can be shipped. For products home, express, box.delivery.
Responses
200
Early bird can perform delivery to requested address
If productId is “home”, the package will be delivered as a standard “home” package. If productId is anything else, it means that we can not deliver as a standard “home” package, and the package will be delivered using an alternative delivery method (as seen below where we say that we will deliver using Postnord)
object
True, if fallback option is activated
Only when fallback type is box.delivery
object
object
Unique identifier for the box location.
Address of the box location.
Zip code of the box location.
City of the box location.
Latitude of the box location.
Longitude of the box location.
object
Date string of estimated day of delivery, not considering shippingAt values.
Array of date strings of estimated day of delivery, one date if possible, or multiple if exact date can not be determined. If applicable for the product and shippingAt is provided.
object
object
List of fallback BOM priorities for products, populated when fallback options are available. Each item contains the priority and associated productId.
object
object
404
No delivery option was found for requested address
object
object
500
An unexpected error occurred on the server
object
object
504
Gateway timeout