Interface for Scope to receive shipment order data from forwarding customers (e.g. shippers) and convert them into Scope bookings.
For more details see https://service.riege.com/en/knowledge/shipping-order-interface.
The protocol is very simple: The sender sends a shipping order XML message according to the schema below. There isn’t any ackowledgement or receipt message flow in place.
The interface supports updates, primary key is the shippingOrderId
element in the refs block of a shippingOrder
element.
Multiple shipping orders may be sent in one envelope. However, these shipping orders must all be for the same recipient branch.
The schema definition of the message format can be found at the following link:
The schema definitions are also available via dtd.riege.com
following the above version name scheme, e.g. version 2.4 available under
https://dtd.riege.com/scope/shippingorder/scope_shippingorder-2.4.xsd.