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

    Interface Participation

    Information that is specific to a seller in a marketplace.

    interface Participation {
        hasSuspendedListings: boolean;
        isParticipating: boolean;
    }
    Index
    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.