# egoisdk.ProductPostRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **categories** | **[String]** | Array of product categories, using the character '>' as delimiter for the breadcrumb syntax | [optional] **relatedProducts** | **[String]** | Related products, array of 'product_identifier' | [optional] **customAttributes** | [**[ProductCustomAttributes]**](ProductCustomAttributes.md) | Custom attributes | [optional] **productIdentifier** | **String** | The ID of the product in your store | **catalogId** | **Number** | | [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** | **Number** | Price of the product | [optional] [default to 0] **salePrice** | **Number** | Sale price of the product | [optional] [default to 0] **brand** | **String** | Brand of the product | [optional]