A shipment, refund, guarantee claim, or chargeback.

Export

ShipmentEvent

interface ShipmentEvent {
    AmazonOrderId?: string;
    DirectPaymentList?: DirectPayment[];
    MarketplaceName?: string;
    OrderChargeAdjustmentList?: ChargeComponent[];
    OrderChargeList?: ChargeComponent[];
    OrderFeeAdjustmentList?: FeeComponent[];
    OrderFeeList?: FeeComponent[];
    PostedDate?: string;
    SellerOrderId?: string;
    ShipmentFeeAdjustmentList?: FeeComponent[];
    ShipmentFeeList?: FeeComponent[];
    ShipmentItemAdjustmentList?: ShipmentItem[];
    ShipmentItemList?: ShipmentItem[];
}

Properties

AmazonOrderId?: string

An Amazon-defined identifier for an order.

Memberof

ShipmentEvent

DirectPaymentList?: DirectPayment[]

A list of direct payment information.

Memberof

ShipmentEvent

MarketplaceName?: string

The name of the marketplace where the event occurred.

Memberof

ShipmentEvent

OrderChargeAdjustmentList?: ChargeComponent[]

A list of charge information on the seller's account.

Memberof

ShipmentEvent

OrderChargeList?: ChargeComponent[]

A list of charge information on the seller's account.

Memberof

ShipmentEvent

OrderFeeAdjustmentList?: FeeComponent[]

A list of fee component information.

Memberof

ShipmentEvent

OrderFeeList?: FeeComponent[]

A list of fee component information.

Memberof

ShipmentEvent

PostedDate?: string

Memberof

ShipmentEvent

SellerOrderId?: string

A seller-defined identifier for an order.

Memberof

ShipmentEvent

ShipmentFeeAdjustmentList?: FeeComponent[]

A list of fee component information.

Memberof

ShipmentEvent

ShipmentFeeList?: FeeComponent[]

A list of fee component information.

Memberof

ShipmentEvent

ShipmentItemAdjustmentList?: ShipmentItem[]

A list of shipment items.

Memberof

ShipmentEvent

ShipmentItemList?: ShipmentItem[]

A list of shipment items.

Memberof

ShipmentEvent