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

    Represents one ineligibility reason for the order (there can be multiple reasons).

    interface OrderIneligibilityReason {
        code: string;
        description: string;
    }
    Index

    Properties

    Properties

    code: string

    Code for the order ineligibility.

    description: string

    Description detailing the ineligibility reason of the order.