Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Additional information provided by the selling party for tax-related or any other purpose.

    interface AdditionalDetails {
        detail: string;
        languageCode?: string;
        type: AdditionalDetailsTypeEnum;
    }
    Index
    detail: string

    The detail of the additional information provided by the selling party.

    languageCode?: string

    The language code of the additional information detail.

    The type of the additional information provided by the selling party.