Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface Product

    interface Product {
        about?: string | null;
        active: boolean;
        applicationId?: string;
        archivedAt?: string | null;
        attributes?: ProductAttribute[] | null;
        category?: string | null;
        createdAt: string;
        customData?: CustomData | null;
        description?: string | null;
        dimensions?: ProductDimensions | null;
        id: string;
        media?: ProductMedia | null;
        name: string;
        prices?: ProductPriceSummary[] | null;
        publishedAt?: string | null;
        reference?: string | null;
        shipment?: ProductShipment | null;
        taxCode?: string | null;
        type: ProductType;
        unitDim?: string | null;
        updatedAt?: string | null;
    }
    Index
    about?: string | null
    active: boolean
    applicationId?: string
    archivedAt?: string | null
    attributes?: ProductAttribute[] | null
    category?: string | null
    createdAt: string
    customData?: CustomData | null
    description?: string | null
    dimensions?: ProductDimensions | null
    id: string
    media?: ProductMedia | null
    name: string
    prices?: ProductPriceSummary[] | null
    publishedAt?: string | null
    reference?: string | null
    shipment?: ProductShipment | null
    taxCode?: string | null
    unitDim?: string | null
    updatedAt?: string | null