Wasm Directoryalpha
Record

post-ecommerce-stores-id-carts-params

No description available.

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

Fields

NameTypeDescription
store-idstring
campaign-idoption​<string>
checkout-urloption​<string>
currency-codestring
customerpost-ecommerce-stores-id-carts-body-customer
idstring
lineslist​<post-ecommerce-stores-id-carts-body-lines-item>
order-totalf64
tax-totaloption​<f64>