# CreateUpdateCategory

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | Unique Category ID as saved in the shop  | 
**name** | **str** | **Mandatory in case of creation**. Name of the Category, as displayed in the shop  | [optional] 
**url** | **str** | URL to the category | [optional] 
**update_enabled** | **bool** | Facilitate to update the existing category in the same request (updateEnabled = true) | [optional] [default to False]
**deleted_at** | **str** | UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) of the category deleted from the shop's database | [optional] 
**is_deleted** | **bool** | category deleted from the shop's database | [optional] 

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