Products are entities which represents a buyable item managed in a catalog.
Name | Type | Description | Notes |
---|---|---|---|
Active | bool | A value indicating whether the Product is active or not. | [optional] |
Brand | string | The brand of the product. | [optional] |
DefinitionName | string | The name (business key) of the definition to use for the product. | [optional] |
Description | Dictionary<string, string> | [optional] | |
DisplayName | Dictionary<string, string> | [optional] | |
IncludeInSearch | bool | Indicates whether or not the product should be included in the front-end search result. | [optional] |
ItemFormat | double | The item format of the product. | [optional] |
ListPrice | double | The default price for the product. | [optional] |
NewProductDate | DateTime | The date until which the product is flagged as a new product introduction. | [optional] |
ParentCategory | string | The category to use as parent for the product. | [optional] |
ProductId | string | The ID (business key) to use for the product to create. | [optional] |
PropertyBag | Dictionary<string, Object> | [optional] | |
PublicationStatus | string | The publication status of the added product. | [optional] |
SellingMethod | string | The selling method of the product. | [optional] |
Sku | string | The stock keeping unit code (SKU) of the product. | [optional] |
TaxCategory | string | The tax category of the product. | [optional] |
UnitOfMeasure | string | The unit of measure of the product. | [optional] |
Weight | double | The weight of the product. | [optional] |
WeightUOM | string | The unit of measure of the weight of the product. | [optional] |