ShipmentApi

Get Price Information

Provides detailed pricing information for shipments based on specified criteria.

post/priceinfo

Request body

pickupDatestring date-time

Requested pickup date for the shipment.

senderZipCodestring nullable

Sender's postal/zip code.

senderCountryPrefixstring nullable

Sender's country ISO code (e.g., "DK").

cosigneeZipCodestring nullable

Consignee's postal/zip code.

consigneeCountryPrefixstring nullable

Consignee's country ISO code (e.g., "DK").

billingUnitinteger nullable

Billing unit type ID used for pricing the shipment.

shipmentWeightnumber double nullable

Total weight of the shipment in the specified billing unit.

countOfBillingUnitsnumber double nullable

Number of billing units (e.g., pallets, kilograms).

numberOfColliesinteger nullable

Total number of packages (collies) in the shipment.

weightsnumber[] nullable

List of individual package weights. Used when packages have different weights.

dropOffParcelShopstring nullable

Parcel shop code where the sender will drop off the shipment.

pickupParcelShopstring nullable

Parcel shop code from which the shipment will be picked up.

allowSaturdayDeliveryboolean nullable

When true, enables Saturday delivery pricing.

isCargoboolean nullable

When true, applies cargo-type pricing rules.

returnDocumentboolean nullable

When true, includes a return document service in the price calculation.

codAmountnumber double nullable

Cash-on-delivery amount to collect from the consignee. Decimal numbers must use a dot (.) as the separator (e.g., 1234.56).

exWorksboolean nullable

When true, applies ex-works pricing rules.

Response

OK

status'OK' | 'Error' | 'ValidationFailed'

0 = OK, 1 = Error, 2 = ValidationFailed

traceIDstring nullable

Changes