Wasm Directoryalpha
Record

post-ecommerce-stores-id-carts-id-lines-params

No description available.

record post-ecommerce-stores-id-carts-id-lines-params {
  store-id: string,
  cart-id: string,
  id: string,
  price: f64,
  product-id: string,
  product-variant-id: string,
  quantity: s32,
}

Fields

NameTypeDescription
store-idstring
cart-idstring
idstring
pricef64
product-idstring
product-variant-idstring
quantitys32