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

    Execution errors associated with the outbound order. This field will be populated if the order failed validation.

    interface OutboundExecutionError {
        failureCode: string;
        failureReasons: string[];
        sku?: string;
    }
    Index

    Properties

    failureCode: string

    Failure code details for the error.

    failureReasons: string[]

    Failure reasons for the error.

    sku?: string

    MSKU associated with the error.