# openapi.model.ProductEntity

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** | Unique identifier | [optional] 
**createdAt** | [**DateTime**](DateTime.md) |  | [optional] 
**updatedAt** | [**DateTime**](DateTime.md) |  | [optional] 
**productNumber** | **String** |  | [optional] 
**productType** | **String** |  | [optional] 
**status** | **String** |  | [optional] 
**isDeleted** | **bool** |  | [optional] 
**translations** | [**BuiltList&lt;ProductTranslationEntity&gt;**](ProductTranslationEntity.md) |  | 
**seo** | [**ProductSeoEntity**](ProductSeoEntity.md) |  | 
**category** | [**CategoryEntity**](CategoryEntity.md) |  | [optional] 
**brand** | [**BrandEntity**](BrandEntity.md) |  | [optional] 
**images** | [**BuiltList&lt;ProductImageEntity&gt;**](ProductImageEntity.md) |  | 
**tags** | [**BuiltList&lt;TagEntity&gt;**](TagEntity.md) |  | 
**types** | [**BuiltList&lt;ProductTypeEntity&gt;**](ProductTypeEntity.md) |  | [optional] 
**variants** | [**BuiltList&lt;ProductVariantEntity&gt;**](ProductVariantEntity.md) |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


