@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface V1Product

    Wire-level v1 Product. Carries format_ids (the v1 path). Other fields are passthrough; we don't model them at the projection layer.

    interface V1Product {
        product_id: string;
        name: string;
        description: string;
        format_ids: V1FormatId[];
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    product_id: string
    name: string
    description: string
    format_ids: V1FormatId[]