Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The API provides a list of future distribution dates that have delivery or pickup coverage for of a product on the specified address. The product are determined from the freight product (freightProductId). The remaining fields along with the customer name field will be used to lookup the address in the carrier system.

...

Tip

Integration tips

  • We recommend to always include all information you have available, and use the same information in other relevant APIs to ensure the results are consistent

  • Specify household number where possible, e.g. H0201, in order for the system to match of the address as exact as possible

  • NB only a few freight products are supported in this API. Make sure to confer the wanted freight product with DI

Setup

Example

Description

Username (see Authentication section)

wsfoobar

A valid username.

Password (see Authentication section)

a-very-very-long-password

A password matching given username.

shopId

12345

The coverage check is made with respect to a given shop. 

freightProductId

55

An identifier for a valid freight product.

...

Expand
titleList of error keys

error key

status code

required.shop.id

400

wrong.shop.id

400

missing.freight.product.id

400

wrong.freight.product.id

400

required.zip.code

400

incorrect.param.limit

400

no.access.shop.id

403

internal.error

500

...