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