Beta Delivery Zone is in private beta — now accepting select Finnish merchants.
API Example

Translate reasonCode into customer error message

Friendly, helpful customer messages based on API reason codes.

Reason code mapping

const MESSAGES = {
  NOT_DELIVERABLE: "We don't deliver to this postcode yet.",
  MINIMUM_ORDER_NOT_MET: "Orders to this area require a higher minimum basket value.",
  BASKET_VALUE_REQUIRED: "Please enter order items to calculate delivery.",
};