An event related to a trial shipment.

Export

TrialShipmentEvent

interface TrialShipmentEvent {
    AmazonOrderId?: string;
    FeeList?: FeeComponent[];
    FinancialEventGroupId?: string;
    PostedDate?: string;
    SKU?: string;
}

Properties

AmazonOrderId?: string

An Amazon-defined identifier for an order.

Memberof

TrialShipmentEvent

FeeList?: FeeComponent[]

A list of fee component information.

Memberof

TrialShipmentEvent

FinancialEventGroupId?: string

The identifier of the financial event group.

Memberof

TrialShipmentEvent

PostedDate?: string

Memberof

TrialShipmentEvent

SKU?: string

The seller SKU of the item. The seller SKU is qualified by the seller's seller ID, which is included with every call to the Selling Partner API.

Memberof

TrialShipmentEvent