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

    Information that is specific to a seller in a marketplace.

    interface Participation {
        hasSuspendedListings: boolean;
        isParticipating: boolean;
    }
    Index

    Properties

    hasSuspendedListings: boolean

    Specifies if the seller has suspended listings. true if the seller Listing Status is set to Inactive, otherwise false.

    isParticipating: boolean

    If true, the seller participates in the marketplace. Otherwise false.