interface Product {
    can_share_to_story: boolean;
    checkout_style: string;
    commerce_review_statistics: UserFeedShopPhotosAlbumResponse.CommerceReviewStatistics;
    compound_product_id: string;
    current_price: string;
    current_price_amount: string;
    current_price_stripped: string;
    description: string;
    external_url: string;
    full_price: string;
    full_price_amount: string;
    full_price_stripped: string;
    has_variants: boolean;
    has_viewer_saved: boolean;
    ig_is_product_editable_on_mobile: boolean;
    image_quality_metadata: UserFeedShopPhotosAlbumResponse.ImageQualityMetadata;
    is_entered_in_drawing: boolean;
    is_in_stock: boolean;
    main_image: UserFeedShopPhotosAlbumResponse.MainImage;
    main_image_id: string;
    merchant: UserFeedShopPhotosAlbumResponse.Merchant;
    name: string;
    price: string;
    product_id: string;
    retailer_id: string;
    review_status: string;
    thumbnail_image: UserFeedShopPhotosAlbumResponse.ThumbnailImage;
}

Properties

can_share_to_story: boolean
checkout_style: string
compound_product_id: string
current_price: string
current_price_amount: string
current_price_stripped: string
description: string
external_url: string
full_price: string
full_price_amount: string
full_price_stripped: string
has_variants: boolean
has_viewer_saved: boolean
ig_is_product_editable_on_mobile: boolean
is_entered_in_drawing: boolean
is_in_stock: boolean
main_image_id: string
name: string
price: string
product_id: string
retailer_id: string
review_status: string