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

    A service fee on the seller's account.

    interface ServiceFeeEvent {
        AmazonOrderId?: string;
        ASIN?: string;
        FeeDescription?: string;
        FeeList?: FeeComponent[];
        FeeReason?: string;
        FnSKU?: string;
        SellerSKU?: string;
        StoreName?: string;
    }
    Index

    Properties

    AmazonOrderId?: string

    An Amazon-defined identifier for an order.

    ASIN?: string

    The Amazon Standard Identification Number (ASIN) of the item.

    FeeDescription?: string

    A short description of the service fee event.

    FeeList?: FeeComponent[]

    A list of fee component information.

    FeeReason?: string

    A short description of the service fee reason.

    FnSKU?: string

    A unique identifier assigned by Amazon to products stored in and fulfilled from an Amazon fulfillment center.

    SellerSKU?: 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.

    StoreName?: string

    The name of the store where the event occurred.