The account related with the shipment.

Party

interface Party {
    accountId?: string;
}

Properties

Properties

accountId?: string

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

Party