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

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

    RetrochargeEventType?: string

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

    RetrochargeTaxWithheldList?: TaxWithheldComponent[]

    A list of information about taxes withheld.

    ShippingTax?: Currency