The account related data.

Account

interface Account {
    accountId: string;
}

Properties

Properties

accountId: string

This is the Amazon Shipping account id generated during the Amazon Shipping onboarding process.

Account