Model that describes shipment-to-partner document operations.
| Name | Type | Description |
|---|---|---|
| description | String | Operation note. Maximum length is 300 characters. |
| document_id | Int64 | Shipment-to-partner document ID. |
| id | Int64 | Operation ID. |
| item | Item | Item. |
| last_purchase_cost | Decimal | Last purchase cost. Returned only when the current request user has permission to view last purchase cost. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| order | Int64 | Operation order. Missing database values are returned as 0. |
| price | Decimal | Discounted price. |
| price2 | Decimal | Price without discount. |
| quantity | Decimal | Item quantity shipped to the partner. Stored with up to three decimal places. |
| vat_calculation_type | String | VAT calculation mode: No - do not accrue, Exclude - included in the amount, Include - added on top. Allowed values: No, Exclude, Include. |
| vat_value | Decimal | VAT rate value. |