<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:

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>

Checkout

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.

Example 1: Transport Solution with fall-back

With transportSolutionId:"1", we have coverage throughout Norway. The response will include one of the following options, depending on coverage:

Request example 1

{ 
	"shopId": "1",
	**"transportSolutionId": "1",**
	"customer name": "Test Customer",
	**"address": "Kongsberggata 18",**
	"zipCode": "0468",
	"postalName" : "Oslo",
	"countryCode" : "NO",
	"weight":1000,
	"volume": null
}

Response example 1

{
	**"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"
}

Example 2: Transport Solution without fall-back