Record
sales-data-shipment-item-interface
No description available.
record sales-data-shipment-item-interface {
additional-data: option<string>,
description: option<string>,
entity-id: option<s32>,
extension-attributes: option<sales-data-shipment-item-extension-interface>,
name: option<string>,
order-item-id: s32,
parent-id: option<s32>,
price: option<f64>,
product-id: option<s32>,
qty: f64,
row-total: option<f64>,
sku: option<string>,
weight: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| additional-data | option<string> | |
| description | option<string> | |
| entity-id | option<s32> | |
| extension-attributes | option<sales-data-shipment-item-extension-interface> | |
| name | option<string> | |
| order-item-id | s32 | |
| parent-id | option<s32> | |
| price | option<f64> | |
| product-id | option<s32> | |
| qty | f64 | |
| row-total | option<f64> | |
| sku | option<string> | |
| weight | option<f64> |