Wasm Directoryalpha
Record

post-ecommerce-stores-id-orders-id-lines-params

No description available.

record post-ecommerce-stores-id-orders-id-lines-params {
  store-id: string,
  order-id: string,
  discount: option​<f64>,
  id: string,
  price: f64,
  product-id: string,
  product-variant-id: string,
  quantity: s32,
}

Fields

NameTypeDescription
store-idstring
order-idstring
discountoption​<f64>
idstring
pricef64
product-idstring
product-variant-idstring
quantitys32