The enforcement action taken by Amazon that affect the publishing or status of a listing

Export

IssueEnforcementAction

interface IssueEnforcementAction {
    action: string;
}

Properties

Properties

action: string

The enforcement action name. Possible values: * LISTING_SUPPRESSED - This enforcement takes down the current listing item's buyability. * ATTRIBUTE_SUPPRESSED - An attribute's value on the listing item is invalid, which causes it to be rejected by Amazon. * CATALOG_ITEM_REMOVED - This catalog item is inactive on Amazon, and all offers against it in the applicable marketplace are non-buyable. * SEARCH_SUPPRESSED - This value indicates that the catalog item is hidden from search results.

Memberof

IssueEnforcementAction