Amazon Selling Partner API (SP-API) SDK for TypeScript
    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
    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