Model that describes items.
| Name | Type | Description |
|---|---|---|
| articul | String | Item article number. |
| assemblable | Boolean | Whether the item can be produced through production documents. |
| barcode_list | String | Comma-separated list of item barcodes. |
| base_barcode | String | Primary item barcode. |
| brand | Brand | Item brand. |
| code | Int64 | Item code. |
| color | Color | Item color. |
| comission_tin | String | TIN or PINFL of the commission item owner. |
| compound | Boolean | Whether the item is compound. |
| country | Country | Item country of origin. |
| deleted_mark | Boolean | Deletion mark. |
| department | Department | Department that the item belongs to. |
| description | String | Item description. |
| disassemblable | Boolean | Whether the item can be disassembled. Applies only to producible items. |
| fields | Array of FieldValue | Custom field values. |
| fullname | String | Full item name. |
| group | ItemGroup | Item group. |
| has_child | Boolean | Whether the item has child items, used for item variations. |
| icps | String | Identification code of products and services (ICPS). |
| id | Int64 | Item ID. |
| image_url | String | Item image URL. |
| is_labeled | Boolean | Whether labeling is tracked for the item. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| min_quantity | Int32 | Minimum item quantity. |
| name | String | Item name. |
| origin | String | Item origin. Allowed values: BuyingAndSelling, Produced, Service, NotSpecified. |
| package_code | String | Package code. |
| parent_id | Int64 | Parent item ID, used for item variations. |
| partner_id | Int64 | Partner ID for commission items. |
| producer | Producer | Item producer. |
| size | SizeChart | Item size. |
| type | String | Item type. Allowed values: Item, Service. |
| unit | Unit | Item unit of measure. |
| vat | TaxVat | VAT rate (%). |