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

    Currency type and monetary value schema to demonstrate pricing information.

    interface MoneyType {
        amount?: number;
        currencyCode?: string;
    }
    Index
    amount?: number

    The monetary value.

    currencyCode?: string

    The currency code in ISO 4217 format.