Wasm Directoryalpha
Record

post-ecommerce-stores-id-carts-response

No description available.

record post-ecommerce-stores-id-carts-response {
  links: option​<list​<post-ecommerce-stores-id-carts-response-links-item>>,
  campaign-id: option​<string>,
  checkout-url: option​<string>,
  created-at: option​<string>,
  currency-code: option​<string>,
  customer: option​<post-ecommerce-stores-id-carts-response-customer>,
  id: option​<string>,
  lines: option​<list​<post-ecommerce-stores-id-carts-response-lines-item>>,
  order-total: option​<f64>,
  tax-total: option​<f64>,
  updated-at: option​<string>,
}

Fields

NameTypeDescription
linksoption​<list​<post-ecommerce-stores-id-carts-response-links-item>>
campaign-idoption​<string>
checkout-urloption​<string>
created-atoption​<string>
currency-codeoption​<string>
customeroption​<post-ecommerce-stores-id-carts-response-customer>
idoption​<string>
linesoption​<list​<post-ecommerce-stores-id-carts-response-lines-item>>
order-totaloption​<f64>
tax-totaloption​<f64>
updated-atoption​<string>