The response schema for the getAccount operation.

Account

interface SellersApiModelAccount {
    business?: SellersApiModelBusiness;
    businessType:
        | "INDIVIDUAL"
        | SellersApiModelAccountBusinessTypeEnum
        | "CHARITY"
        | "CRAFTSMAN"
        | "NATURAL_PERSON_COMPANY"
        | "PUBLIC_LISTED"
        | "PRIVATE_LIMITED"
        | "SOLE_PROPRIETORSHIP"
        | "STATE_OWNED";
    marketplaceParticipationList: SellersApiModelMarketplaceParticipation[];
    primaryContact?: SellersApiModelPrimaryContact;
    sellingPlan: | "INDIVIDUAL"
    | SellersApiModelAccountSellingPlanEnum
    | "PROFESSIONAL";
}

Properties

Account

businessType:
    | "INDIVIDUAL"
    | SellersApiModelAccountBusinessTypeEnum
    | "CHARITY"
    | "CRAFTSMAN"
    | "NATURAL_PERSON_COMPANY"
    | "PUBLIC_LISTED"
    | "PRIVATE_LIMITED"
    | "SOLE_PROPRIETORSHIP"
    | "STATE_OWNED"

The type of business registered for the seller account.

Account

marketplaceParticipationList: SellersApiModelMarketplaceParticipation[]

List of marketplace participations.

Account

Account

sellingPlan:
    | "INDIVIDUAL"
    | SellersApiModelAccountSellingPlanEnum
    | "PROFESSIONAL"

The selling plan details.

Account

MMNEPVFCICPMFPCPTTAAATR