{"from":{"first_name":"Serge","last_name":"Sender","company":"Sender Corp.","street":"Sender Str.","street_no":"99","zip_code":"20148","city":"Hamburg","country":"DE"},"to":{"first_name":"Roger","last_name":"Receiver","street":"Receiver Str.","street_no":"1","city":"Hamburg","zip_code":"20535","country":"DE"},"package":{"weight":"100","length":"120","width":"60","height":"30","type":"cargo_international_large_parcel"},"carrier":"cargo_international","service":"standard","description":"a short description of the shipment content","reference_number":"order's reference number","notification_email":"receiver@mail.com","create_shipping_label":true}
Disposable pallet
Use a disposable
pallet for sending goods via a cheaper pallet transport.
Requirements:
max. dimensions 240 cm x 120 cm x 200 cm
max. weight 1000 kg per pallet
sender and recipient have to be located in Germany
{"from":{"first_name":"Serge","last_name":"Sender","company":"Sender Corp.","street":"Sender Str.","street_no":"99","zip_code":"20148","city":"Hamburg","country":"DE"},"to":{"first_name":"Roger","last_name":"Receiver","street":"Receiver Str.","street_no":"1","city":"Hamburg","zip_code":"20535","country":"DE"},"package":{"weight":"200","length":"100","width":"100","height":"50","type":"disposable_pallet"},"carrier":"cargo_international","service":"cargo_international_express","description":"a short description of the shipment content","reference_number":"order's reference number","notification_email":"receiver@mail.com","create_shipping_label":true}
{"from":{"first_name":"Serge","last_name":"Sender","company":"Sender Corp.","street":"Sender Str.","street_no":"99","zip_code":"20148","city":"Hamburg","country":"DE"},"to":{"first_name":"Roger","last_name":"Receiver","street":"Receiver Str.","street_no":"1","city":"Hamburg","zip_code":"20535","country":"DE"},"package":{"weight":"200","length":"100","width":"100","height":"50","type":"euro_pallet"},"carrier":"cargo_international","service":"cargo_international_express","description":"a short description of the shipment content","reference_number":"order's reference number","notification_email":"receiver@mail.com","create_shipping_label":true}
Additional services
Appointment announcement
If you want the recipient to get a call from the carrier some time before the shipment will arrive
at its destination you can specify the phone number of the recipient via our additional service
advance_notice.
Requirements:
service has to be standard
package.type can be disposable_pallet,
euro_pallet or
cargo_international_large_parcel
{"from":{"first_name":"Serge","last_name":"Sender","company":"Sender Corp.","street":"Sender Str.","street_no":"99","zip_code":"20148","city":"Hamburg","country":"DE"},"to":{"first_name":"Roger","last_name":"Receiver","street":"Receiver Str.","street_no":"1","city":"Hamburg","zip_code":"20535","country":"DE"},"package":{"weight":40,"length":1200,"width":800,"height":144,"type":"euro_pallet"},"additional_services":[{"name":"advance_notice","properties":{"phone":"015112345678"}}],"carrier":"cargo_international","service":"standard","description":"a short description of the shipment content","reference_number":"order's reference number","notification_email":"receiver@mail.com","create_shipping_label":true}
Cash on delivery
As with the other carriers, Cargo Internaional too can collect payment upon delivery.
Requirements:
You'll have to use your own contract with the carrier
Only applicable for shipments within Germany
The sender and recipient have to be located in Germany
{"carrier":"cargo_international","service":"standard","create_shipping_label":true,"from":{"company":"Sender Company","first_name":"Sally","last_name":"Sender","street":"Senderweg","street_no":"173","zip_code":"20148","city":"Hamburg","country":"DE","phone":"040/12345678","email":"from@example.com"},"to":{"company":"Empfänger Company","first_name":"Erika","last_name":"Empfängerin","street":"Empfängerstr.","street_no":"99","city":"ToCity","zip_code":"20535","country":"DE","phone":"040/87654321","email":"to@example.com"},"package":{"height":"60","length":"120","width":"80","weight":"50","type":"euro_pallet",},"description":"a short description of the shipment content","additional_services":[{"name":"cash_on_delivery","properties":{"amount":849,"currency":"EUR","bank_account_number":"DE12500105170648489890","bank_code":"BENEDEPPYYY"}}]}
Other attributes
Additional insurance
An additional insurance beyond legal liablity of 10 EUR/kg can be booked by using the
declared_value parameter.
Requirements:
the object declared_value has to be specified stating the amount and currency of
the shipment
{"from":{"first_name":"Serge","last_name":"Sender","company":"Sender Corp.","street":"Sender Str.","street_no":"99","zip_code":"20148","city":"Hamburg","country":"DE"},"to":{"first_name":"Roger","last_name":"Receiver","street":"Receiver Str.","street_no":"1","city":"Hamburg","zip_code":"20535","country":"DE"},"package":{"weight":40,"length":1200,"width":800,"height":144,"type":"euro_pallet","declared_value":{"amount":5000,"currency":"EUR"}},"carrier":"cargo_international","service":"standard","description":"a short description of the shipment content","reference_number":"order's reference number","notification_email":"receiver@mail.com","create_shipping_label":true}