A retrocharge or retrocharge reversal.

RetrochargeEvent

interface RetrochargeEvent {
    AmazonOrderId?: string;
    BaseTax?: Currency;
    MarketplaceName?: string;
    PostedDate?: string;
    RetrochargeEventType?: string;
    RetrochargeTaxWithheldList?: TaxWithheldComponent[];
    ShippingTax?: Currency;
}

Properties

AmazonOrderId?: string

An Amazon-defined identifier for an order.

RetrochargeEvent

BaseTax?: Currency

RetrochargeEvent

MarketplaceName?: string

The name of the marketplace where the retrocharge event occurred.

RetrochargeEvent

PostedDate?: string

RetrochargeEvent

RetrochargeEventType?: string

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

RetrochargeEvent

RetrochargeTaxWithheldList?: TaxWithheldComponent[]

A list of information about taxes withheld.

RetrochargeEvent

ShippingTax?: Currency

RetrochargeEvent