Name | Type | Description | Notes |
---|---|---|---|
Categories | List<string> | Array of product categories, using the character '>' as delimiter for the breadcrumb syntax | [optional] |
RelatedProducts | List<string> | Related products | [optional] |
CustomAttributes | List<ProductCustomAttributes> | Custom attributes | [optional] |
ProductIdentifier | string | The ID of the product in your store | |
CatalogId | int | [optional] [readonly] | |
Name | string | Name of the product | |
Description | string | Description of the product | [optional] |
Sku | string | Stock Keeping Unit | [optional] |
Upc | string | Universal Product Code | [optional] |
Ean | string | European Article Numbering | [optional] |
Gtin | string | Global Trade Item Number | [optional] |
Mpn | string | Manufacturer Part Number | [optional] |
Link | string | Link for the product | [optional] |
ImageLink | string | Link for the product image | [optional] |
Price | double | Price of the product | [optional] [default to 0D] |
SalePrice | double | Sale price of the product | [optional] [default to 0D] |
Brand | string | Brand of the product | [optional] |