A service fee on the seller's account.

Export

ServiceFeeEvent

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

Properties

ASIN?: string

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

Memberof

ServiceFeeEvent

AmazonOrderId?: string

An Amazon-defined identifier for an order.

Memberof

ServiceFeeEvent

FeeDescription?: string

A short description of the service fee event.

Memberof

ServiceFeeEvent

FeeList?: FeeComponent[]

A list of fee component information.

Memberof

ServiceFeeEvent

FeeReason?: string

A short description of the service fee reason.

Memberof

ServiceFeeEvent

FnSKU?: string

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

Memberof

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.

Memberof

ServiceFeeEvent