The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

P5kkelabels - API interface to pakkelabels.dk

VERSION

version 0.03

SYNOPSIS

DESCRIPTION

Implements the Pakkelabels.dk API as described in https://app.pakkelabels.dk/api/public/v3/specification

All methods return a Role::REST::Client::Result object.

NAME

P5kkelabels - REST API interface

METHODS

products

Get available products

pickup_points

Get available & nearest pickup points

account_balance

Get current balance

account_payment_request

Get payment requests

shipment_monitor

Get shipment monitor statuses

return_portals

Get return portals

Takes an optional id parameter

return_portal_shipments

Get Shipments for Return Portal with specific ID

Takes an id parameter

shipments

Get shipments

Takes an optional id parameter

create_shipment

Create a shipment

Takes the sipment information as parameter

shipment_labels

Get Labels for Shipment with specific ID

Takes an id parameter

Get print queue entries

imported_shipments

Get Imported Shipments

Takes an id parameter

create_imported_shipment

Create a shipment

Takes the sipment information as parameter

update_imported_shipment

Update a shipment

Takes the sipment information as parameter

delete_imported_shipment

Delete a shipment

Takes the sipment information as parameter

labels

Get Labels for specific ID's

BUGS

Please report any bugs or feature requests to bug-role-rest-client at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=P5kkelabels.

AUTHOR

Kaare Rasmussen <kaare at cpan dot org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Kaare Rasmussen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.