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

    Interface V2Product

    Public-surface Product (V2-shaped per the 8.0 design at docs/development/v3.1-sdk-design.md). All other fields are passthrough.

    interface V2Product {
        product_id: string;
        name: string;
        description: string;
        format_options: V2ProductFormatDeclaration[];
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    product_id: string
    name: string
    description: string
    format_options: V2ProductFormatDeclaration[]