christoph-schaeffer / dhl-business-shipping

An unofficial library for the DHL business shipping soap API (Version 3.3) and the dhl shipment tracking rest API written in PHP.
MIT License
29 stars 8 forks source link

Add Second Pieces to Shipment #10

Closed osentrk closed 3 years ago

osentrk commented 3 years ago

Hi,

I have one shipment (ref: 002123123) and that shipment has two boxes. Box 1: 25 25 25 - 5 KG Box 2: 756045 - 2 KG

I want to create two pieces label for one shipment. (1/2 and 2/2) I couldn't add two ShipmentItems to the shipment.

How can i do that? It is possible?