Information that is specific to a seller in a marketplace.

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.

Participation

isParticipating: boolean

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

Participation