Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.16 KB

CartProductSummary.md

File metadata and controls

20 lines (16 loc) · 1.16 KB

Yaksa.OrckestraCommerce.Client.Model.CartProductSummary

CartProductSummary

Properties

Name Type Description Notes
AllowSelectionWithoutScan bool a value indicating whether the item allows selection without scan [optional]
Brand string the Brand of the product. [optional]
DisplayName string the display name of the product. [optional]
IsProductWithoutPrice bool True if the product has no price. [optional]
ItemFormat double the ItemFormat of the product. [optional]
PrimaryParentCategoryId string the PrimaryParentCategoryId of the product. [optional]
ProductWeight double The weight of the product. [optional]
ProductWeightUOM string The weight UOM of the product. [optional]
PropertyBag Dictionary<string, Object> [optional]
UnitOfMeasure string the UnitOfMeasure of the product. [optional]

[Back to Model list] [Back to API list] [Back to README]