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