# NomadEnvoyCli.Product

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**productId** | **String** | product ID of third parties. | [optional] 
**name** | **String** | Default name, usually it&#39;s Chinese. | [optional] 
**nameEn** | **String** | English name, should be optional | [optional] 
**skus** | [**[ProductSku]**](ProductSku.md) | all SKU in a product | [optional] 
**currency** | **String** | The currency used in current product, it makes sense if we declare it explicity. | [default to &#39;RMB&#39;]
**massUnit** | **String** | weight unit in current product. | [default to &#39;Kilogram&#39;]
**timeUnit** | **String** | time unit in current product. | [optional] 
**barcode** | **String** |  | [optional] 
**description** | **String** |  | [optional] 
**price** | **Number** | The default selling price of current product. | [optional] 
**rrp** | **Number** | recommended retail price | [optional] 
**groupBuyingPrice** | **Number** | group buying price | [optional] 
**netWeight** | **Number** | The default net weight of current product. | [optional] 
**grossWeight** | **Number** | The default gross weight of current product. | [optional] 
**images** | [**Images**](Images.md) |  | [optional] 
**isOnsale** | **Boolean** | if a product/sku is on sale. | [optional] 
**isCombined** | **Boolean** | if a product is combined product. | [optional] [default to false]
**status** | **String** | The status of a product in a store (more like a post) , could be draft/to_check/published/deleted/revoked. This field &#39;status&#39; has priority over &#39;is_onsale&#39; | [optional] [default to &#39;draft&#39;]
**category** | **[String]** | The category of current product, and the platform may or may not require fixed categories data | [optional] 
**vendor** | **String** | The name of the product vendor | [optional] 
**country** | **String** | The country of origin. | [optional] 
**shelfLife** | **Number** | How long could we keep current product on the shelf. | [optional] 
**createdAt** | **String** | The time that when current product was created, and should be ISO 8601 format. | [optional] 
**updatedAt** | **String** | The time that when the last time current product was updated, and should be ISO 8601 format. | [optional] 
**logisticsMode** | **String** | logistics mode of current product. | [optional] 
**shippingCost** | **Number** | The shipping cost of current product. | [optional] 
**shippingTime** | **Number** | The days that take to ship and deliver to customer&#39;s door | [optional] 
**hsCode** | **String** | The Harmonized Commodity Description and Coding System (HS code) of the tariff nomenclature is an international standardised system of names and numbers for the classification of commodities. The HS code system is based on a 6-digit nomenclature. | [optional] 
**personalPostalArticlesTax** | **String** | 行邮税。Chinese version of parcel tax | [optional] 
**ingredient** | **String** | The ingredient of current product. | [optional] 
**model** | **String** | The model of current product. | [optional] 
**spec** | **String** | The spec of current product. | [optional] 
**warrantyPeriod** | **Number** | The warranty period of current product, time unit is day | [optional] [default to 365]
**expressType** | **String** | CC/BC/BBC.  CC for free samples, like Temple Spa free samples; BBC for perfume, like Shay &amp; Blue; BC for other products | [optional] 
**discount** | **Number** | The default discount price of current product. | [optional] 
**taxRate** | **Number** | The default tax rate of current product. | [optional] 
**brand** | **String** | The brand name of current product | [optional] [default to &#39;Other&#39;]
**storeId** | **String** | The initial store id this product belongs to | [optional] 
**categoryId** | **String** | The categoryId, currently required by TOF | [optional] 
**components** | [**[ProductComponent]**](ProductComponent.md) | Components in a product | [optional] 


