Property HasSellingPrices
HasSellingPrices
Indicates whether the catalog contains purchase prices.
Declaration
public bool HasSellingPrices { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Please be aware that a catalog cannot exist without prices at all.
Because of that, if you set HasPurchasePrices to false
, the
SDK will ensure that catalog has purchase prices at least.