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

    An event related to a trial shipment.

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

    Properties

    AmazonOrderId?: string

    An Amazon-defined identifier for an order.

    FeeList?: FeeComponent[]

    A list of fee component information.

    FinancialEventGroupId?: string

    The identifier of the financial event group.

    PostedDate?: string

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

    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.