Document details in the widget response.

interface WidgetResponseDoc {
    pid: string;
    price: number;
    sale_price: number;
    thumb_image: string;
    title: string;
    url: string;
}

Properties

pid: string
price: number
sale_price: number
thumb_image: string
title: string
url: string