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

    A shipment item's cancellation details.

    interface Cancellation {
        cancellationReason?: string;
        cancellationType: CancellationCancellationTypeEnum;
        cancelledQuantity: number;
        cancelledTimestamp: string;
    }
    Index

    Properties

    cancellationReason?: string

    The reason for the cancellation of the shipment.

    The type of cancellation of the item in the shipment.

    cancelledQuantity: number

    The number of items of this particular item which have been cancelled.

    cancelledTimestamp: string

    A date and time in ISO 8601 format.