# CymbioApi.ProductVariant

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**price** | **Integer** |  | 
**title** | **String** |  | 
**sku** | **String** |  | [optional] 
**weight** | **Integer** | Product price in grams. | [optional] 
**inventoryQuantity** | **Integer** |  | 
**options** | [**[ProductVariantOptions]**](ProductVariantOptions.md) | Custom options for a product, i.e. Color &#x3D; green, ... | [optional] 


