A shipment, refund, guarantee claim, or chargeback.

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[];
    StoreName?: string;
}

Properties

AmazonOrderId?: string

An Amazon-defined identifier for an order.

ShipmentEvent

DirectPaymentList?: DirectPayment[]

A list of direct payment information.

ShipmentEvent

MarketplaceName?: string

The name of the marketplace where the event occurred.

ShipmentEvent

OrderChargeAdjustmentList?: ChargeComponent[]

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

ShipmentEvent

OrderChargeList?: ChargeComponent[]

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

ShipmentEvent

OrderFeeAdjustmentList?: FeeComponent[]

A list of fee component information.

ShipmentEvent

OrderFeeList?: FeeComponent[]

A list of fee component information.

ShipmentEvent

PostedDate?: string

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

ShipmentEvent

SellerOrderId?: string

A seller-defined identifier for an order.

ShipmentEvent

ShipmentFeeAdjustmentList?: FeeComponent[]

A list of fee component information.

ShipmentEvent

ShipmentFeeList?: FeeComponent[]

A list of fee component information.

ShipmentEvent

ShipmentItemAdjustmentList?: ShipmentItem[]

A list of shipment items.

ShipmentEvent

ShipmentItemList?: ShipmentItem[]

A list of shipment items.

ShipmentEvent

StoreName?: string

The name of the store where the event occurred.

ShipmentEvent