Poq.SDK.Node

Home > @poq/sdk-sfcc > Product > prices

Product.prices property

The prices map with price book ids and their values.

Signature:

prices?: {
        [key: string]: number;
    };