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

    Interface CatalogPriceParams

    Parameters for creating a stored catalog price.

    interface CatalogPriceParams {
        about?: string;
        amount: AmountParams;
        label?: string;
        productId?: string;
    }
    Index
    about?: string
    amount: AmountParams
    label?: string
    productId?: string