Detailed information that is specific to a seller in a Marketplace.

Export

Participation

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

Properties

hasSuspendedListings: boolean

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

Memberof

Participation

isParticipating: boolean

Memberof

Participation