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.

Why use Single Address Check

Setup

Make sure you have the following information at hand before proceeding.

Description
shopID All bookings are made with respect to a given shop.
transportSolutionID An identifier for a valid transport solution.

Environments / Endpoints

Environment Method URL
Production POST https://api.helthjem.no/parcels/v1/addresses/find/single
Pre-Production POST https://api.pre.helthjem.no/parcels/v1/addresses/find/single

Request-Header

Key value example
Authorization Bearer <token>
Content-Type application/json

Request body

Field Description Data type Example Required
shopID The identifier of the shop that makes the request. string 1
transportSolutionID The transport solution that we want transport information from. string 55
customer name Name of party/person. string Ola Nordmann
address Combined address information:

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 .