Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface ProductItem

    interface ProductItem {
        currency?: string;
        id: string;
        item_price?: number;
        marketplace: string;
        quantity?: number;
    }
    Index

    Properties

    currency?: string

    Output only. The currency of the item_price.

    id: string

    Required parameter. The ID for the product.

    item_price?: number

    Output only. The price for one unit of the chosen product.

    marketplace: string

    Required parameter. The marketplace to which the product belongs.

    quantity?: number

    Output only. The quantity of the chosen product.