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

    A constraint that may affect a fulfillment order.

    interface Constraint {
        code: string;
        details?: ConstraintDetail[];
        message: string;
        type: string;
    }
    Index
    code: string

    The constraint code.

    details?: ConstraintDetail[]

    Array of constraint details

    message: string

    A human-readable description of the constraint.

    type: string

    The type of constraint.