# openapi.model.CreateProductDto

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**productType** | **String** |  | [optional] 
**translations** | [**BuiltList&lt;Translation&gt;**](Translation.md) |  | 
**seo** | [**ProductSEO**](ProductSEO.md) |  | [optional] 
**types** | [**BuiltList&lt;ProductTypeDto&gt;**](ProductTypeDto.md) |  | [optional] 
**images** | **BuiltList&lt;String&gt;** |  | [optional] 
**tagIds** | **BuiltList&lt;num&gt;** |  | [optional] 
**categoryId** | **num** |  | [optional] 
**brandId** | **num** |  | 
**physical** | [**PhysicalVariantDto**](PhysicalVariantDto.md) |  | [optional] 
**variants** | [**BuiltList&lt;ProductVariantType&gt;**](ProductVariantType.md) |  | 
**inventory** | [**Inventory**](Inventory.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)


