Selling Partner API SDK for JavaScript
    Preparing search index...

    Contractual or operational port or point relevant to the movement of the cargo.

    interface Stop {
        arrivalTime?: string;
        departureTime?: string;
        functionCode: StopFunctionCodeEnum;
        locationIdentification?: Location;
    }
    Index

    Properties

    arrivalTime?: string

    Date and time of the arrival of the cargo.

    departureTime?: string

    Date and time of the departure of the cargo.

    functionCode: StopFunctionCodeEnum

    Provide the function code.

    locationIdentification?: Location