Get Destinations

You can get aggregated list of delivery destinations - Automated Parcel Machines (APT) and Pick-up-Points (PUP) of selected carriers (SmartPOST, Omniva, ...)
The destinations have attribute type:
  • APT - Automated Parcel Machine, aka Postal Machine (pakiautomaat)
  • PO - Post Office, (Omniva Post offices)
  • PUP - Pick-up-Point (DPD specifics)
<?php

$request_body = array(
    'carriers' => '',  //  list expected
    'countries' => '',
    'types' =>'' );

$destinations = $MK->getDestinations( $request_body );

?>

You can filter the list of destinations by: