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

    All information relevant to a balance.

    interface Balance {
        amount?: Currency;
        asOfDate?: string;
        balances?: Balance[];
        balanceType?: BalanceBalanceTypeEnum;
        lastUpdatedTime?: string;
        partnerMetadata?: PartnerMetadata;
    }
    Index
    amount?: Currency
    asOfDate?: string

    A date in ISO 8601 date-time format.

    balances?: Balance[]

    A list of balances that comprise this balance.

    The type of balance.

    lastUpdatedTime?: string

    The date and time when the balance was last updated, in ISO 8601 date-time format. The value is in the marketplace's local time zone. This field is present for point-in-time balance queries (when no asOfDate query parameter is provided). Null for ending balance queries.

    partnerMetadata?: PartnerMetadata