| Name | Type | Description | Notes | | ———— | ————- | ————- | ————- | | productId | kotlin.Long | The numeric ID for a specific product purchased from a listing. | [optional] | | sku | kotlin.String | The SKU string for the product | [optional] | | isDeleted | kotlin.Boolean | When true, someone deleted this product. | [optional] | | offerings | kotlin.collections.List<ListingInventoryProductOffering> | A list of product offering entries for this product. | [optional] | | propertyValues | kotlin.collections.List<ListingPropertyValue> | A list of property value entries for this product. Note: parenthesis characters (`(` and `)`) are not allowed. | [optional] |