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

    Conveying the status of the listed enforcement actions and, if applicable, provides information about the exemption's expiry date.

    interface IssueExemption {
        expiryDate?: string;
        status: IssueExemptionStatusEnum;
    }
    Index
    expiryDate?: string

    Represents the timestamp, in ISO 8601 format, that specifies the date when the temporary exemptions expires, and Amazon begins enforcing the listed actions.

    Indicates the current exemption status for the listed enforcement actions. It can take values such as EXEMPT, signifying permanent exemption, EXEMPT_UNTIL_EXPIRY_DATE indicating temporary exemption until a specified date, or NOT_EXEMPT signifying no exemptions, and enforcement actions were already applied.