Interface PostPurchaseRecommendation

interface PostPurchaseRecommendation {
    description: string;
    image_url: string;
    name: string;
    product_id: string;
    skus: PostPurchaseVariantNode[];
    title: string;
}

Properties

description: string
image_url: string
name: string
product_id: string
title: string