A service fee on the seller's account.

ServiceFeeEvent

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

Properties

AmazonOrderId?: string

An Amazon-defined identifier for an order.

ServiceFeeEvent

ASIN?: string

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

ServiceFeeEvent

FeeDescription?: string

A short description of the service fee event.

ServiceFeeEvent

FeeList?: FeeComponent[]

A list of fee component information.

ServiceFeeEvent

FeeReason?: string

A short description of the service fee reason.

ServiceFeeEvent

FnSKU?: string

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

ServiceFeeEvent

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.

ServiceFeeEvent

StoreName?: string

The name of the store where the event occurred.

ServiceFeeEvent