Interface SavedFeedResponseProduct

interface SavedFeedResponseProduct {
    can_share_to_story: boolean;
    checkout_style: string;
    current_price: string;
    current_price_stripped: string;
    description: string;
    external_url: string;
    full_price: string;
    full_price_stripped: string;
    has_viewer_saved: boolean;
    main_image: SavedFeedResponseMain_image;
    merchant: SavedFeedResponseMerchant;
    name: string;
    price: string;
    product_id: string;
    retailer_id: string;
    review_status: string;
    thumbnail_image: SavedFeedResponseThumbnail_image;
    variant_values?: SavedFeedResponseVariantValuesItem[];
}

Properties

can_share_to_story: boolean
checkout_style: string
current_price: string
current_price_stripped: string
description: string
external_url: string
full_price: string
full_price_stripped: string
has_viewer_saved: boolean
name: string
price: string
product_id: string
retailer_id: string
review_status: string