Selling Partner API SDK for JavaScript
    Preparing search index...

    A retrocharge or retrocharge reversal.

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

    Properties

    AmazonOrderId?: string

    An Amazon-defined identifier for an order.

    BaseTax?: Currency
    MarketplaceName?: string

    The name of the marketplace where the retrocharge event occurred.

    PostedDate?: string

    A date in ISO 8601 date-time format.

    RetrochargeEventType?: string

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

    RetrochargeTaxWithheldList?: TaxWithheldComponent[]

    A list of information about taxes withheld.

    ShippingTax?: Currency