Wasm Directoryalpha
Record

sales-data-order-item-interface

No description available.

record sales-data-order-item-interface {
  additional-data: option​<string>,
  amount-refunded: option​<f64>,
  applied-rule-ids: option​<string>,
  base-amount-refunded: option​<f64>,
  base-cost: option​<f64>,
  base-discount-amount: option​<f64>,
  base-discount-invoiced: option​<f64>,
  base-discount-refunded: option​<f64>,
  base-discount-tax-compensation-amount: option​<f64>,
  base-discount-tax-compensation-invoiced: option​<f64>,
  base-discount-tax-compensation-refunded: option​<f64>,
  base-original-price: option​<f64>,
  base-price: option​<f64>,
  base-price-incl-tax: option​<f64>,
  base-row-invoiced: option​<f64>,
  base-row-total: option​<f64>,
  base-row-total-incl-tax: option​<f64>,
  base-tax-amount: option​<f64>,
  base-tax-before-discount: option​<f64>,
  base-tax-invoiced: option​<f64>,
  base-tax-refunded: option​<f64>,
  base-weee-tax-applied-amount: option​<f64>,
  base-weee-tax-applied-row-amnt: option​<f64>,
  base-weee-tax-disposition: option​<f64>,
  base-weee-tax-row-disposition: option​<f64>,
  created-at: option​<string>,
  description: option​<string>,
  discount-amount: option​<f64>,
  discount-invoiced: option​<f64>,
  discount-percent: option​<f64>,
  discount-refunded: option​<f64>,
  discount-tax-compensation-amount: option​<f64>,
  discount-tax-compensation-canceled: option​<f64>,
  discount-tax-compensation-invoiced: option​<f64>,
  discount-tax-compensation-refunded: option​<f64>,
  event-id: option​<s32>,
  ext-order-item-id: option​<string>,
  extension-attributes: option​<sales-data-order-item-extension-interface>,
  free-shipping: option​<s32>,
  gw-base-price: option​<f64>,
  gw-base-price-invoiced: option​<f64>,
  gw-base-price-refunded: option​<f64>,
  gw-base-tax-amount: option​<f64>,
  gw-base-tax-amount-invoiced: option​<f64>,
  gw-base-tax-amount-refunded: option​<f64>,
  gw-id: option​<s32>,
  gw-price: option​<f64>,
  gw-price-invoiced: option​<f64>,
  gw-price-refunded: option​<f64>,
  gw-tax-amount: option​<f64>,
  gw-tax-amount-invoiced: option​<f64>,
  gw-tax-amount-refunded: option​<f64>,
  is-qty-decimal: option​<s32>,
  is-virtual: option​<s32>,
  item-id: option​<s32>,
  locked-do-invoice: option​<s32>,
  locked-do-ship: option​<s32>,
  name: option​<string>,
  no-discount: option​<s32>,
  order-id: option​<s32>,
  original-price: option​<f64>,
  parent-item: option​<string>,
  parent-item-id: option​<s32>,
  price: option​<f64>,
  price-incl-tax: option​<f64>,
  product-id: option​<s32>,
  product-option: option​<catalog-data-product-option-interface>,
  product-type: option​<string>,
  qty-backordered: option​<f64>,
  qty-canceled: option​<f64>,
  qty-invoiced: option​<f64>,
  qty-ordered: option​<f64>,
  qty-refunded: option​<f64>,
  qty-returned: option​<f64>,
  qty-shipped: option​<f64>,
  quote-item-id: option​<s32>,
  row-invoiced: option​<f64>,
  row-total: option​<f64>,
  row-total-incl-tax: option​<f64>,
  row-weight: option​<f64>,
  sku: string,
  store-id: option​<s32>,
  tax-amount: option​<f64>,
  tax-before-discount: option​<f64>,
  tax-canceled: option​<f64>,
  tax-invoiced: option​<f64>,
  tax-percent: option​<f64>,
  tax-refunded: option​<f64>,
  updated-at: option​<string>,
  weee-tax-applied: option​<string>,
  weee-tax-applied-amount: option​<f64>,
  weee-tax-applied-row-amount: option​<f64>,
  weee-tax-disposition: option​<f64>,
  weee-tax-row-disposition: option​<f64>,
  weight: option​<f64>,
}

Fields

NameTypeDescription
additional-dataoption​<string>
amount-refundedoption​<f64>
applied-rule-idsoption​<string>
base-amount-refundedoption​<f64>
base-costoption​<f64>
base-discount-amountoption​<f64>
base-discount-invoicedoption​<f64>
base-discount-refundedoption​<f64>
base-discount-tax-compensation-amountoption​<f64>
base-discount-tax-compensation-invoicedoption​<f64>
base-discount-tax-compensation-refundedoption​<f64>
base-original-priceoption​<f64>
base-priceoption​<f64>
base-price-incl-taxoption​<f64>
base-row-invoicedoption​<f64>
base-row-totaloption​<f64>
base-row-total-incl-taxoption​<f64>
base-tax-amountoption​<f64>
base-tax-before-discountoption​<f64>
base-tax-invoicedoption​<f64>
base-tax-refundedoption​<f64>
base-weee-tax-applied-amountoption​<f64>
base-weee-tax-applied-row-amntoption​<f64>
base-weee-tax-dispositionoption​<f64>
base-weee-tax-row-dispositionoption​<f64>
created-atoption​<string>
descriptionoption​<string>
discount-amountoption​<f64>
discount-invoicedoption​<f64>
discount-percentoption​<f64>
discount-refundedoption​<f64>
discount-tax-compensation-amountoption​<f64>
discount-tax-compensation-canceledoption​<f64>
discount-tax-compensation-invoicedoption​<f64>
discount-tax-compensation-refundedoption​<f64>
event-idoption​<s32>
ext-order-item-idoption​<string>
extension-attributesoption​<sales-data-order-item-extension-interface>
free-shippingoption​<s32>
gw-base-priceoption​<f64>
gw-base-price-invoicedoption​<f64>
gw-base-price-refundedoption​<f64>
gw-base-tax-amountoption​<f64>
gw-base-tax-amount-invoicedoption​<f64>
gw-base-tax-amount-refundedoption​<f64>
gw-idoption​<s32>
gw-priceoption​<f64>
gw-price-invoicedoption​<f64>
gw-price-refundedoption​<f64>
gw-tax-amountoption​<f64>
gw-tax-amount-invoicedoption​<f64>
gw-tax-amount-refundedoption​<f64>
is-qty-decimaloption​<s32>
is-virtualoption​<s32>
item-idoption​<s32>
locked-do-invoiceoption​<s32>
locked-do-shipoption​<s32>
nameoption​<string>
no-discountoption​<s32>
order-idoption​<s32>
original-priceoption​<f64>
parent-itemoption​<string>
parent-item-idoption​<s32>
priceoption​<f64>
price-incl-taxoption​<f64>
product-idoption​<s32>
product-optionoption​<catalog-data-product-option-interface>
product-typeoption​<string>
qty-backorderedoption​<f64>
qty-canceledoption​<f64>
qty-invoicedoption​<f64>
qty-orderedoption​<f64>
qty-refundedoption​<f64>
qty-returnedoption​<f64>
qty-shippedoption​<f64>
quote-item-idoption​<s32>
row-invoicedoption​<f64>
row-totaloption​<f64>
row-total-incl-taxoption​<f64>
row-weightoption​<f64>
skustring
store-idoption​<s32>
tax-amountoption​<f64>
tax-before-discountoption​<f64>
tax-canceledoption​<f64>
tax-invoicedoption​<f64>
tax-percentoption​<f64>
tax-refundedoption​<f64>
updated-atoption​<string>
weee-tax-appliedoption​<string>
weee-tax-applied-amountoption​<f64>
weee-tax-applied-row-amountoption​<f64>
weee-tax-dispositionoption​<f64>
weee-tax-row-dispositionoption​<f64>
weightoption​<f64>