Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Details of how the cancellation was executed for a specific order item, including who performed the cancellation and the reason.

    interface ItemCancellationExecution {
        cancelledBy?: string;
        cancelReason?: string;
    }
    Index
    cancelledBy?: string

    Entity that executed the cancellation for this item. Possible values: BUYER, MERCHANT, AMAZON

    cancelReason?: string

    Explanation provided for why the cancellation was executed.