# SquareConnect::V1Item ### Description ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The item's ID. Must be unique among all entity IDs ever provided on behalf of the merchant. You can never reuse an ID. This value can include alphanumeric characters, dashes (-), and underscores (_). | [optional] **name** | **String** | The item's name. | [optional] **description** | **String** | The item's description. | [optional] **type** | **String** | The item's type. This value is NORMAL for almost all items. | [optional] **color** | **String** | The color of the discount's display label in Square Register, if not the default color. The default color is 9da2a6. | [optional] **abbreviation** | **String** | The text of the item's display label in Square Register. Only up to the first five characters of the string are used. | [optional] **visibility** | **String** | Indicates whether the item is viewable from the merchant's online store (PUBLIC) or PRIVATE. | [optional] **available_online** | **BOOLEAN** | If true, the item can be added to shipping orders from the merchant's online store. | [optional] **master_image** | [**V1ItemImage**](V1ItemImage.md) | The item's master image, if any. | [optional] **category** | [**V1Category**](V1Category.md) | The category the item belongs to, if any. | [optional] **variations** | [**Array<V1Variation>**](V1Variation.md) | The item's variations. You must specify at least one variation. | [optional] **modifier_lists** | [**Array<V1Variation>**](V1Variation.md) | The modifier lists that apply to the item, if any. | [optional] **fees** | [**Array<V1Fee>**](V1Fee.md) | The fees that apply to the item, if any. | [optional] **taxable** | **BOOLEAN** | Deprecated. This field is not used. | [optional] **category_id** | **String** | The ID of the item's category, if any. | [optional] **available_for_pickup** | **BOOLEAN** | If true, the item can be added to pickup orders from the merchant's online store. Default value: false | [optional]