<aside> <img src="/icons/forward_gray.svg" alt="/icons/forward_gray.svg" width="40px" /> $\colorbox{19abff}{\color{ffffff}{POST}}$ PROD: https://api.helthjem.no/parcels/v1/addresses/find/single PRE-PROD: https://api.pre.helthjem.no/parcels/v1/addresses/find/single
</aside>
The Single Address Check API is designed to check coverage for delivery options for a given address and customer. It will take the address, contact info and delivery options in the request and give back the best delivery option and transport details for it.
Depending on the transportSolutionId
you send in the request and address coverage, you will get either:
productName
of available delivery method"no.carrier.support”
message, which means that Helthjem can not deliver to a address with the chosen method, i.e. transportsolution
Read more about Transport Solutions here: Transport solution concept .
<aside> 📘 Detailed documentation https://jira-di.atlassian.net/wiki/spaces/DIPUB/pages/90639259/Parcel+Single+Address+Check+API
</aside>
If you have several Helthjem freight products in your e-commerce checkout then you have to send a request to Single Address Check API for each of them.
With transportSolutionId:"1"
, we have coverage throughout Norway. The response will include one of the following options, depending on coverage:
"productName": "HELTHJEM"
(Standard home delivery)"productName": "Helthjem_SHOP"
" (Hentepakke, delivery to PUDO)"productName": "POSTNORD_MYPACK"
(Postnord MyPack Collect, delivery to PUDO)"no.carrier.support”
{
"shopId": "1",
**"transportSolutionId": "1",**
"customer name": "Test Customer",
**"address": "Kongsberggata 18",**
"zipCode": "0468",
"postalName" : "Oslo",
"countryCode" : "NO",
"weight":1000,
"volume": null
}
{
**"productName": "HELTHJEM",**
"routeName": "21516",
"companyId": 1,
"routing": "1-31/114-43-x21516x385",
"routingCode": "1",
"routeAddress": "TÃ…SENVEIEN 26",
"routeDescription": "BUDSENTRAL TÃ…SEN 1",
"handoverId": 3223047,
"handoverCity": "OSLO",
"handoverZipCode": "484",
"handoverStreetName": "SANDAKERVEIEN",
"handoverStreetNumber": 121,
"handoverDescription": "MNO TRYKK NYDALEN",
"routingDescription": "DROPP 1 TÃ…SEN",
"plannedDeparture": "1600"
}