Wasm Directoryalpha
Record

patch-ecommerce-stores-id-carts-id-params

No description available.

record patch-ecommerce-stores-id-carts-id-params {
  store-id: string,
  cart-id: string,
  campaign-id: option​<string>,
  checkout-url: option​<string>,
  currency-code: option​<string>,
  customer: option​<patch-ecommerce-stores-id-carts-id-body-customer>,
  lines: option​<list​<patch-ecommerce-stores-id-carts-id-body-lines-item>>,
  order-total: option​<f64>,
  tax-total: option​<f64>,
}

Fields

NameTypeDescription
store-idstring
cart-idstring
campaign-idoption​<string>
checkout-urloption​<string>
currency-codeoption​<string>
customeroption​<patch-ecommerce-stores-id-carts-id-body-customer>
linesoption​<list​<patch-ecommerce-stores-id-carts-id-body-lines-item>>
order-totaloption​<f64>
tax-totaloption​<f64>