Wasm Directoryalpha
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

NameTypeDescription
additional-dataoption​<string>
descriptionoption​<string>
entity-idoption​<s32>
extension-attributesoption​<sales-data-shipment-item-extension-interface>
nameoption​<string>
order-item-ids32
parent-idoption​<s32>
priceoption​<f64>
product-idoption​<s32>
qtyf64
row-totaloption​<f64>
skuoption​<string>
weightoption​<f64>