Wasm Directoryalpha
Record

sales-data-shipment-track-interface

No description available.

record sales-data-shipment-track-interface {
  carrier-code: string,
  created-at: option​<string>,
  description: string,
  entity-id: option​<s32>,
  extension-attributes: option​<sales-data-shipment-track-extension-interface>,
  order-id: s32,
  parent-id: s32,
  qty: f64,
  title: string,
  track-number: string,
  updated-at: option​<string>,
  weight: f64,
}

Fields

NameTypeDescription
carrier-codestring
created-atoption​<string>
descriptionstring
entity-idoption​<s32>
extension-attributesoption​<sales-data-shipment-track-extension-interface>
order-ids32
parent-ids32
qtyf64
titlestring
track-numberstring
updated-atoption​<string>
weightf64