ShipmentApi

Price Info for Shipment

Retrieves pricing information for a specific shipment, providing details on the cost of shipping that particular package.

get/priceinfoforshipment

Query parameters

shipmentIdinteger

ID of the shipment to retrieve pricing for. Mutually exclusive with cargoid and ref.

cargoidstring

Cargo ID of the shipment. Mutually exclusive with shipmentId and ref.

refstring

Customer reference of the shipment. Mutually exclusive with shipmentId and cargoid.

Response

OK

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

0 = OK, 1 = Error, 2 = ValidationFailed

traceIDstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.