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

    Additional information about a constraint violation, providing the specific type of detail and its corresponding value that caused the violation.

    interface ConstraintDetail {
        type: string;
        value: string;
    }
    Index
    type: string

    The type of the constraint detail.

    value: string

    The value of the constraint detail.