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
| Name | Type | Description |
|---|---|---|
| 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> |