Summary details of a listings item for an Amazon marketplace.

Export

ItemSummaryByMarketplace

interface ItemSummaryByMarketplace {
    asin: string;
    conditionType?: ItemSummaryByMarketplaceConditionTypeEnum;
    createdDate: string;
    fnSku?: string;
    itemName: string;
    lastUpdatedDate: string;
    mainImage?: ItemImage;
    marketplaceId: string;
    productType: string;
    status: ItemSummaryByMarketplaceStatusEnum[];
}

Properties

asin: string

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

Memberof

ItemSummaryByMarketplace

Identifies the condition of the listings item.

Memberof

ItemSummaryByMarketplace

createdDate: string

The date the listings item was created in ISO 8601 format.

Memberof

ItemSummaryByMarketplace

fnSku?: string

The fulfillment network stock keeping unit is an identifier used by Amazon fulfillment centers to identify each unique item.

Memberof

ItemSummaryByMarketplace

itemName: string

The name or title associated with an Amazon catalog item.

Memberof

ItemSummaryByMarketplace

lastUpdatedDate: string

The date the listings item was last updated in ISO 8601 format.

Memberof

ItemSummaryByMarketplace

mainImage?: ItemImage

Memberof

ItemSummaryByMarketplace

marketplaceId: string

A marketplace identifier. Identifies the Amazon marketplace for the listings item.

Memberof

ItemSummaryByMarketplace

productType: string

The Amazon product type of the listings item.

Memberof

ItemSummaryByMarketplace

Statuses that apply to the listings item.

Memberof

ItemSummaryByMarketplace