A retrocharge or retrocharge reversal.

RetrochargeEvent

interface FinancesApiModelRetrochargeEvent {
    AmazonOrderId?: string;
    BaseTax?: FinancesApiModelCurrency;
    MarketplaceName?: string;
    PostedDate?: string;
    RetrochargeEventType?: string;
    RetrochargeTaxWithheldList?: FinancesApiModelTaxWithheldComponent[];
    ShippingTax?: FinancesApiModelCurrency;
}

Properties

AmazonOrderId?: string

An Amazon-defined identifier for an order.

RetrochargeEvent

RetrochargeEvent

MarketplaceName?: string

The name of the marketplace where the retrocharge event occurred.

RetrochargeEvent

PostedDate?: string

Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

RetrochargeEvent

RetrochargeEventType?: string

The type of event. Possible values: * Retrocharge * RetrochargeReversal

RetrochargeEvent

RetrochargeTaxWithheldList?: FinancesApiModelTaxWithheldComponent[]

A list of information about taxes withheld.

RetrochargeEvent

RetrochargeEvent

MMNEPVFCICPMFPCPTTAAATR