# NomadEnvoyCli.ProductSku

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**skuNumber** | **String** |  | [optional] 
**price** | **Number** | The selling price of current SKU. | [optional] 
**rrp** | **Number** | recommended retail price | [optional] 
**groupBuyingPrice** | **Number** | group buying price | [optional] 
**cost** | **Number** | tax-free sale price, refer to https://www.voyageone.com/docs/api/v1/7_object_models.html#product#priceCost | [optional] [default to 0.0]
**images** | [**Images**](Images.md) |  | [optional] 
**barcode** | **String** |  | [optional] 
**color** | **String** |  | [optional] 
**size** | **String** |  | [optional] 
**quantity** | **Number** | The stock level of current SKU in current product. | [optional] 
**isOnsale** | **Boolean** |  | [optional] 
**netWeight** | **Number** | The default net weight of current SKU. If not present, then switch back to the default value of product | [optional] 
**grossWeight** | **Number** | The default gross weight of current SKU. If not present, then switch back to the default value of product | [optional] 
**shippingCost** | **Number** | The shipping cost of current SKU. Will overwrite product&#39;s. | [optional] 
**shippingTime** | **Number** | The days that take to ship and deliver to customer&#39;s door. Will overwrite product&#39;s. | [optional] 
**model** | **String** | The model of current sku. | [optional] 
**spec** | **String** | The spec of current sku. | [optional] 
**customsUnitCode** | **String** | aka customsUnitCodeSKU. The quantity unit code of current sku for customs purpose. Both Chinese or number are ok. | [optional] 
**customsUnitCodePackage** | **String** | The quantity unit code customs purpose. Declaration Unit, 申报单位. | [optional] 
**customsUnitCodeWeight** | **String** | The weight unit code for customs purpose. | [optional] [default to &#39;035&#39;]
**availableStock** | **Number** | The number of available SKUs. | [optional] 
**warehouseStock** | **Number** | The number of SKUs in warehouse. | [optional] 
**warehouse** | **String** | The warehouse where SKUs are stocked. | [optional] 


