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

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

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

    Properties

    failureCode: string

    Failure code details of the error.

    failureReasons: string[]

    Failure reasons of the error.

    sku?: string

    SKU associated with the error.