Interface ListingsItemsApiModelV20210801ItemSummaryByMarketplace

Summary details of a listings item for an Amazon marketplace.

ItemSummaryByMarketplace

interface ListingsItemsApiModelV20210801ItemSummaryByMarketplace {
    asin?: string;
    conditionType?:
        | ListingsItemsApiModelV20210801ItemSummaryByMarketplaceConditionTypeEnum
        | "new_new"
        | "new_open_box"
        | "new_oem"
        | "refurbished_refurbished"
        | "used_like_new"
        | "used_very_good"
        | "used_good"
        | "used_acceptable"
        | "collectible_like_new"
        | "collectible_very_good"
        | "collectible_good"
        | "collectible_acceptable"
        | "club_club";
    createdDate: string;
    fnSku?: string;
    itemName?: string;
    lastUpdatedDate: string;
    mainImage?: ListingsItemsApiModelV20210801ItemImage;
    marketplaceId: string;
    productType: string;
    status: (
        | ListingsItemsApiModelV20210801ItemSummaryByMarketplaceStatusEnum
        | "BUYABLE"
        | "DISCOVERABLE"
    )[];
}

Properties

asin?: string

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

ItemSummaryByMarketplace

conditionType?:
    | ListingsItemsApiModelV20210801ItemSummaryByMarketplaceConditionTypeEnum
    | "new_new"
    | "new_open_box"
    | "new_oem"
    | "refurbished_refurbished"
    | "used_like_new"
    | "used_very_good"
    | "used_good"
    | "used_acceptable"
    | "collectible_like_new"
    | "collectible_very_good"
    | "collectible_good"
    | "collectible_acceptable"
    | "club_club"

Identifies the condition of the listings item.

ItemSummaryByMarketplace

createdDate: string

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

ItemSummaryByMarketplace

fnSku?: string

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

ItemSummaryByMarketplace

itemName?: string

The name or title associated with an Amazon catalog item.

ItemSummaryByMarketplace

lastUpdatedDate: string

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

ItemSummaryByMarketplace

ItemSummaryByMarketplace

marketplaceId: string

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

ItemSummaryByMarketplace

productType: string

The Amazon product type of the listings item.

ItemSummaryByMarketplace

status: (
    | ListingsItemsApiModelV20210801ItemSummaryByMarketplaceStatusEnum
    | "BUYABLE"
    | "DISCOVERABLE"
)[]

Statuses that apply to the listings item.

ItemSummaryByMarketplace

MMNEPVFCICPMFPCPTTAAATR