We'll create fresh WordPress site with WooCommerce Pakettikauppa installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Pakettikauppa is a shipping service provider in Finland. This plugin integrates their service into WooCommerce. To start shipping, all your WooCommerce needs is this plugin and a API credentials of your account registered with Pakettikauppa.
Note! If you already have shipping contracts with Posti, Matkahuolto, DB Schenker, Asendia or GLS with reduced prices, you can contact the customer support of Pakettikauppa to get those contracts via Pakettikauppa so you can use the WooCommerce Pakettikauppa plugin with your current shipping contracts. No need to use logistics services own integrations (e.g. Posti SmartShip / Prinetti )
This plugin requires at least WooCommerce version 4.7.0.
Register through www.pakettikauppa.fi. Process only takes few minutes.
arguments: $order, $service_id, $additional_services
arguments: $order
Call for example:
$pdf = '';
$order_ids = array (15, 16, 17);
$args = array( $order_ids, &$pdf );
do_action_ref_array('pakettikauppa_create_shipments', $args);"
Call for example:
$tracking_codes=array();
$args = array( $order_id, &$tracking_code );
do_action_ref_array('pakettikauppa_fetch_tracking_codes', $args);
Call for example:
$args = array( $order_id, $order_id2, ... );
do_action('pakettikauppa_create_shipments', $args);