Request schema for submitting items for which to retrieve fee estimates.

Export

SmallAndLightFeePreviewRequest

interface SmallAndLightFeePreviewRequest {
    items: Item[];
    marketplaceId: string;
}

Properties

Properties

items: Item[]

A list of items for which to retrieve fee estimates (limit: 25).

Memberof

SmallAndLightFeePreviewRequest

marketplaceId: string

A marketplace identifier.

Memberof

SmallAndLightFeePreviewRequest