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

    A shipment, refund, guarantee claim, or chargeback.

    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;
    }
    Index

    Properties

    AmazonOrderId?: string

    An Amazon-defined identifier for an order.

    DirectPaymentList?: DirectPayment[]

    A list of direct payment information.

    MarketplaceName?: string

    The name of the marketplace where the event occurred.

    OrderChargeAdjustmentList?: ChargeComponent[]

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

    OrderChargeList?: ChargeComponent[]

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

    OrderFeeAdjustmentList?: FeeComponent[]

    A list of fee component information.

    OrderFeeList?: FeeComponent[]

    A list of fee component information.

    PostedDate?: string

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

    SellerOrderId?: string

    A seller-defined identifier for an order.

    ShipmentFeeAdjustmentList?: FeeComponent[]

    A list of fee component information.

    ShipmentFeeList?: FeeComponent[]

    A list of fee component information.

    ShipmentItemAdjustmentList?: ShipmentItem[]

    A list of shipment items.

    ShipmentItemList?: ShipmentItem[]

    A list of shipment items.

    StoreName?: string

    The name of the store where the event occurred.