This item represents each logistic stop and indicates if it's related to a pick-up or a drop-off. It must be informed in the shipment as many times as the pick-up and the drop-offs occurs.
The pick-ups and drop-offs points. Each point is a specific location
XML Path: /Transmission/TransmissionBody/GLogXMLElementType/PlannedShipment/Shipment/ShipmentStop
<ShipmentStop>
<StopSequence>1</StopSequence>
<LocationRef>
<LocationGid>
<Gid>
<DomainName>COMPANY1</DomainName>
<Xid>8159</Xid>
</Gid>
</LocationGid>
</LocationRef>
<StopType>P</StopType>
</ShipmentStop>
<ShipmentStop>
<StopSequence>2</StopSequence>
<LocationRef>
<LocationGid>
<Gid>
<DomainName>COMPANY1</DomainName>
<Xid>76370</Xid>
</Gid>
</LocationGid>
</LocationRef>
<StopType>D</StopType>
</ShipmentStop>
Field |
Type |
Occurrences |
Max. Length |
Format |
Description |
StopSequence |
Number |
1-1 |
|
- |
This sequencial number (started in 1) represents the position of each stop along the trip. |
LocationRef/LocationGid |
Group |
1-1 |
49 |
The location reference where this stop happens either the shipper, the customer, the supplier or the place the goods are leaving (Hub, DC, etc.). |
|
StopType |
Character |
1-1 |
1 |
P/D |
The stop perspective: •P: Pick-up; •D: Drop-off. |