Wasm Directoryalpha
Record

sales-data-order-status-history-interface

No description available.

record sales-data-order-status-history-interface {
  comment: string,
  created-at: option​<string>,
  entity-id: option​<s32>,
  entity-name: option​<string>,
  extension-attributes: option​<sales-data-order-status-history-extension-interface>,
  is-customer-notified: s32,
  is-visible-on-front: s32,
  parent-id: s32,
  status: option​<string>,
}

Fields

NameTypeDescription
commentstring
created-atoption​<string>
entity-idoption​<s32>
entity-nameoption​<string>
extension-attributesoption​<sales-data-order-status-history-extension-interface>
is-customer-notifieds32
is-visible-on-fronts32
parent-ids32
statusoption​<string>